When I build and run the argus samples on my nx, for cudaBayerDemosaic
, i get this:
release notes say:
Release 0.97 (08/10/2018)
samples installed with sudo apt install nvidia-l4t-jetson-multimedia-api
I have not tested on my Nano, and the camera is fine with nvarguscamerasrc.
Also, unrelated, but I did notice (or rather the compiler did) a fallthrough in printCUDAEGLFrame
case CU_EGL_COLOR_FORMAT_RGBA:
colorFormatString = "RGBA";
case CU_EGL_COLOR_FORMAT_BAYER_RGGB:
colorFormatString = "S16 Bayer RGGB";
break;