Class PersonAppearanceDetectionConfiguration
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
Represents a configuration of PersonAppearanceDetector instances.
C#Copypublic class PersonAppearanceDetectionConfiguration : SurveillanceEngineConfiguration, IDisposable
- Inheritance
-
System.ObjectPersonAppearanceDetectionConfiguration
- Implements
-
System.IDisposable
Constructors
View Source
PersonAppearanceDetectionConfiguration()
Initializes a new instance of the PersonAppearanceDetectionConfiguration class.
Declaration
C#Copypublic PersonAppearanceDetectionConfiguration()
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | The required features are not supported. |
API Level: 4
Fields
View Source
DefaultSkipFramesCount
A read-only field that represents the default value of SkipFramesCount.
Declaration
C#Copypublic static readonly int DefaultSkipFramesCount
Field Value
Type | Description |
---|---|
System.Int32 |
API Level: 4
Properties
Declaration
C#Copypublic int SkipFramesCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The value to specify the number of MediaVisionSource calls will be ignored by subscription
of the event trigger. The default is 0. It means that no frames will be skipped and all MediaVisionSource will be processed. |
Exceptions
Type | Condition |
---|---|
ObjectDisposedException | The PersonAppearanceDetectionConfiguration already has been disposed of. |
System.ArgumentOutOfRangeException |
|
See Also
API Level: 4
Implements
System.IDisposable