Hi,
When i try to run optical flow with a usb camera (it runs successfully on the sample video file) using the command:
$ deepstream-nvof-app v4l2:///dev/video0
I get the following error:
stream-nvof-test$ deepstream-nvof-app v4l2:///dev/video0
Now playing: v4l2:///dev/video0,
Using winsys: x11
Device Number: 0
Device name: Xavier
Device Version 7.2
Device Supports Optical Flow Functionality
Decodebin child added: source
Decodebin child added: decodebin0
Running…
In cb_newpad
Error: Decodebin did not pick nvidia decoder plugin.
ERROR from element source: Internal data stream error.
Error details: gstbasesrc.c(3055): gst_base_src_loop (): /GstPipeline:nvof-test-pipeline/GstBin:source-bin-00/GstURIDecodeBin:uri-decode-bin/GstV4l2Src:source:
streaming stopped, reason not-linked (-1)
Returned, stopping playback
Deleting pipeline
Is this not supported, or (probably) something I’m missing?
Thanks