Is it possible to get full range NV12 from nvarguscamerasrc and nvvidconv? It seems the NV12 format is always limited to 16-235. I’m using R32.5.0 on TX2.
If I shine a light directly at the camera, the Y data within NV12 is limited 16-235 for RS32.5.
If I run the same command on RS32.4.3 with the light directly on the camera, the Y data within NV12 is full range 0-255.
It appears something has changed between RS32.4.3 and RS32.5.0 in either nvarguscamerasrc or nvvidconv that is applying “studio swing” limiting on the YUV data.
I would like a way to disable this and return to full range 0-255.
I think the issue is actually with nvvidconv. It seems if I change gst_nvvconv_get_pix_fmt to return NvBufferColorFormat_NV12_ER I get the extended range.
Hi ShaneCCC, thanks. I tried the libnvtvmr.so from that patch and it did not work. That issue was related to decoder. Does libnvtvmr.so affect nvvidconv as well? It did not have any effect for me.
Can you please answer my question from before about nvvidconv?