Hello;
our application uses 8 bit greyscale (GRAY8) cameras.
Those GREY8 cameras are supported on TEGRA but not on XAVIER.
Why? is this a bug or was GREY8 removed for a reason?
A significant portion of MVCams are 8bit grey so the lack of GREY8 is a problem. Can this be fixed?
using gst-inspect-1.0 on both TEGRA and XAVIER i get the following format lists:
nvvidconv on TEGRA supports the following formats:
Capabilities:
video/x-raw(memory:NVMM)
format: { I420, I420_10LE, UYVY, YUY2, YVYU, NV12, GRAY8, BGRx, RGBA }
width: [ 1, 2147483647 ]
height: [ 1, 2147483647 ]
framerate: [ 0/1, 2147483647/1 ]
video/x-raw
format: { I420, UYVY, YUY2, YVYU, NV12, GRAY8, BGRx, RGBA }
width: [ 1, 2147483647 ]
height: [ 1, 2147483647 ]
framerate: [ 0/1, 2147483647/1 ]
nvvidconv on XAVIER supports the following formats and GREY8 is not shown in this list:
Capabilities:
video/x-raw(memory:NVMM)
format: { (string)I420, (string)I420_10LE, (string)I420_12LE, (string)UYVY, (string)YUY2, (string)YVYU, (string)NV12, (string)BGRx, (string)RGBA }
width: [ 1, 2147483647 ]
height: [ 1, 2147483647 ]
framerate: [ 0/1, 2147483647/1 ]
video/x-raw
format: { (string)I420, (string)I420_10LE, (string)I420_12LE, (string)UYVY, (string)YUY2, (string)YVYU, (string)NV12, (string)BGRx, (string)RGBA }
width: [ 1, 2147483647 ]
height: [ 1, 2147483647 ]
framerate: [ 0/1, 2147483647/1 ]
Please let me know what i can do to help investigate and resolve this issue.
Tnx!
johnu