Hi, after solving issue on OAK-FFC-6P (no available devices), I tried to obtain RGB camera stream with OV9782 W camera. I tried it both with cam_test.py
script from utilities, and script provided in RGB video tutorial. The programs get connection to the camera, but none of them is able to retrieve any image (script from utilities doesn't show image and show 0 FPS, and the script from tutorials blocks on video.get()
method call - line 32 in python version of the script). The tutorial script was of course adapted to my model of the camera (changed resolution and video size parameters).
What's important is that I'm able to get the grayscale image with the same camera - both with cam_test.py
and tutorial script (adapted for mono camera dai.node
).
One more important thing is that with the cam_test.py the detected sensor name is OV9282. Here i provide some screenshots of my tests:
The camera is connected to the port CAM-A. Here is the photo of the setup, and the camera itself:
Can anyone guide me how to get the RGB image using this camera?