We ran :
gst-launch-1.0 nvarguscamerasrc sensor-mode=0 \
gainrange="1 16" \
exposuretimerange="125000.0 500000000.0" \
tnr-strength=1.0 \
tnr-mode=2 \
wbmode=1 \
saturation=1 \
ispdigitalgainrange="1 180" \
ee-mode=1 \
ee-strength=-1 \
aeantibanding=1 \
aelock=false \
exposurecompensation=0 \
awblock=false \
! queue leaky=2 max-size-buffers=5 \
! nvvidconv \
! videorate max-rate=30 \
! 'video/x-raw(memory:NVMM), width=1920, height=1080, framerate=(fraction)30/1' \
! queue leaky=2 max-size-buffers=5 \
! nvv4l2h264enc bitrate=8000000 \
! 'video/x-h264, profile=baseline, stream-format=byte-stream' \
! h264parse \
! rtph264pay name=pay0 pt=96 config-interval=1 \
! fakesink
And got the same result:
root@dnncam-0003301:~# gst-launch-1.0 nvarguscamerasrc sensor-mode=0 gainrange="1 16" exposuretimerange="125000.0 500000000.0" tnr-strength=1.0 tnr-mode=2 wbmode=1 saturation=1 ispdigitalgainrange="1 180" ee-mode=1 ee-strength=-1 aeantibanding=1 aelock=false exposurecompensation=0 awblock=false ! queue leaky=2 max-size-buffers=5 ! nvvidconv ! videorate max-rate=30 ! 'video/x-raw(memory:NVMM), width=1920, height=1080, framerate=(fraction)30/1' ! queue leaky=2 max-size-buffers=5 ! nvv4l2h264enc bitrate=8000000 ! 'video/x-h264, profile=baseline, stream-format=byte-stream' ! h264parse ! rtph264pay name=pay0 pt=96 config-interval=1 ! fakesink
GST_ARGUS: NvArgusCameraSrc: Setting Gain Range : 1 16
GST_ARGUS: NvArgusCameraSrc: Setting Exposure Time Range : 125000.0 500000000.0
GST_ARGUS: Invalid Exposure Time Range Input
GST_ARGUS: NvArgusCameraSrc: Setting ISP Digital Gain Range : 1 180
Setting pipeline to PAUSED ...
Opening in BLOCKING MODE
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
NvMMLiteOpen : Block : BlockType = 4
===== NVMEDIA: NVENC =====
NvMMLiteBlockCreate : Block : BlockType = 4
Redistribute latency...
GST_ARGUS: Creating output stream
CONSUMER: Waiting until producer is connected...
GST_ARGUS: Available Sensor modes :
GST_ARGUS: 3864 x 2180 FR = 59.999999 fps Duration = 16666667 ; Analog Gain range min 1.000000, max 3981.070801; Exposure Range min 7000, max 660000000;
GST_ARGUS: 1920 x 1080 FR = 120.000005 fps Duration = 8333333 ; Analog Gain range min 1.000000, max 3981.070801; Exposure Range min 7000, max 660000000;
GST_ARGUS: 1944 x 1080 FR = 59.999999 fps Duration = 16666667 ; Analog Gain range min 1.000000, max 3981.070801; Exposure Range min 14000, max 660000000;
GST_ARGUS: 3864 x 2180 FR = 59.999999 fps Duration = 16666667 ; Analog Gain range min 1.000000, max 3981.070801; Exposure Range min 7000, max 660000000;
GST_ARGUS: 1920 x 1080 FR = 120.000005 fps Duration = 8333333 ; Analog Gain range min 1.000000, max 3981.070801; Exposure Range min 7000, max 660000000;
GST_ARGUS: Running with following settings:
Camera index = 0
Camera mode = 0
Output Stream W = 3864 H = 2180
seconds to Run = 0
Frame Rate = 59.999999
GST_ARGUS: Setup Complete, Starting captures for 0 seconds
GST_ARGUS: Starting repeat capture requests.
CONSUMER: Producer has connected; continuing.
H264: Profile = 66, Level = 0
ERROR: from element /GstPipeline:pipeline0/GstNvArgusCameraSrc:nvarguscamerasrc0: DISCONNECTED
Additional debug info:
Argus Error Status
CONSUMER: ERROR OCCURRED
Execution ended after 0:00:36.571110391
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
(Argus) Error EndOfFile: Unexpected error in reading socket (in src/rpc/socket/client/ClientSocketManager.cpp, function recvThreadCore(), line 266)
(Argus) Error EndOfFile: Receiving thread terminated with error (in src/rpc/socket/client/ClientSocketManager.cpp, function recvThreadWrapper(), line 368)
GST_ARGUS: Cleaning up
(Argus) Error InvalidState: Receive thread is not running cannot send. (in src/rpc/socket/client/ClientSocketManager.cpp, function send(), line 96)
(Argus) Error InvalidState: (propagating from src/rpc/socket/client/SocketClientDispatch.cpp, function dispatch(), line 91)
(Argus) Error InvalidState: Receive thread is not running cannot send. (in src/rpc/socket/client/ClientSocketManager.cpp, function send(), line 96)
(Argus) Error InvalidState: (propagating from src/rpc/socket/client/SocketClientDispatch.cpp, function dispatch(), line 91)
Caught SIGSEGV
(Argus) Error InvalidState: Receive thread is not running cannot send. (in src/rpc/socket/client/ClientSocketManager.cpp, function send(), line 96)
(Argus) Error InvalidState: (propagating from src/rpc/socket/client/SocketClientDispatch.cpp, function dispatch(), line 91)
exec gdb failed: No such file or directory
Spinning. Please run 'gdb gst-launch-1.0 2095112' to continue debugging, Ctrl-C to quit, or Ctrl-\ to dump core.
Segmentation fault