Hi and good day,
I am using Jetpack 3.2.1 for Jetson TX2. When I was trying to open up the video stream through onboard camera in TX2 development kit, I received following error:
Setting pipeline to PAUSED …
Using winsys: x11
Socket read error. Camera Daemon stopped functioning…
gst_nvcamera_open() failed ret=0
ERROR: Pipeline doesn’t want to pause.
Got context from element ‘eglglessink0’: gst.egl.EGLDisplay=context, display=(GstEGLDisplay)NULL;
ERROR: from element /GstPipeline:pipeline0/GstNvCameraSrc:nvcamerasrc0: GStreamer error: state change failed and some element failed to post a proper error message with the reason for the failure.
Additional debug info:
gstbasesrc.c(3354): gst_base_src_start (): /GstPipeline:pipeline0/GstNvCameraSrc:nvcamerasrc0:
Failed to start
Setting pipeline to NULL …
Caught SIGSEGV
#0 0x0000007f8ccd9130 in pthread_join (threadid=547768136192,
#1 0x0000007f8cd8fed0 in ?? () from /lib/aarch64-linux-gnu/libglib-2.0.so.0
#2 0x0000000000000011 in ?? ()
Spinning. Please run ‘gdb gst-launch-1.0 2929’ to continue debugging, Ctrl-C to quit, or Ctrl-\ to dump core.
The command I ran was:
gst-launch-1.0 nvcamerasrc ! ‘video/x-raw(memory:NVMM), width=640, height=480, framerate=30/1, format=NV12’ ! nvvidconv flip-method=2 ! nvegltransform ! nveglglessink -e
Thank you in advance!