When ran cam, Trace/breakpoint trap (core dumped)

(nvgstcapture-1.0:4787): GStreamer-CRITICAL **: 17:51:06.376: gst_element_link_pads_full: assertion ‘GST_IS_ELEMENT (dest)’ failed

** (nvgstcapture-1.0:4787): ERROR **: 17:51:06.376: <create_vid_enc_bin:3269> Elements could not link encoder & parser

Trace/breakpoint trap (core dumped)

Did you confirm your system have loaded camera driver?

  1. Confirm camera working by v4l2-ctl
v4l2-ctl -c bypass_mode=0 --stream-mmap
  1. Try below command.
gst-launch-1.0 nvarguscamerasrc ! 'video/x-raw(memory:NVMM), width=(int)1920, height=(int)1080' ! nvvidconv ! fpsdisplaysink video-sink=fakesink --verbose

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.