AFL.automation.vision.OT2RidingCam#
A Raspberry Pi camera driver mounted on an OT-2 gantry.
Classes
|
|
|
Translate gantry requests into OT2Prepare atomic-command queue tasks. |
|
Combine the complete Pi camera and OT-2 gantry driver interfaces. |
|
Capture still images from a Raspberry Pi camera. |
- class AFL.automation.vision.OT2RidingCam.OT2RidingCam(camera=None, overrides=None, ot2_prepare_ip=None, ot2_prepare_port=None)[source]#
Combine the complete Pi camera and OT-2 gantry driver interfaces.
The class directly inherits its public commands: camera capture, streaming, RGB and turbidity measurement come from
PiCameraDriver; well and relative movement come fromOT2GantryDriver. The gantry still uses its OT2Prepare proxy connection as designed.