Motion |
The MotionDetector type exposes the following members.
| Name | Description | |
|---|---|---|
| MotionDetector | Class to represent a motion detector, which detects on receive VideoDatas. |
| Name | Description | |
|---|---|---|
| DetectionFPS | Gets or sets that how many frames should be checked per second. | |
| HighlightMotion | Gets or sets how to highlight the moving objects. | |
| ID | (Inherited from DisposableClass) | |
| IsRunning | Gets that the motion detector is running or not. | |
| MotionColor | Gets or sets the highlight color. | |
| PixelAmountSensitivy | Gets or sets that what percent of the image should change to be recognized as motion. | |
| PixelIntensitySensitivy | Gets or sets that what intensity difference between pixels should be recognized as motion. | |
| ReceiveFormats | (Inherited from VideoHandler) |
| Name | Description | |
|---|---|---|
| Dispose | (Inherited from DisposableClass) | |
| Dispose(Boolean) | (Inherited from DisposableClass) | |
| Finalize | (Inherited from DisposableClass) | |
| GetAllFormats | (Inherited from VideoHandler) | |
| OnDataReceived |
Receiving the VideoData from the sender.
(Overrides VideoHandler.OnDataReceived(Object, VideoData)) | |
| ReceiverConnected | (Inherited from VideoHandler) | |
| ReceiverDisconnected | (Inherited from VideoHandler) | |
| Restart | Restarts the detector. | |
| SendData | (Inherited from VideoHandler) | |
| SenderConnected | (Inherited from VideoHandler) | |
| SenderDisconnected | (Inherited from VideoHandler) | |
| SetPreferredSendFormats | (Inherited from VideoHandler) | |
| SetSupportedFormats | (Inherited from VideoHandler) | |
| Start | Starts the detection. | |
| Stop | Stops the detection. |
| Name | Description | |
|---|---|---|
| DetectionError | Occurs when the detection get error | |
| MediaDataSent | (Inherited from VideoHandler) | |
| MotionDetection | Carries the motion information for the checked frame as arguments. | |
| ReceiveFormatsChanged | (Inherited from VideoHandler) |