- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Intel says it determined the feature list in 2016 R3 based on developer feedback.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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?
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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.