Items with no label
3335 Discussions

Detetion gesture

gguo5
Beginner
1,609 Views

Detection of classroom pupil gestures, with Intel realsense camera is the general idea of how? thanks,

0 Kudos
5 Replies
MartyG
Honored Contributor III
194 Views

Pupil can mean either an eye pupil, or a student (also known as a pupil). So I just wanted to make sure which of these you are aiming to do.

1. Track the face and / or hand gestures of a student.

Or 2. Track only the eye movements of the student.

Thanks!

0 Kudos
gguo5
Beginner
194 Views

Detecting the number of times the students in the classroom are in the class, while the gestures are according to the requirements of the picture.How to detect the number of hands in the picture, I use the camera is SR300. thanks.

0 Kudos
MartyG
Honored Contributor III
194 Views

It may be possible to achieve with the SR300, though some parts of it may be difficult to create.

If you want to count how many times a particular student is in the class, you would have to use a face registration database so that the camera can identify the presence of a certain student by comparing the face to an image of that student stored in the database. For face database applications, I would recommend using the '2016 R2' version of the RealSense SDK, as its face software is more stable than the '2016 R3' version of the SDK.

You can download '2016 R2' as a 1.8 gb file using this link, which willl start the download automatically in your browser when clicked on:

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

Detecting the number of hands is an easier task. It can be done using an instruction called QueryNumberOfHands.

Page 12 of the hand tracking tutorial guide linked to below has a script that shows how to program QueryNumberOfHands.

https://software.intel.com/sites/default/files/Hand_Tracking.pdf https://software.intel.com/sites/default/files/Hand_Tracking.pdf

0 Kudos
gguo5
Beginner
194 Views

Asked to detect all the students in the classroom the number of showers, he can use the R200 to achieve it.Can you tell me concrete steps? thaks

0 Kudos
MartyG
Honored Contributor III
194 Views

I would recommend using the SR300. The R200 does not have hand tracking, so you would not be able to do the hand counting part of the project with it.

Face recognition databases are a difficult subject. The best place to begin learning it is with this tutorial:

https://software.intel.com/en-us/articles/code-sample-facial-recognition-using-intel-realsense-sdk Code Sample: Facial Recognition Using Intel® RealSense™ SDK | Intel® Software

0 Kudos
Reply