-
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
Algorithms for Depth & RGB streaming #11407
Comments
Hi @TheNemo05 If you wanted a Python script for accesssing both depth and RGB then the RealSense SDK example program opencv_viewer_example.py may be a useful reference. |
Thank You, can i also get recording algorithm |
If you wish to record depth and RGB to a bag file using the SDK's enable_record_to_file instruction then there is a Python script for doing so at #3029 The Python script at #2731 (comment) saves depth and RGB to .avi video file instead. |
According to your reference #2731 (comment) using the python script can actually save the depth and RGB to .avi but the video players cannot play it. Also tried using the VLC player |
I'm sorry to hear that you had problems with playback. That script usually works for RealSense users who have tried it, such as the user at #10647 (comment) There is another Python recording script here: |
Still it didnt worked. The .avi file format is not working. Any other method will me acceptable |
A RealSense user at #8969 (comment) suggests using ffmpeg-python. Another approach referenced at #6841 (comment) is to use screen capture software such as XSplit to record the contents of the screen directly to video. In that same discussion a RealSense team member also advises how to capture camera data with standard Linux video tools instead of a RealSense program script. |
Any python code for 3D streaming and .bag file export |
#3671 contains Python scripts for aligning depth to color and then saving to a bag file. |
Hi @TheNemo05 Do you require further assistance with this case, please? Thanks! |
Case closed due to no further comments received. |
Issue Description
Need python algos for depth & rgb streaming
The text was updated successfully, but these errors were encountered: