I am working with a LI-AR0820 GMSL2 camera which uses the On-Semi AR0820 sensor that captures images in a 12-Bit RCCC Bayer format. I want to read the real-time image stream from the camera and turn it into a grayscale image (using this demosaicing algorithm) and then feed it into an object detection algorithm. However, since OpenCV does not support the RCCC format I can't use the VideoCapture class to get image data from the camera. I am looking for something similar to get the streamed image data in an array-like format so that I can further manipulate it. Any ideas?
I'm running Ubuntu 18.04 with OpenCV 3.2.0 and Python 3.7.1.
from Reading Image Stream from RCCC Bayer Camera Sensor in Ubuntu
No comments:
Post a Comment