- Edited
Hello!
I'm currently receiving a RAW10 video stream from my OAK-D color camera, and by using the provided example code, unpacking the stream to 16bits per channel. I then use cv2.cvtColor to demosiac the image to linear RGB. Normally these two steps are done on-device when receiving an isp stream. Is there a way to receive unpacked demosaiced images from the isp stream but without the YUV420 sub-sampling? I'm hoping to get a linear RGBF16F16F16p image directly from the OAK-D without subsampling or jpeg compression. I don't mind if the stream goes through the 3A algorithm or is de-noised. Any help is greatly appreciated!
(If it's a bandwidth limitation can the same be done with still images?)
Warmest regards,
Tarek