You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
The Raspberry Pi HQ Camera (or global shutter version) needs to be implemented to replace the existing Lucid Camera Client.
Features to develop
ImageData Implement the ImageData interface. This implementation will be used in future camera implementations that require image-associated telemetry.
CameraConfiguration Implement pi camera configuration. Useful for camera config dependent features (ex. localization)
CameraInterface Self-explanatory.
Testing
Implement Unit Tests Test if client works independently to properly verify connection and perform standard client features
Implement Integration Tests Test if the interface works with interfacing with Mapping + CV pipelines
Note:
I think who ever is working on the task should look at the existing framework so that the interfaces are kept but modified to work with Picam. They should also develop a version of the MockCamera for implementation testing which fetches images from test folders instead of needing to connect and take pictures with the Camera.
The text was updated successfully, but these errors were encountered:
Summary:
The Raspberry Pi HQ Camera (or global shutter version) needs to be implemented to replace the existing Lucid Camera Client.
Features to develop
ImageData
Implement the ImageData interface. This implementation will be used in future camera implementations that require image-associated telemetry.
CameraConfiguration
Implement pi camera configuration. Useful for camera config dependent features (ex. localization)
CameraInterface
Self-explanatory.
Testing
Test if client works independently to properly verify connection and perform standard client features
Test if the interface works with interfacing with Mapping + CV pipelines
Note:
I think who ever is working on the task should look at the existing framework so that the interfaces are kept but modified to work with Picam. They should also develop a version of the MockCamera for implementation testing which fetches images from test folders instead of needing to connect and take pictures with the Camera.
The text was updated successfully, but these errors were encountered: