-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Playback with callback not working #7908
Comments
hey @lmuffang , did you try to enable the pose stream too? other than fisheye stream, im not getting any other streams despite enabling them all |
aangerma
added a commit
to aangerma/librealsense
that referenced
this issue
Feb 28, 2021
Hi, Will you be needing further help with this? If we don’t hear from you in 7 days, this issue will be closed. Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I am quite new to librealsense and I am having trouble playing back a recorded bag (recorded with
rs-record
).I am reading IMU values and camera frames with a callback as shown in the callback example to have all IMU measurements. My code works perfectly with the camera directly but when I read a bag file and use a playback, I do not get all measurements as sometimes I get 2 images with no IMU measurements between them.
Here is a view of the code I use:
The text was updated successfully, but these errors were encountered: