Search Results for

    Show / Hide Table of Contents

    Class SurveillanceSource

    Definition

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

    Provides the ability to push the source to surveillance engines.

    [Obsolete("Deprecated since API12. Will be removed in API15.")]
    public class SurveillanceSource
    Inheritance
    object
    SurveillanceSource

    Constructors

    View Source

    SurveillanceSource()

    Initializes a new instance of the SurveillanceSource class.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API15.")]
    public SurveillanceSource()

    Methods

    View Source

    Push(MediaVisionSource)

    Pushes the source to the surveillance system to detect events.

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

    The media source used for surveillance.

    Exceptions
    Type Condition
    ArgumentNullException

    source is null.

    ObjectDisposedException

    source has already been disposed of.

    InvalidOperationException

    This SurveillanceSource has not been added yet.

    See Also
    AddSource(SurveillanceSource)
    AddSource(SurveillanceSource, MovementDetectionConfiguration)
    AddSource(SurveillanceSource)
    AddSource(SurveillanceSource, PersonAppearanceDetectionConfiguration)
    AddSource(SurveillanceSource, PersonRecognitionConfiguration)

    See Also

    MovementDetector
    PersonAppearanceDetector
    PersonRecognizer
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX