-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Performance] Oak-D camera not able to reach desired publish rates #504
Comments
Hi, I think this might be bandwidth related, by default in RGBD mode Stereo is scaled up for better alignment with RGB frame (and its FPS is based on left/right streams). This can be overridden with i_height/i_width params, or you can shrink down rgb frames using ISP scaling. If that does not improve things, you can also try using low_bandwidth mode for the sensor streams. More information on latency can be found here. |
I have modified my yaml to the following:
And I am still only able to get max 30hz from my left and right images and about 30hz on my IMU. |
Hi, sorry for the delay, as mentioned this is probably related to bandwidth, for rectified stereo streams you need to set those parameters separately, for example |
Okay, I'll try that now. Are the IMU noise values on your Isaac PR what I should be using for the BMI270? I was also able to achieve better results (60fps on the rect streams) by turning the nn off. Still only 60hz on the IMU data though. I'm wondering if it's a processing bottleneck, not just a pure bandwidth problem. Thanks! |
I have been trying to use the Oak-D Wide and Oak-D Lite in RGBD mode for use in vslam using the PR here
I have noticed that the camera is not able to publish at the requested rates with either the Depth or RGBD pipelines.
My RGBD yaml is:
All the topics, including the IMU are not able to reach the desired rates.
The USB is in SUPER mode.
Any help here would be appreciated.
The text was updated successfully, but these errors were encountered: