With DepthAI-v2, we could get our Oak-D PoE cameras to output a scaled raw (BAYER) stream. With DepthAI-v3, we can output such streams at full sensor resolution, with:
cameraObject->raw.createOutputQueue(1, false);
The full-res stream saturates the network link out of the camera.
Is there any way to rescale/bin the output of a raw Camera stream?
Failing that, is there any way to disable selective aspects of the ISP?
Specifically, we need to disable color gamma correction.
Thanks!