-
Notifications
You must be signed in to change notification settings - Fork 12
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
Specify all needed parameter tags in launch file(s) #2
Comments
Primarily done for duo.launch. duo_dense3d.launch is not done yet since i need to get the regular functionality working. |
In the duo_dense3d.launch it was mentioned to use certain frame-rates depending on the resolution required. But when I check in the DUODashboard the maximum fps for 640x480 is 54. But in launch file the fps was 62. Will there be any problem while calibrating it via opencv? |
According to the specs on the mini-lx on duo's website (https://duo3d.com/product/duo-minilx-lv1#tab=specs) it shows 640x480 max FPS is 62, so that is what I went off of. This shouldnt however effect the opencv calibration though. |
Is it possible to have different binng i.e independent of frame rates and resolution? For example in my usage 320x240 @60 fps was good enough, but the launch file required me to run at 184 which is computationally expensive. |
of course you can, 184 is only the maximum you can use for 320x240. |
@gitunit is correct. You can specify any frame rate you would like. What is listed in the launch file comment is the max frame rates per resolution, as described on DUO's website |
Specify all needed parameter tags in launch file(s) so that user can customize settings, and not just use default with what mini lx duo comes with.
The text was updated successfully, but these errors were encountered: