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.
[Obsolete("Deprecated since API12. Will be removed in API15.")]
public abstract class SurveillanceEngine : IDisposable
- Inheritance
-
objectSurveillanceEngine
- Derived
- Implements
-
System.IDisposable
Properties
View SourceRoi
Sets and gets the ROI (Region Of Interest).
Declaration
[Obsolete("Deprecated since API12. Will be removed in API15.")]
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
[Obsolete("Deprecated since API12. Will be removed in API15.")]
public void Dispose()
See Also
View SourceDispose(bool)
Releases the resources used by the SurveillanceEngine object.
Declaration
[Obsolete("Deprecated since API12. Will be removed in API15.")]
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
[Obsolete("Deprecated since API12. Will be removed in API15.")]
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