Hi,
Currently we are developing a product based on Jetson Xavier AGX and we have some doubts about supported formats related to the codecs and LibArgus (H265/H264).
We are aware of the gstreamer encoding plugins supported formats as indicated by gst-inspect command:
gst-inspect-1.0 nvv4l2h265enc
Pad Templates:
SINK template: 'sink'
Availability: Always
Capabilities:
video/x-raw(memory:NVMM)
width: [ 1, 2147483647 ]
height: [ 1, 2147483647 ]
format: { (string)I420, (string)NV12, (string)P010_10LE }
framerate: [ 0/1, 2147483647/1 ]
However, are other formats supported from LibArgus side? We are specifically interested in the whether the following formats are supported:
- PIXEL_FMT_Y8
- PIXEL_FMT_Y16
- PIXEL_FMT_YCbCr_420_888
- PIXEL_FMT_YCbCr_422_888
- PIXEL_FMT_YCbCr_444_888
- PIXEL_FMT_JPEG_BLOB
- PIXEL_FMT_RAW16
- PIXEL_FMT_P016
If not, does hardware support them? Can we extend the format support?
Regards,
Fabian
www.ridgerun.com