-
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
load *.rssdk files with python #3395
Comments
You have already seen and commented on the previous discussion on this topic. There was a discussion amongst users in the RealSense community about converting RSSDK files in Librealsense 2.0 using a 'grabbing' program called RealSense2Grabber. Community members such as @UnaNancyOwen were involved in this discussion. https://github.com/PointCloudLibrary/pcl/pull/2214/files/33610a4b3a9864953200cc6eda6d15d379a87f5e This effort to create a grabber for Librealsense2 was inspired by an earlier RealSenseGrabber in 2016 for Librealsense1 (Legacy Librealsense). It is a long and involved discussion. I believe that the end-result of it was the realsense2_grabber.h script in the repository linked to below. I know it is not based on Python, but this may be the closest thing available to a ready-made solution. |
Hi zhouyongxiu, Given what MartyG-RealSense has commented here, do you have any updates or do you still need help? Thanks! |
Hi zhouyongxiu, If there is nothing else needed, this one will be closed soon. Thanks! |
Issue Description
I have lots of files saved as *.rssdk from SR300, how can I load those files and convert the stream to numpy with opencv? I known it is good suggestion to save the file as *.bag, but I only have *.rssdk files, or is there any method to convert *.rssdk to *.bag.
The text was updated successfully, but these errors were encountered: