I'm trying out the OAK-FFC 3P with Raspberry Pi High quality and have some questions.
The end goal is to use three Raspberry Pi High quality Global Shutter cameras with the OAK-FFC 3P.

During this stage I'm only testing with one camera. I can connect the one RPI HQ global shutter to the CAM_C and get an image feed from that one.

Connecting a second camera i get an error that camera 2 connected on socket 2 is not monochrome. Does it have to be a monochrome camera in the CAM_L and CAM_R or is there a workaround for this?

Hi @stekla
I think you might be instantiating the cameras as RGB in the depthai scripts. Make sure you create a ColorCamera node, not mono.

Thanks,
Jaka