orbbec / OrbbecSDK

Orbbec SDK C/C++ base core lib
https://www.orbbec3d.com/
MIT License
68 stars 9 forks source link

Playback control (pause, resume, frame by frame) #82

Open thisiszy opened 2 months ago

thisiszy commented 2 months ago

Are there any existing code examples for these functions? The playback example is pretty simple but doesn't involve any of these functions. These functions are useful for managing the playback, since we may want to play the rosbag frame by frame to debug our program. Realsenselib provides a set_real_time function to allow us to capture one frame at a time. Even Orbbec SDK K4A Wrapper also supports k4a_playback_get_next_capture.

Cheers!

zhonghong322 commented 1 month ago

Thank you for the feedback. We will consider adding this feature in future versions.