-
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
Inconsistent frames #5107
Comments
Hi @nevynwong |
Hi @dorodnic ,Here's my program. import pyrealsense2 as rs pipe = rs.pipeline() #pointcloud colorizer = rs.colorizer() align_to = rs.stream.color I use n to record the number of frames in the bag file. |
Hi @dorodnic , |
@nevynwong hello, There are multiple ways to handle this -
Related to #5143 |
In Python, wait for frames() is used to extract all the frames of the bag file, which are different from those obtained through rosbag. For example, rosbag only gets 5689 frames, while Python gets 6533 frames.
The text was updated successfully, but these errors were encountered: