In the Argus Camera API Release Notes, it lists PIXEL_FMT_YCbCr_420_888 as the only supported format:
* Current EGLStream Buffer Format Support:
Format State
======================= ==========
PIXEL_FMT_Y8 Not Supported
PIXEL_FMT_Y16 Not Supported
PIXEL_FMT_YCbCr_420_888 Works with all consumers.
PIXEL_FMT_YCbCr_422_888 Not Supported
PIXEL_FMT_YCbCr_444_888 Not Supported
PIXEL_FMT_JPEG_BLOB Not Supported (TODO: Remove format)
PIXEL_FMT_RAW16 Not Supported
I would like to have raw bayer data (PIXEL_FMT_RAW16). I can currently get it from v4l2 through /dev/video0, but it would be nice if I could use argus instead.
Can we have support for this format please?