how to solve nvarguscamerasrc of Gstreamer error

Hi

i want to use nvarguscamerasrc on darknet.
but I can’t solve this error.

How can I solve this error?

gj@gj-desktop:~/Desktop/darknet$ gst-launch-1.0 nvarguscamerasrc ! ‘video/x-raw(memory:NVMM), width=1920, height=1080, format=NV12, framerate=30/1’ ! fakesink
Setting pipeline to PAUSED …
Pipeline is live and does not need PREROLL …
Setting pipeline to PLAYING …
New clock: GstSystemClock
GST_ARGUS: Creating output stream
CONSUMER: Waiting until producer is connected…
GST_ARGUS: Available Sensor modes :
Caught SIGSEGV
#0 0x0000007fab8f0048 in __GI___poll (fds=0x55b1a06a40, nfds=548340228528, timeout=) at …/sysdeps/unix/sysv/linux/poll.c:41
#1 0x0000007fab9fdd80 in () at /usr/lib/aarch64-linux-gnu/libglib-2.0.so.0
#2 0x00000055b1787b10 in ()
Spinning. Please run ‘gdb gst-launch-1.0 12684’ to continue debugging, Ctrl-C to quit, or Ctrl-\ to dump core.
(Argus) Error Timeout: (propagating from src/rpc/socket/client/ClientSocketManager.cpp, function send(), line 137)
(Argus) Error Timeout: (propagating from src/rpc/socket/client/SocketClientDispatch.cpp, function dispatch(), line 87)
Error generated. /dvs/git/dirty/git-master_linux/multimedia/nvgstreamer/gst-nvarguscamera/gstnvarguscamerasrc.cpp, threadExecute:243 Stream failed to connect.
Error generated. /dvs/git/dirty/git-master_linux/multimedia/nvgstreamer/gst-nvarguscamera/gstnvarguscamerasrc.cpp, threadFunction:177 (propagating)
^Chandling interrupt.
Interrupt: Stopping pipeline …
Execution ended after 0:01:00.431742094
Setting pipeline to PAUSED …
Setting pipeline to READY …

Hi,
It looks like the sensor is not connected. What is your camera board? Is it from our partners?

Hi DaneLLL

Thank you for your answer.

I use a usb camera that sensor is 1/3’’ ON Semiconductor AR0130.

There is information of this camera in IR Cut Night Vision Camera Module with 1.3MP AR0130 CMOS sensor-Others-Shenzhen CM Technology company Ltd

Can I use this usb camera on Gstreamer?

Hi,
nvarguscamerasrc plugin is for Bayer sensors like ov5693. Yo should run v4l2src. Below is an example of checking your usb cameras and running gstreamer pipeline:
[url]https://devtalk.nvidia.com/default/topic/1044963/jetson-tx2/can-not-render-camera-preview-with-l4t-r28-2-1/post/5303706/#5303706[/url]