Please provide the following info: Software Version
[*] DRIVE OS Linux 5.2.0
DRIVE OS Linux 5.2.0 and DriveWorks 3.5
NVIDIA DRIVE™ Software 10.0 (Linux)
NVIDIA DRIVE™ Software 9.0 (Linux)
other DRIVE OS version
other
Host Machine Version
[*] native Ubuntu 18.04
other
Hello I am getting the following error when calling NvMediaICPCreateEx().
I am trying to capture CSI data from an ISP which sends out yuv422 (8bit) images.
I am using a customized camera (ar0231 + an ISP), the output format is yuyv422, packed.
I got the mentioned error when I use NVM_SURF_FMT_SET_ATTR_YUV(surfFormatAttrs,YUV,422,PLANAR,UINT,8,PL);
so I’ve resolved this problem by using NVM_SURF_FMT_SET_ATTR_YUV(surfFormatAttrs,YUYV,422,PACKED,UINT,8,PL);