7 import pyrealsense2
as rs2
15 test.start(
"Playback with non realtime isn't stuck at stop")
17 filename = tempfile.gettempdir() + os.sep +
'recording_deadlock.bag' 21 config.enable_all_streams()
22 config.enable_device_from_file(filename, repeat_playback=
False)
23 profile = pipeline.start(config)
24 device = profile.get_device().as_playback().set_real_time(
False)
27 success, _ = pipeline.try_wait_for_frames(1000)
35 test.print_results_and_exit()
static std::string print(const transformation &tf)
virtual frame finish(frame f)