Image Format Enumerations
Memory Type |
Description |
|---|---|
base.yuv_400 |
Image in YUV_400 format |
base.nv12 |
Image in YUV_SP_420 format |
base.nv21 |
Image in YVU_SP_420 format |
base.yuv_sp_422 |
Image in YUV_SP_422 format |
base.yvu_sp_422 |
Image in YVU_SP_422 format |
base.yuv_sp_444 |
Image in YUV_SP_444 format |
base.yvu_sp_444 |
Image in YVU_SP_444 format |
base.yuyv_packed_422 |
Image in YUYV_PACKED_422 format |
base.uyvy_packed_422 |
Image in UYVY_PACKED_422 format |
base.yvyu_packed_422 |
Image in YVYU_PACKED_422 format |
base.vyuy_packed_422 |
Image in VYUY_PACKED_422 format |
base.yuv_packed_444 |
Image in YUV_PACKED_444 format |
base.bgr |
Image in BGR_888 format |
base.rgb |
Image in RGB_888 format |
base.argb |
Image in ARGB_8888 format |
base.abgr |
Image in ABGR_8888 format |
base.rgba |
Image in RGBA_8888 format |
base.bgra |
Image in BGRA_8888 format |
Parent topic: Python Enumerations