Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 420 Bytes

File metadata and controls

17 lines (12 loc) · 420 Bytes

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