Backends
Single Camera Backend
This backend only supports a single camera.
- class j5_zoloto.backends.ZolotoHardwareBackend(camera_id)[source]
A Zoloto Hardware backend.
- board
alias of
j5_zoloto.board.ZolotoCameraBoard
- class property camera_class: Type[zoloto.cameras.camera.Camera]
The camera class to use.
- capture_frame()[source]
Get the raw image data from the camera.
- Return type
ndarray
- Returns
Camera pixel data
- classmethod discover()[source]
Discover boards that this backend can control.
- Return type
Set
[Board
]
- class property marker_type: zoloto.marker_type.MarkerType
The type of markers to use.
- Return type