Using VPI with VIC backend in Deepstream pipeline on AGX Xavier

Hi,

Thanks for your patience.

After checking with our internal team, nvvideoconvert can also output a pitch-linear format.
This will allow you to use Deepstream and VPI together.

Please check the below pipeline for the usage:

gst-launch-1.0 uridecodebin uri=file.mp4 name=u ! nvvideoconvert ! 'video/x-raw(memory:NVMM),fomat=NV12,colorimetry=bt709' ! nvegltransform ! nveglglessink  

Thanks.