Class SurveillanceEngine
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
SurveillanceEngine is a base class for surveillance event triggers. Media Vision Surveillance provides the functionality which can be utilized for creation of video surveillance systems.
public abstract class SurveillanceEngine : IDisposable
- Inheritance
-
objectSurveillanceEngine
- Derived
- Implements
-
System.IDisposable
Properties
View SourceRoi
Sets and gets the ROI (Region Of Interest).
Declaration
public Point[] Roi { get; set; }
Property Value
Type | Description |
---|---|
Point[] |
Exceptions
Type | Condition |
---|---|
System.ObjectDisposedException | The SurveillanceEngine has already been disposed of. |
See Also
Methods
View SourceDispose()
Releases all the resources used by the SurveillanceEngine object.
Declaration
public void Dispose()
See Also
View SourceDispose(bool)
Releases the resources used by the SurveillanceEngine object.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing | true to release both managed and unmanaged resources; otherwise false to release only unmanaged resources. |
See Also
View Source~SurveillanceEngine()
Finalizes an instance of the SurveillanceEngine class.
Declaration
protected ~SurveillanceEngine()
See Also
View SourceRemoveSource(SurveillanceSource)
Removes the source from SurveillanceEngine.
Declaration
public void RemoveSource(SurveillanceSource source)
Parameters
Type | Name | Description |
---|---|---|
SurveillanceSource | source |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |
|
System.ObjectDisposedException | The SurveillanceEngine has already been disposed of. |
System.ArgumentException |
|
See Also
Implements
System.IDisposable