You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 :)
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?
The text was updated successfully, but these errors were encountered: