MotionDetector Class |
Namespace: Ozeki.Media
The MotionDetector type exposes the following members.
Name | Description | |
---|---|---|
MotionDetector |
Class to represent a motion detector, which detects on receive VideoDatas.
|
Name | Description | |
---|---|---|
Dispose |
Disposes the object.
(Inherited from DisposableClass.) | |
Dispose(Boolean) |
Disposes the object.
(Inherited from DisposableClass.) | |
Finalize | (Inherited from DisposableClass.) | |
GetAllFormats | (Inherited from VideoHandler.) | |
OnDataReceived |
Receiving the VideoData from the sender.
(Overrides VideoHandlerOnDataReceived(Object, VideoData).) | |
ReceiverConnected |
This will be called when this object has been connected to a video receiver.
(Inherited from VideoHandler.) | |
ReceiverDisconnected |
This will be called when this object has been disconnected from a video receiver.
(Inherited from VideoHandler.) | |
Restart |
Restarts the detector.
| |
SendData |
Sends media data to the connected audio handlers.
(Inherited from VideoHandler.) | |
SenderConnected |
This will be called when a video sneder has been connected to this object.
(Inherited from VideoHandler.) | |
SenderDisconnected |
This will be called when a video sender has been disconnected from this object.
(Inherited from VideoHandler.) | |
SetPreferredSendFormats | (Inherited from VideoHandler.) | |
SetSupportedFormats |
Sets the video formats that the video handler can receive. If no video format specified, all formats are supported.
(Inherited from VideoHandler.) | |
Start |
Starts the detection.
| |
Stop |
Stops the detection.
|
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 |
Gets a list of video formats that the video handler can receive. If no video format specified, all formats are supported.
(Inherited from VideoHandler.) |
Name | Description | |
---|---|---|
DetectionError |
Occurs when the detection get error
| |
MediaDataSent |
Occurs when the video data is ready to send.
(Inherited from VideoHandler.) | |
MotionDetection |
Carries the motion information for the checked frame as arguments.
| |
ReceiveFormatsChanged |
Occurs when an item is added or removed from the ReceiveFormats collection.
(Inherited from VideoHandler.) |