Class SurveillanceSource
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
Provides the ability to push the source to surveillance engines.
public class SurveillanceSource
- Inheritance
-
objectSurveillanceSource
Constructors
View SourceSurveillanceSource()
Initializes a new instance of the SurveillanceSource class.
Declaration
public SurveillanceSource()
See Also
Methods
View SourcePush(MediaVisionSource)
Pushes the source to the surveillance system to detect events.
Declaration
public void Push(MediaVisionSource source)
Parameters
Type | Name | Description |
---|---|---|
MediaVisionSource | source | The media source used for surveillance. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |
|
System.ObjectDisposedException |
|
System.InvalidOperationException | This SurveillanceSource has not been added yet. |