Items with no label
3335 Discussions

where is person tracking SDK?

tlian5
Beginner
1,521 Views

Hi,

From this SDK download location:

https://software.intel.com/en-us/intel-realsense-sdk/download Intel® RealSense™ SDK | Intel® Software

I can see under 'SDK Componment Download' there are :

Essentials

Cursor Mode

3D Scan

User Background Segmentation

Face Tracking & Recognition

Full Hand Tracking and Gesture Recognition

Totally 6 SDK I can download,

but I want to use the person tracking methods in my application, Do something like this:

'Int32 npersons=ptd.QueryNumberOfPeople();'

So which SDK should I use? I can't find a 'person tracking SDK' anywhere.

Please help.

0 Kudos
1 Solution
MartyG
Honored Contributor III
318 Views

Support for the R200 camera and its features was removed from the 2016 R3 SDK onwards. Some support continues for R200 in the open-source Librealsense SDK, though Librealsense does not have all of the official RealSense SDK's features (Person Tracking being one of the ones Librealsense lacks, I believe).

The Intel RealSense SDK For Linux does apparently provide support for Person Tracking with the ZR300 camera.

https://devhub.io/repos/IntelRealSense-realsense_samples https://devhub.io/repos/IntelRealSense-realsense_samples

According to this chart below from the R3 release notes, you should use the previous 'RealSense 2016 R2' SDK if you need Person Tracking with the R200 camera.

If you wish to use R2, you can launch a 1.8 gb download of it in your browser automatically with the link below. I guess from your message that you have not installed R3 yet, but if you have then you should uninstall that first before installing R2.

http://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/9078/intel_rs_sdk_offline_package_10.0.26.0396.exe http://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/9078/intel_rs_sdk_offline_package_10.0.26.0396.exe

View solution in original post

0 Kudos
5 Replies
MartyG
Honored Contributor III
319 Views

Support for the R200 camera and its features was removed from the 2016 R3 SDK onwards. Some support continues for R200 in the open-source Librealsense SDK, though Librealsense does not have all of the official RealSense SDK's features (Person Tracking being one of the ones Librealsense lacks, I believe).

The Intel RealSense SDK For Linux does apparently provide support for Person Tracking with the ZR300 camera.

https://devhub.io/repos/IntelRealSense-realsense_samples https://devhub.io/repos/IntelRealSense-realsense_samples

According to this chart below from the R3 release notes, you should use the previous 'RealSense 2016 R2' SDK if you need Person Tracking with the R200 camera.

If you wish to use R2, you can launch a 1.8 gb download of it in your browser automatically with the link below. I guess from your message that you have not installed R3 yet, but if you have then you should uninstall that first before installing R2.

http://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/9078/intel_rs_sdk_offline_package_10.0.26.0396.exe http://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/9078/intel_rs_sdk_offline_package_10.0.26.0396.exe

0 Kudos
tlian5
Beginner
318 Views

Thank you very much. I will try R2.

Is there any reason why the person tracking feature is removed? It is a very useful feature.

0 Kudos
MartyG
Honored Contributor III
318 Views

Intel says it determined the feature list in 2016 R3 based on developer feedback.

0 Kudos
tlian5
Beginner
318 Views

Thank you sir, I downloaded this SDK 2016R2 and installed, I can see RF_PersonTracking same, but it is in c++, wondering if there is any c# sample projects?

0 Kudos
MartyG
Honored Contributor III
318 Views

I checked the R2 Sample Browser and there was only a C++ version of Person Tracking there, unfortunately. I checked the RealSense documentation and there is only a C++ sample listed there too.

0 Kudos
Reply