Syntax
| C# |
|---|
namespace Braintech.Vi_FaceDetector.Proxy |
Classes
| Class | Description | |
|---|---|---|
| Contract |
Vi_FaceDetector Contract class
| |
| FrameRateResponse |
The response data type with for querying the tracker FrameRate. Currently only sent in response to HTTP Get.
| |
| Get |
Vi_FaceDetector Get Operation
| |
| Subscribe |
Default Subscribe operation.
| |
| ToggleDetection |
Toggle detector operation.
| |
| ToggleDetectionRequest |
Data type for sending a ToggleDetection request. The enabled flag indicates whether detection
should be enabled/disabled.
| |
| UpdateFrame |
The main subscription message. The detector sends UpdateFrame responses whenever a frame has been processed.
| |
| UpdateFrameResponse |
The data type for the UpdateFrame message. Contains all the information about the last frame processed,
including object detections.
| |
| Vi_FaceDetectorOperations |
Vi_FaceDetector Main Operations Port
| |
| Vi_FaceDetectorState |
The Vi_FaceDetector State
|