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
This should do a raw recording of realsense or Kinect streams.
It should read and parse the cameraconfig.json file, and add the record_to_directory field.
After recording, it should create the cameraconfig.json for the recording.
It should probably also find the correct playback_inpoint_micros value for each camera.
It could probably do a sanity check of the recording.
Maybe it can print warning messages if during recording it detects that there are missing frames.
The text was updated successfully, but these errors were encountered:
This should do a raw recording of realsense or Kinect streams.
It should read and parse the cameraconfig.json file, and add the
record_to_directory
field.After recording, it should create the cameraconfig.json for the recording.
It should probably also find the correct
playback_inpoint_micros
value for each camera.It could probably do a sanity check of the recording.
Maybe it can print warning messages if during recording it detects that there are missing frames.
The text was updated successfully, but these errors were encountered: