Skip to content

A Python class for interfacing with a picamera or a webcam in a threaded way. Designed for use with OpenCV 3.

Notifications You must be signed in to change notification settings

mikevanis/CameraController

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Camera Controller

A Python class for interfacing with a picamera or webcam in a threaded way. Designed for use with OpenCV 3.

Requirements

  • OpenCV >= 3.0.0
  • picamera (if you're intending to use this on a Pi)
  • Python 3 (may also work on 2.7)

Running tests

Mac / PC

Run python3 CameraControllerTest-Mac.py. Exit with CTRL+C

Raspberry Pi

Run python3 CameraControllerTest-Pi.py. Exit with CTRL+C

About

A Python class for interfacing with a picamera or a webcam in a threaded way. Designed for use with OpenCV 3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages