Items with no label
3335 Discussions

F200:How to detect facial component(face tracking) in C++

YKojo
Beginner
1,431 Views

I'm a student,and I wanna detect head nodding through my study.

I heard that realsense SDK enables me to detect facial components. But I could'nt find sample code detecting facial components in librealsense for F200 .

Should I write C++ code like that by myself ? If it's right , how I should do ??

Please teach me. I'm having trouble.

0 Kudos
1 Solution
MartyG
Honored Contributor III
176 Views

For face related functions with F200, the best SDK to use is the '2016 R2' Windows SDK, which has extensive in-built face support. The old 'legacy' version of Librealsense that works with F200 does not have face features.

If you have a Windows PC, you can launch a 1.8 GB download of the 2016 R2 SDK in your browser by clicking the link below. This SDK also supports creating face controlled applications in the Unity game engine with menus, minimizing the amount of programming needed.

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

1 Reply
MartyG
Honored Contributor III
177 Views

For face related functions with F200, the best SDK to use is the '2016 R2' Windows SDK, which has extensive in-built face support. The old 'legacy' version of Librealsense that works with F200 does not have face features.

If you have a Windows PC, you can launch a 1.8 GB download of the 2016 R2 SDK in your browser by clicking the link below. This SDK also supports creating face controlled applications in the Unity game engine with menus, minimizing the amount of programming needed.

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

Reply