Class SurveillanceSource

    Definition

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

    Provides the ability to push the source to surveillance engines.

    public class SurveillanceSource
    Inheritance
    object
    SurveillanceSource

    Constructors

    View Source

    SurveillanceSource()

    Initializes a new instance of the SurveillanceSource class.

    Declaration
    public SurveillanceSource()
    See Also
    MovementDetector
    PersonAppearanceDetector
    PersonRecognizer

    Methods

    View Source

    Push(MediaVisionSource)

    Pushes the source to the surveillance system to detect events.

    Declaration
    public void Push(MediaVisionSource source)
    Parameters
    Type Name Description
    MediaVisionSource source

    The media source used for surveillance.

    Exceptions
    Type Condition
    System.ArgumentNullException

    source is null.

    System.ObjectDisposedException

    source has already been disposed of.

    System.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-2024 Samsung
    Generated by DocFX