Class MovementDetectionConfiguration
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
Represents a configuration of Movement
[Obsolete("Deprecated since API12. Will be removed in API15.")]
public class MovementDetectionConfiguration : SurveillanceEngineConfiguration, IDisposable
- Inheritance
- Implements
-
System.
IDisposable
Constructors
View SourceMovementDetectionConfiguration()
Initializes a new instance of the Movement
Declaration
[Obsolete("Deprecated since API12. Will be removed in API15.")]
public MovementDetectionConfiguration()
Exceptions
Type | Condition |
---|---|
System. |
The required features are not supported. |
Fields
View SourceDefaultThreshold
A read-only field that represents the default value of Threshold.
Declaration
[Obsolete("Deprecated since API12. Will be removed in API15.")]
public static readonly int DefaultThreshold
Field Value
Type | Description |
---|---|
int |
Properties
View SourceThreshold
Gets or sets movement detection threshold.
This value might be set before subscription on Detected event
to specify the sensitivity of the movement detector.
Declaration
[Obsolete("Deprecated since API12. Will be removed in API15.")]
public int Threshold { get; set; }
Property Value
Type | Description |
---|---|
int | The value indicating the sensitivity of Movement |
Exceptions
Type | Condition |
---|---|
System. |
The Movement |
System. |
|
Implements
System.IDisposable