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.
C#Copypublic abstract class SurveillanceEngine : IDisposable
- Inheritance
-
objectSurveillanceEngine
- Derived
- Implements
-
System.IDisposable
Properties
Declaration
C#Copypublic Point[] Roi { get; set; }
Property Value
Type | Description |
---|---|
Point[] |
Exceptions
Type | Condition |
---|---|
System.ObjectDisposedException | The SurveillanceEngine has already been disposed of. |
Methods
Declaration
C#Copypublic void Dispose()
Declaration
C#Copyprotected 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. |
Declaration
C#Copyprotected ~SurveillanceEngine()
Declaration
C#Copypublic 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 |
|
Implements
System.IDisposable