Skip to content
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

How can I record with multiple cameras simultaneously? #4933

Closed
AJMena opened this issue Sep 25, 2019 · 1 comment
Closed

How can I record with multiple cameras simultaneously? #4933

AJMena opened this issue Sep 25, 2019 · 1 comment

Comments

@AJMena
Copy link

AJMena commented Sep 25, 2019

  • Before opening a new issue, we wanted to provide you with some useful suggestions (Click "Preview" above for a better view):

  • All users are welcomed to report bugs, ask questions, suggest or request enhancements and generally feel free to open new issue, even if they haven't followed any of the suggestions above :)


Required Info
Camera Model { R200 / D400 }
Firmware Version (Open RealSense Viewer --> Click info)
Operating System & Version {Win 10}
Platform PC
SDK Version { legacy / 2.25.0.993 }
Language {C }
Segment {others }

Issue Description

I'm trying to record with a D415 camera and a T265 simultaneously. So later I can load the files and have the information of both synchronized.
I combined the code from these two examples:
https://dev.intelrealsense.com/docs/rs-record-playback
https://github.com/IntelRealSense/librealsense/tree/master/examples/tracking-and-depth
I start recording from the first one (D415). Then I start recording the other (T265) and here is the problem. The first recording stops and the second one records data from the D415 and not from the T265.
I read that there is a limitation on the pipeline. That you must close it to start a new recording to a file:
#2424 (comment)
So, is there any way to record from multiple cameras simultaneously?

@RealSenseCustomerSupport
Copy link
Collaborator


Hi AJMena. Realsense-Viewer accomplishes exactly this. You can find the source code for the tool here:

https://github.com/IntelRealSense/librealsense/tree/master/tools/realsense-viewer

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants