Enum CameraPixelFormat

    Definition

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

    Enumeration for the camera pixel format.

    public enum CameraPixelFormat

    Fields

    Name Description
    Argb

    ARGB pixel format.

    H264

    Encoded pixel format : H264.

    I420

    I420 pixel format.

    Invalid

    Invalid pixel format.

    Invz

    Depth pixel format.

    Jpeg

    Encoded pixel format.

    Mjpeg

    Encoded pixel format : Motion JPEG

    Nv12

    NV12 pixel format.

    Nv12t

    NV12 tiled pixel format.

    Nv16

    NV16 pixel format.

    Nv21

    NV21 pixel format.

    Rgb565

    RGB565 pixel format.

    Rgb888

    RGB565 pixel format.

    Rgba

    RGBA pixel format.

    Uyvy

    UYVY pixel format.

    Vp8

    Encoded pixel format : VP8

    Vp9

    Encoded pixel format : VP9

    Yuv422Planar

    YUV422(Y:U:V) planar pixel format.

    Yuyv

    YUYV(YUY2) pixel format.

    Yv12

    YV12 pixel format.

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