Camera Config

Web camera settings All settings are accessible via self.cam_type in CameraBase class Only required settings are 1 resolution and 1 fps. Can add any optional info you want.

labvision.camera.camera_config.MIKELAPTOP = {'fps': (20.0,), 'res': (640, 480, 3)}

Digital Camera settings Acquisition settings for digital cameras need their own script. See nikon_config.sh for example in scripts folder. You may need to change permissions to make this file executable.