Items with no label
3335 Discussions

RealSense camera body tracking

정박1
Beginner
3,445 Views

1. Is the RealSense camera capable of real-time body tracking?

2. Is it possible to recognize the entire skeleton including the lower half?

I want to recognize my head, hands, shoulders, waist and knees like a Kinect.

3. Which camera models can perform these functions?

Please let me know Thank you.

0 Kudos
3 Replies
MartyG
Honored Contributor III
1,159 Views

If you need real-time tracking and want to track the skeleton, these options may be best for you.

1. The super-powerful new D435 RealSense camera model that goes on sale January 8.

https://click.intel.com/intelr-realsensetm-depth-camera-d435.html Intel® RealSense™ Depth Camera D435 - Intel® RealSense™ Depth Cameras

2. Combining the camera's 'RealSense SDK 2.0' software with a skeleton tracking module in the OpenCV software platform, which SDK 2.0 is compatible with.

SDK 2.0:

https://github.com/IntelRealSense/librealsense/releases/ Releases · IntelRealSense/librealsense · GitHub

OpenCV skeleton tracking:

https://www.youtube.com/watch?time_continue=29&v=OfDdNv-bMBo Human body skeleton detection and tracking using OpenCV - YouTube

정박1
Beginner
1,159 Views

1. Can the D435 track the entire body, including the lower body?

2. What is fps?

3. Does connecting multiple cameras on one PC affect speed?

0 Kudos
MartyG
Honored Contributor III
1,159 Views

1. What the camera will be able to do with skeleton tracking depends on the OpenCV module used with it. If an OpenCV module can support lower body tracking, then the D435 should be able to use that software with OpenCV to track those points.

2. The D435 can output depth streams at up to 90 Frames Per Second (FPS), a significant improvement on previous RealSense cameras that were limited to a maximum of 60 FPS.

3. Any time that you add additional actively processing devices to a PC, it is going to consume more of that PC's resources such as CPU load and memory usage. This may have an effect on RealSense data processing, as once the camera sends data through the USB cable to the PC then it may encounter a processing bottleneck, depending on what programs are running on the PC and the capabilities of its hardware

0 Kudos
Reply