-
Notifications
You must be signed in to change notification settings - Fork 10
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
Cannot run the Realsense device at 60 fps #31
Comments
Hi @LZC-68 ! Are they included in the |
Hi @Nicogene Yes, they are included in the I post contents in the config.ini here.
|
When you run the device do you get this warning?
It would be interesting to see if through rpc port it is possible to set the framerate. @xEnVrE do you remember the rpc protocol? Otherwise we have to reverse-engineer it |
Hi @Nicogene No, we don't have that warning. Instead we had this one:
So, we realized that it is not enough to change the In the end, with this configuration file:
we were able to get the camera working at the desired fps. Maybe it would be good adding this piece of information in the Thanks |
@LZC-68 this kind of error came out because the parameter name used by the wrapper/nws (RGBDSensorWrapper) is different by the one used by the underlying sensor, Usually, they match and it is not needed to specify it twice. Moreover in this case |
We want to run Realsense(D435) at 60 fps. But the actual fps we got is 33.3.
Configurations are set as:
depthResolution (640 480)
rgbResolution (640 480)
framerate 60
enableEmitter true
needAlignment true
alignmentFrame RGB
Moreover, we tried to set different
framerate
, the Realsense can be connected when setframerate
as 15, 30 and 60 fps.The text was updated successfully, but these errors were encountered: