KeyLemonFaceSDK

Capture Library

KeyLemonFaceSDK integrates a capture library which will help you to acquire images directly from your USB webcam (integrated or not).

KeyLemonFaceSDK-Capture-Library

Capture library is currently available on Windows, but will be release in the next days on Mac platform as well.

The library supports currently the following images formats :

  • RGB24
  • GRAY
  • I420
  • IYUV
  • YUY2

Capture can be executed in a separated thread (non blocking) or in the main thread.

Examples

The capture library comes also with four examples :

  • Face localization : this example localizes the face from the webcam stream and ouputs the face position in a terminal. This example also detects the eye blinks and increase a counter when the user blink.

    KeyLemonFaceSDK-Capture-Library

  • Train and create a client model : this example trains a client model from the webcam stream (using 15 images) and allows you to save the model on disk. You can test this model against the images coming from the webcam (scores are printed in the terminal)
  • Face verification : this example allows you to test a face model loaded from disk against the images from the webcam stream.
  • Face identification : this example loads different client models from disk and check if the person in front of the camera correspond to one of the previously loaded models.

The capture library is provided with an example which count the eye blinks

KeyLemonFaceSDK
Build your own application
Don't be left behing and get involved !
Request a license
and get a trial period
top