OAK-D-SR
Thanks for your reply and support!
Now it can get color streams. But if I don't have a SDK interface like depthai-viewer or depthai-demo, it will be inconvenient for me to debug the parameters while shooting images.
Hi Jalen_Xu
If you need to debug parameters like exposure and iso, you can do that with color camera control example. For depth, you can use depth postprocessing. But yes, it is inconvenient atm.
Thanks,
Jaka
Thank you very much. I understand it now.
I also want to know if it's because there are still some bugs that are not debugged so I can't connect to the oak-d-sr camera via depthai-viewer? If so, roughly when will these bugs be fixed and then we can connect to oak-d-sr via depthai-viewer?
Thanks for your reply!
When I run the color camera control example, I am prompted with some error messages.
The error messages are as follows:
[1844301071C55D1200] [1.4] [1.094] [ColorCamera(0)] [error] Camera not detected on socket: 0 0.5 0.5 1280 360
Thank you very much!
Could you provide us with an example program that can debug parameters like exposure and iso of SR camera? Besides that, how do I get the depth data on each pixel point? Is there an API or example for us to use?
- For rgb-camera-control example you'd need to specify the camera socket which you want to control. By default it will take CAM_A socket, while OAK-D-SR only has 2 color cameras on sockets CAM_B and CAM_C. To change that, use:
camRgb = pipeline.create(dai.node.ColorCamera) camRgb.setBoardSocket(dai.CameraBoardSocket.CAM_B) # Or different socket
- To get depth at some point, I'd suggest using SpatialLocationCalculator.
Thanks!
When I am running SpatialLocationCalculator, I get some error messages.
As shown below.
[1844301071C55D1200] [1.3] [775.632] [system] [error] Attempted to start Mono Left camera - NOT detected! [1844301071C55D1200] [1.3] [775.632] [system] [error] Attempted to start Mono Right camera - NOT detected! Use WASD keys to move ROI. Use 'r' and 'f' to change ROI size.
Thanks for your support!
Great! I updated depthai to the latest version and now it can acquire depth images.
Hi,
I want to save some RGB images and depth images from SR camera by running record.py file, but it reports an error.
Please create an issue on the depthai-experiments repo for this issue.
Sorry, I don't know how I can post this question to depthai-experiments. Could you send me a link? Thank you!