Class SurveillanceSource
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
- API Level:
- 4
Provides the ability to push the source to surveillance engines.
public class SurveillanceSource
- Inheritance
-
SurveillanceSource
Constructors
View SourceSurveillanceSource()
Initializes a new instance of the SurveillanceSource class.
Declaration
public SurveillanceSource()
API Level: 4
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 |
---|---|
ArgumentNullException |
|
ObjectDisposedException |
|
InvalidOperationException | This SurveillanceSource has not been added yet. |