Components
Marker Camera
- class j5_zoloto.component.MarkerCamera(identifier, backend)[source]
Camera that can identify fiducial markers.
Additionally, it will do pose estimation, along with some calibration in order to determine the spatial positon and orientation of the markers that it has detected.
- capture()[source]
Get the raw image data from the camera.
- Return type
ndarray
- Returns
Camera pixel data
- close()[source]
Close the camera.
The camera will no longer work after this method is called.
- Return type
- static interface_class()[source]
Get the interface class that is required to use this component.
- Return type
Marker Camera Interface
- class j5_zoloto.component.MarkerCameraInterface[source]
An interface containing the methods required for a marker camera.
- abstract capture_frame()[source]
Get the raw image data from the camera.
- Return type
ndarray
- Returns
Camera pixel data