Class StillImage

    Definition

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

    The class containing the captured still image.

    public class StillImage
    Inheritance
    object
    StillImage

    Properties

    View Source

    Data

    The buffer containing the still image.

    Declaration
    public byte[] Data { get; }
    Property Value
    Type Description
    byte[]
    View Source

    Exif

    The Exif data describing additional metadata of still image. Please refer Exif specification for more details.

    Declaration
    public byte[] Exif { get; }
    Property Value
    Type Description
    byte[]
    View Source

    Format

    The pixel format of the still image.

    Declaration
    public CameraPixelFormat Format { get; }
    Property Value
    Type Description
    CameraPixelFormat
    View Source

    Resolution

    The resolution of the still image.

    Declaration
    public Size Resolution { get; }
    Property Value
    Type Description
    Size
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX