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.

C#
Copy
public abstract class SurveillanceEngine : IDisposable
Inheritance
SurveillanceEngine
Derived

Properties

View Source

Roi

Sets and gets the ROI (Region Of Interest).

Declaration
C#
Copy
public Point[] Roi { get; set; }
Property Value
Type Description
Point[]
API Level: 4

Methods

View Source

Dispose()

Releases all the resources used by the SurveillanceEngine object.

Declaration
C#
Copy
public void Dispose()
API Level: 4
View Source

Dispose(Boolean)

Releases the resources used by the SurveillanceEngine object.

Declaration
C#
Copy
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 Source

Finalize()

Finalizes an instance of the SurveillanceEngine class.

Declaration
C#
Copy
protected void Finalize()
View Source

RemoveSource(SurveillanceSource)

Removes the source from SurveillanceEngine.

Declaration
C#
Copy
public void RemoveSource(SurveillanceSource source)
Parameters
Type Name Description
SurveillanceSource source
API Level: 4

Extension Methods

See Also