Class CameraDisplaySettings

    Definition

    Namespace:
    Tizen.Multimedia
    Assembly:
    Tizen.Multimedia.Camera.dll

    The CameraDisplay class allows you to manage display for the camera. It allows to set and get various display properties, such as rotation, display visibility, and display mode.

    public class CameraDisplaySettings
    Inheritance
    object
    CameraDisplaySettings

    Properties

    View Source

    Flip

    The display flip.

    Declaration
    public Flips Flip { get; set; }
    Property Value
    Type Description
    Flips

    A Flips that specifies the camera flip type.

    Remarks

    This property is meaningful only in overlay or EVAS surface display type.

    Exceptions
    Type Condition
    System.ArgumentException

    Display flip type is incorrect.

    System.ObjectDisposedException

    The camera has already been disposed.

    View Source

    Mode

    The display mode.

    Declaration
    public CameraDisplayMode Mode { get; set; }
    Property Value
    Type Description
    CameraDisplayMode

    A CameraDisplayMode that specifies the display mode.

    Remarks

    This property is meaningful only in overlay or EVAS surface display type.

    Exceptions
    Type Condition
    System.ArgumentException

    Display mode type is incorrect.

    System.ObjectDisposedException

    The camera has already been disposed.

    View Source

    RoiArea

    the ROI(Region Of Interest) area of display.

    Declaration
    public Rectangle RoiArea { get; set; }
    Property Value
    Type Description
    Rectangle
    Remarks

    This property is meaningful only in overlay or EVAS surface display type.

    Exceptions
    Type Condition
    System.ObjectDisposedException

    The camera has already been disposed.

    View Source

    Rotation

    The display rotation.

    Declaration
    public Rotation Rotation { get; set; }
    Property Value
    Type Description
    Rotation

    A Rotation that specifies the rotation of the camera device.

    Remarks

    This property is meaningful only in overlay or EVAS surface display type.

    Exceptions
    Type Condition
    System.ArgumentException

    Display rotation type is incorrect.

    System.ObjectDisposedException

    The camera has already been disposed.

    View Source

    Visible

    The display visibility.

    Declaration
    public bool Visible { get; set; }
    Property Value
    Type Description
    bool

    true if camera display is visible, otherwise false.

    Remarks

    This property is meaningful only in overlay or EVAS surface display type.

    Exceptions
    Type Condition
    System.ObjectDisposedException

    The camera has already been disposed.

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