Class PersonAppearanceDetectionConfiguration

    Definition

    Namespace:
    Tizen.Multimedia.Vision
    Assembly:
    Tizen.Multimedia.Vision.dll

    Represents a configuration of PersonAppearanceDetector instances.

    [Obsolete("Deprecated since API12. Will be removed in API15.")]
    public class PersonAppearanceDetectionConfiguration : SurveillanceEngineConfiguration, IDisposable
    Inheritance
    object
    EngineConfiguration
    SurveillanceEngineConfiguration
    PersonAppearanceDetectionConfiguration
    Implements
    System.IDisposable

    Constructors

    View Source

    PersonAppearanceDetectionConfiguration()

    Initializes a new instance of the PersonAppearanceDetectionConfiguration class.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API15.")]
    public PersonAppearanceDetectionConfiguration()
    Exceptions
    Type Condition
    System.NotSupportedException

    The required features are not supported.

    Fields

    View Source

    DefaultSkipFramesCount

    A read-only field that represents the default value of SkipFramesCount.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API15.")]
    public static readonly int DefaultSkipFramesCount
    Field Value
    Type Description
    int

    Properties

    View Source

    SkipFramesCount

    Gets or sets how many frames will be skipped during push source.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API15.")]
    public int SkipFramesCount { get; set; }
    Property Value
    Type Description
    int

    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
    System.ObjectDisposedException

    The PersonAppearanceDetectionConfiguration already has been disposed of.

    System.ArgumentOutOfRangeException

    value is less than zero.

    See Also
    Push(MediaVisionSource)

    Implements

    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX