- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I install realsense sr3 sdk on my intel core3 i5 PC. When I run the models such as face detector, it crushed, I saw that someone on net say that SR3 SDK need core4 at least, really?
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Yes, the minimum requirement for the older RealSense camera models is 4th generation Intel Core for F200 and R200, and 6th generation for the SR300.
The new 400 Series cameras do not have the processor limitation and can work with any Intel or ARM processor. The 2016 R3 SDK cannot be used with those cameras though, and face detection is more complicated on these new cameras. This is because you currently have to combine the RealSense SDK 2.0 software that the 400 Series cameras use with another software platform such as OpenCV to get face detection / tracking features.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Oh, thank you . I now can run CameraExplorer.exe and can get rgb and depth image, but when I run FaceTracking.exe, it curshed, if as you said, it maybe my cpu is intel i5-3470, but I don't understand why intel has such a limit
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
The 2016 R3 SDK's face systems are not very stable, so that may be the main problem rather than your processor. The better choice for face related projects is the earlier SDK '2016 R2'. You can launch a 1.8 gb download of it in your browser by clicking the link below.
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
