Hi, i have a deepstream pipeline running on L4T 36.3 on Jetson Orin Nx device. The pipeline makes use of nvvideoconvert
deepstream gst plugin which by default use VIC. My project requires running the pipeline in a VM which unfortunately could only have GPU but not VIC passed through. I try setting nvvideoconvert
property compute-hw=1
to force it to use GPU instead of VIC by default but got this err:
type or paste code here/dvs/git/dirty/git-master_linux/nvutils/nvbufsurftransform/nvbufsurftransform.cpp:3869: => Transformation Failed -1
0:00:00.260433929 1576 0xffff6c000e40 ERROR nvvideoconvert gstnvvideoconvert.c:4235:gst_nvvideoconvert_transform: buffer transform failed
0:00:00.260550091 1576 0xffff6c000e40 WARN basesrc gstbasesrc.c:3127:gst_base_src_loop:<source> error: Internal data stream error.
0:00:00.260566187 1576 0xffff6c000e40 WARN basesrc gstbasesrc.c:3127:gst_base_src_loop:<source> error: streaming stopped, reason error (-5)
Error: gst-stream-error-quark: Internal data stream error. (1): ../libs/gst/base/gstbasesrc.c(3127): gst_base_src_loop (): /GstPipeline:pipeline0/GstV4l2Src:source:
streaming stopped, reason error (-5)
I am wondering if I did anything wrong here or is it possible to use GPU with nvvideoconvert
?
Thanks