@Jordyn-Heil , you will need to use a recent version of voxl-camera-server
(you can build it from dev or get a package from the nightly builds).
Then edit the camera server config file (/etc/modalai/voxl-camera-server.conf
) and replace the camera type ar0144
with ar0144-color
. If you get an error (unknown camera type), it means you are using older version of camera server.
Currently, the debayering is happening on the CPU.
Here is the place where processing is happening for the color version of AR0144. https://gitlab.com/voxl-public/voxl-sdk/services/voxl-camera-server/-/blob/dev/src/hal3_camera_mgr.cpp?ref_type=heads#L1477
- debayer from GRBG to RGB
- run AWB (auto white balance)
- run AE (auto exposure)
- send out RGB, grey, and original raw bayer frames
Please try it out.
Alex