Items with no label
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
3338 Discussions

Body Tracking from ZR300 images

ASorr
Beginner
1,287 Views

Hi !

I am working with ZR300 device and my goal is to perform the body tracking not in real-time. I have already some RGB and Depth images recorded with the ZR300 device and saved in a raw format.

Is there a way to pass them as input to the Body Tracking algorithm instead of the current frame recorded by the camera ?

Thanks in advance.

ps I am working with the Realsense SDK for Linux.

0 Kudos
1 Solution
MartyG
Honored Contributor III
366 Views

The RealSense SDK For Linux can use a playback module to replace live camera input with the data of a pre-recorded file. Here is the detailed documentation page for the playback function in the RealSense SDK For Linux.

https://software.intel.com/sites/products/realsense/sdk/classrs_1_1playback_1_1device.html Intel® RealSense™ SDK for Linux: rs::playback::device Class Reference

View solution in original post

0 Kudos
1 Reply
MartyG
Honored Contributor III
367 Views

The RealSense SDK For Linux can use a playback module to replace live camera input with the data of a pre-recorded file. Here is the detailed documentation page for the playback function in the RealSense SDK For Linux.

https://software.intel.com/sites/products/realsense/sdk/classrs_1_1playback_1_1device.html Intel® RealSense™ SDK for Linux: rs::playback::device Class Reference

0 Kudos
Reply