Method | Description | |
---|---|---|
CreateCapture ( int selection ) : |
Creates a capture.
|
|
GetAllCameras ( ) : List |
Gets all connected webcams.
|
|
GetDetectedSnippets ( |
Makes a snapshot and gets the snippets where a face was detected.
|
|
ProcessImage ( |
Captures and processes the image.
|
Method | Description | |
---|---|---|
CameraHandler ( ) : System |
Initializes the CameraHandler class.
|
|
Dispose ( ) : void | ||
InitializeFaceDetection ( ) : void | ||
RecognizeUser ( byte>.Image |
public CreateCapture ( int selection ) : |
||
selection | int | The camera selection. |
return |
public GetDetectedSnippets ( |
||
capture | The capture. | |
return | List |
public ProcessImage ( |
||
capture | The capture. | |
return |