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
-
SurveillanceEngine
- Derived
- Implements
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 |
|---|---|
| ObjectDisposedException | The SurveillanceEngine has already been disposed of. |
Methods
View SourceDispose()
Releases all the resources used by the SurveillanceEngine object.
Declaration
public void Dispose()
Dispose(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. |
~SurveillanceEngine()
Finalizes an instance of the SurveillanceEngine class.
Declaration
protected ~SurveillanceEngine()
RemoveSource(SurveillanceSource)
Removes the source from SurveillanceEngine.
Declaration
public void RemoveSource(SurveillanceSource source)
Parameters
| Type | Name | Description |
|---|---|---|
| SurveillanceSource | source |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException |
|
| ObjectDisposedException | The SurveillanceEngine has already been disposed of. |
| ArgumentException |
|