Search Results for

    Show / Hide Table of Contents

    Class MovementDetector

    Definition

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

    Provides the ability to detect movement on image sources.

    [Obsolete("Deprecated since API12. Will be removed in API15.")]
    public class MovementDetector : SurveillanceEngine, IDisposable
    Inheritance
    object
    SurveillanceEngine
    MovementDetector
    Implements
    IDisposable

    Constructors

    View Source

    MovementDetector()

    Initializes a new instance of the MovementDetector class.

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

    The required features are not supported.

    Methods

    View Source

    AddSource(SurveillanceSource)

    Adds SurveillanceSource.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API15.")]
    public void AddSource(SurveillanceSource source)
    Parameters
    Type Name Description
    SurveillanceSource source

    The source used for recognition.

    Exceptions
    Type Condition
    ArgumentNullException

    source is null.

    ObjectDisposedException

    The MovementDetector has already been disposed of.

    View Source

    AddSource(SurveillanceSource, MovementDetectionConfiguration)

    Adds SurveillanceSource with the provided MovementDetectionConfiguration.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API15.")]
    public void AddSource(SurveillanceSource source, MovementDetectionConfiguration config)
    Parameters
    Type Name Description
    SurveillanceSource source

    The source used for recognition.

    MovementDetectionConfiguration config

    The config for the source. This value can be null.

    Exceptions
    Type Condition
    ArgumentNullException

    source is null.

    ObjectDisposedException

    The MovementDetector has already been disposed of.
    -or-
    config has already been disposed of.

    Events

    View Source

    Detected

    Occurs when the movement detected.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API15.")]
    public event EventHandler<MovementDetectedEventArgs> Detected
    Event Type
    Type Description
    EventHandler<MovementDetectedEventArgs>
    Remarks

    The event handler will be executed on an internal thread.

    Implements

    IDisposable

    See Also

    MovementDetectionConfiguration
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX