Class SurveillanceEngine
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
- API Level:
- 4
- Feature:
- http://tizen.org/feature/vision.face_recognitionhttp://tizen.org/feature/vision.image_recognition
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. |
API Level: 4
Methods
View SourceDispose()
Releases all the resources used by the SurveillanceEngine object.
Declaration
public void Dispose()
API Level: 4
View SourceDispose(Boolean)
Releases the resources used by the SurveillanceEngine object.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
Boolean | disposing | true to release both managed and unmanaged resources; otherwise false to release only unmanaged resources. |
API Level: 4
View SourceFinalize()
Finalizes an instance of the SurveillanceEngine class.
Declaration
protected void Finalize()
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 |
|