Problems with IMX519 crashing

Hello,
We are using 2 IMX519 in python with openCV and Gstreamer. During the code operation it randomly crashes at different running time. Sometimes it takes 1 minute, other times 30 minutes. In an isolated script with just the cameras the system does not crash. The RAM is on the limit when using the full system with only ~250MB free.
Even with:

sudo service nvargus-daemon stop
sudo enableCamInfiniteTimeout=1 nvargus-daemon

The full system crashes.
I leave a log of the system with:

export GST_DEBUG=4
export OPENCV_LOG_LEVEL=DEBUG

And the log of NVIDIA Libargus Camera Service
Any direction or help would be apreciated, I don’t know much about nvidiargus or gstreamer.

SYSTEM LOG. Simplified because its huge, the relevant parts are here i can provide more info if needed.

0:54:07.797589481 764644 0xffff04003a70 INFO              GST_STATES gstbin.c:2090:gst_bin_get_state_func:<pipeline0> getting state
CONSUMER: ERROR OCCURRED
CONSUMER: ERROR OCCURRED
0:54:11.362765165 764644 0xffff000088c0 INFO                 basesrc gstbasesrc.c:2853:gst_base_src_loop:<nvarguscamerasrc0> pausing after gst_base_src_get_range() = eos
0:54:11.362914542 764644 0xffff000088c0 INFO                    task gsttask.c:312:gst_task_func:<nvarguscamerasrc0:src> Task going to paused
0:54:11.363061263 764644 0xffff00008860 INFO                    task gsttask.c:312:gst_task_func:<queue0:src> Task going to paused
0:54:11.381439187 764644 0xffff00008a40 INFO                 basesrc gstbasesrc.c:2853:gst_base_src_loop:<nvarguscamerasrc1> pausing after gst_base_src_get_range() = eos
0:54:11.381588341 764644 0xffff00008a40 INFO                    task gsttask.c:312:gst_task_func:<nvarguscamerasrc1:src> Task going to paused
0:54:11.381687925 764644 0xffff00008aa0 INFO                    task gsttask.c:312:gst_task_func:<queue1:src> Task going to paused
0:54:12.384716019 764644 0xffff080034d0 INFO              GST_STATES gstbin.c:2090:gst_bin_get_state_func:<pipeline1> getting state
[ WARN:2@3254.137] global cap_gstreamer.cpp:1172 isPipelinePlaying OpenCV | GStreamer warning: unable to query pipeline state
0:54:12.385029077 764644 0xffff080034d0 INFO               GST_EVENT gstevent.c:1449:gst_event_new_latency: creating latency event 0:00:00.000000000
0:54:12.385244759 764644 0xffff080034d0 INFO                     bin gstbin.c:2783:gst_bin_do_latency_func:<pipeline1> configured latency of 0:00:00.000000000
0:54:12.385959452 764644 0xffff080034d0 INFO              GST_STATES gstbin.c:2621:gst_bin_element_set_state:<capsfilter1> skipping transition from PLAYING to  PLAYING
0:54:12.385983964 764644 0xffff080034d0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline1> child 'capsfilter1' changed state to 4(PLAYING) successfully
0:54:12.386012092 764644 0xffff080034d0 INFO              GST_STATES gstbin.c:2503:gst_bin_element_set_state:<nvarguscamerasrc0> current PLAYING pending VOID_PENDING, desired next PLAYING
0:54:12.386035677 764644 0xffff080034d0 INFO              GST_STATES gstbin.c:2621:gst_bin_element_set_state:<nvarguscamerasrc0> skipping transition from PLAYING to  PLAYING
0:54:12.386061693 764644 0xffff080034d0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline1> child 'nvarguscamerasrc0' changed state to 4(PLAYING) successfully
0:54:12.386101053 764644 0xffff080034d0 INFO              GST_STATES gstelement.c:2688:gst_element_continue_state:<pipeline1> completed state change to PLAYING
[ WARN:2@3254.138] global cap_gstreamer.cpp:2784 handleMessage OpenCV | GStreamer warning: Embedded video playback halted; module nvarguscamerasrc0 reported: TIMEOUT
[DEBUG:2@3254.138] global cap_gstreamer.cpp:2786 handleMessage GStreamer debug: Argus Error Status
0:54:12.822345541 764644 0xffff04003a70 INFO              GST_STATES gstbin.c:2503:gst_bin_element_set_state:<nvarguscamerasrc1> current PLAYING pending VOID_PENDING, desired next PLAYING
0:54:12.822374118 764644 0xffff04003a70 INFO              GST_STATES gstbin.c:2621:gst_bin_element_set_state:<nvarguscamerasrc1> skipping transition from PLAYING to  PLAYING
0:54:12.822427494 764644 0xffff04003a70 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'nvarguscamerasrc1' changed state to 4(PLAYING) successfully
0:54:12.822467654 764644 0xffff04003a70 INFO              GST_STATES gstelement.c:2688:gst_element_continue_state:<pipeline0> completed state change to PLAYING
[ WARN:3@3254.575] global cap_gstreamer.cpp:2784 handleMessage OpenCV | GStreamer warning: Embedded video playback halted; module nvarguscamerasrc1 reported: TIMEOUT
[DEBUG:3@3254.575] global cap_gstreamer.cpp:2786 handleMessage GStreamer debug: Argus Error Status
0:54:12.850896243 764644 0xffff04003a70 INFO              GST_STATES gstbin.c:2503:gst_bin_element_set_state:<capsfilter0> current PAUSED pending VOID_PENDING, desired next READY
0:54:12.851014228 764644 0xffff04003a70 INFO              GST_STATES gstelement.c:2688:gst_element_continue_state:<capsfilter0> completed state change to READY
0:54:12.851047220 764644 0xffff04003a70 INFO              GST_STATES gstelement.c:2588:_priv_gst_element_state_changed:<capsfilter0> notifying about state-changed PAUSED to READY (VOID_PENDING pending)
0:54:12.851091893 764644 0xffff04003a70 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'capsfilter0' changed state to 2(READY) successfully
0:54:12.851200085 764644 0xffff00008a40 INFO                    task gsttask.c:314:gst_task_func:<nvarguscamerasrc1:src> Task resume from paused
GST_ARGUS: Cleaning up
(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 91)
(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 91)
(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 91)
(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 91)
(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 91)
0:54:42.586622160 764644 0xffff080034d0 INFO              GST_STATES gstelement.c:2588:_priv_gst_element_state_changed:<nvarguscamerasrc0> notifying about state-changed READY to NULL (VOID_PENDING pending)
0:54:42.586730225 764644 0xffff080034d0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline1> child 'nvarguscamerasrc0' changed state to 1(NULL) successfully
0:54:42.586888146 764644 0xffff080034d0 INFO              GST_STATES gstelement.c:2688:gst_element_continue_state:<pipeline1> completed state change to NULL
0:54:42.586925618 764644 0xffff080034d0 INFO              GST_STATES gstelement.c:2588:_priv_gst_element_state_changed:<pipeline1> notifying about state-changed READY to NULL (VOID_PENDING pending)
(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 91)
0:54:47.611133254 764644 0xffff080034d0 INFO              GST_STATES gstelement.c:2588:_priv_gst_element_state_changed:<capsfilter1> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
0:54:47.611176487 764644 0xffff080034d0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline1> child 'capsfilter1' changed state to 3(PAUSED) successfully
0:54:47.611208455 764644 0xffff080034d0 INFO              GST_STATES gstbin.c:2503:gst_bin_element_set_state:<nvarguscamerasrc0> current READY pending VOID_PENDING, desired next PAUSED
0:54:47.611290184 764644 0xffff080034d0 INFO                 basesrc gstbasesrc.c:1373:gst_base_src_do_seek:<nvarguscamerasrc0> seeking: time segment start=0:00:00.000000000, offset=0:00:00.000000000, stop=99:99:99.999999999, rate=1.000000, applied_rate=1.000000, flags=0x00, time=0:00:00.000000000, base=0:00:00.000000000, position 0:00:00.000000000, duration 99:99:99.999999999
0:54:47.611355560 764644 0xffff080034d0 INFO                    task gsttask.c:460:gst_task_set_lock: setting stream lock 0xfffef022cb00 on task 0xffff00248dd0
0:54:47.611475017 764644 0xffff080034d0 INFO                GST_PADS gstpad.c:6159:gst_pad_start_task:<nvarguscamerasrc0:src> created task 0xffff00248dd0
0:54:47.611638442 764644 0xffff080034d0 INFO              GST_STATES gstelement.c:2688:gst_element_continue_state:<nvarguscamerasrc0> completed state change to PAUSED
0:54:47.611677994 764644 0xffff080034d0 INFO              GST_STATES gstelement.c:2588:_priv_gst_element_state_changed:<nvarguscamerasrc0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
0:54:47.611725003 764644 0xffff080034d0 INFO              GST_STATES gstbin.c:2995:gst_bin_change_state_func:<pipeline1> child 'nvarguscamerasrc0' changed state to 3(PAUSED) successfully without preroll
0:54:47.611770987 764644 0xffff080034d0 INFO              GST_STATES gstelement.c:2660:gst_element_continue_state:<pipeline1> committing state from READY to PAUSED, pending PLAYING, next PLAYING
0:54:47.611808523 764644 0xffff080034d0 INFO              GST_STATES gstelement.c:2588:_priv_gst_element_state_changed:<pipeline1> notifying about state-changed READY to PAUSED (PLAYING pending)
0:54:47.611847052 764644 0xffff080034d0 INFO              GST_STATES gstelement.c:2668:gst_element_continue_state:<pipeline1> continue state change PAUSED to PLAYING, final PLAYING
0:54:47.611982093 764644 0xffff080034d0 INFO               GST_EVENT gstevent.c:1449:gst_event_new_latency: creating latency event 0:00:00.000000000
0:54:47.612079597 764644 0xffff080034d0 INFO                     bin gstbin.c:2783:gst_bin_do_latency_func:<pipeline1> configured latency of 0:00:00.000000000
0:54:47.612162542 764644 0xffff080034d0 INFO              GST_STATES gstbin.c:2503:gst_bin_element_set_state:<appsink0> current READY pending PAUSED, desired next PLAYING
0:54:47.613252982 764644 0xffff080034d0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline1> child 'nvarguscamerasrc0' changed state to 4(PLAYING) successfully
0:54:47.613289686 764644 0xffff080034d0 INFO              GST_STATES gstbin.c:2090:gst_bin_get_state_func:<pipeline1> getting state
0:54:47.613317206 764644 0xffff080034d0 INFO              GST_STATES gstelement.c:2404:gst_element_get_state_func:<pipeline1> waiting for element to commit state
0:54:47.613459895 764644 0xffff08008800 INFO        GST_ELEMENT_PADS gstelement.c:925:gst_element_get_static_pad: no such pad 'sink' in element "nvarguscamerasrc0"
0:54:47.613554744 764644 0xffff08008800 FIXME                default gstutils.c:3980:gst_pad_create_stream_id_internal:<nvarguscamerasrc0:src> Creating random stream-id, consider implementing a deterministic way of creating a stream-id
0:54:47.840211224 764644 0xffff08008800 WARN                 basesrc gstbasesrc.c:3072:gst_base_src_loop:<nvarguscamerasrc0> error: Internal data stream error.
0:54:47.840298073 764644 0xffff08008800 WARN                 basesrc gstbasesrc.c:3072:gst_base_src_loop:<nvarguscamerasrc0> error: streaming stopped, reason not-negotiated (-4)
0:54:47.840389721 764644 0xffff08008800 INFO        GST_ERROR_SYSTEM gstelement.c:2153:gst_element_message_full_with_details:<nvarguscamerasrc0> posting message: Internal data stream error.
0:54:47.840471418 764644 0xffff08008800 INFO        GST_ERROR_SYSTEM gstelement.c:2180:gst_element_message_full_with_details:<nvarguscamerasrc0> posted error message: Internal data stream error.
0:54:47.840561626 764644 0xffff08008800 INFO                    task gsttask.c:312:gst_task_func:<nvarguscamerasrc0:src> Task going to paused
[ WARN:2@3289.593] global cap_gstreamer.cpp:2784 handleMessage OpenCV | GStreamer warning: Embedded video playback halted; module nvarguscamerasrc0 reported: Internal data stream error.
[DEBUG:2@3289.593] global cap_gstreamer.cpp:2786 handleMessage GStreamer debug: gstbasesrc.c(3072): gst_base_src_loop (): /GstPipeline:pipeline1/GstNvArgusCameraSrc:nvarguscamerasrc0:
streaming stopped, reason not-negotiated (-4)
0:54:47.846039554 764644 0xffff080034d0 INFO              GST_STATES gstbin.c:2503:gst_bin_element_set_state:<nvarguscamerasrc0> current PLAYING pending VOID_PENDING, desired next READY
0:54:47.846075490 764644 0xffff080034d0 INFO              GST_STATES gstelement.c:2660:gst_element_continue_state:<nvarguscamerasrc0> committing state from PLAYING to PAUSED, pending READY, next READY
0:54:47.846123971 764644 0xffff080034d0 INFO              GST_STATES gstelement.c:2588:_priv_gst_element_state_changed:<nvarguscamerasrc0> notifying about state-changed PLAYING to PAUSED (READY pending)
0:54:47.846158819 764644 0xffff080034d0 INFO              GST_STATES gstelement.c:2668:gst_element_continue_state:<nvarguscamerasrc0> continue state change PAUSED to READY, final READY
0:54:47.846266980 764644 0xffff08008800 INFO                    task gsttask.c:314:gst_task_func:<nvarguscamerasrc0:src> Task resume from paused
(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 91)
(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 91)
Error generated. /dvs/git/dirty/git-master_linux/multimedia/nvgstreamer/gst-nvarguscamera/gstnvarguscamerasrc.cpp, execute:762 Failed to create CaptureSession
0:55:02.845305999 764644 0xffff080034d0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline1> child 'nvarguscamerasrc0' changed state to 1(NULL) successfully
0:55:02.845541169 764644 0xffff080034d0 INFO              GST_STATES gstelement.c:2688:gst_element_continue_state:<pipeline1> completed state change to NULL
0:55:02.845583793 764644 0xffff080034d0 INFO              GST_STATES gstelement.c:2588:_priv_gst_element_state_changed:<pipeline1> notifying about state-changed READY to NULL (VOID_PENDING pending)
0:55:02.845685170 764644 0xffff080034d0 INFO        GST_ELEMENT_PADS gstpad.c:2132:gst_pad_unlink: unlinking videoconvert1:src(0xfffef022d870) and capsfilter5:sink(0xfffef0252530)
0:55:02.845870740 764644 0xffff080034d0 INFO        GST_ELEMENT_PADS gstpad.c:2187:gst_pad_unlink: unlinked videoconvert1:src and capsfilter5:sink
0:55:02.845928244 764644 0xffff080034d0 INFO        GST_ELEMENT_PADS gstpad.c:2132:gst_pad_unlink: unlinking capsfilter5:src(0xfffef0252780) and appsink0:sink(0xfffef022dac0)
0:55:02.845971444 764644 0xffff080034d0 INFO        GST_ELEMENT_PADS gstpad.c:2187:gst_pad_unlink: unlinked capsfilter5:src and appsink0:sink
0:55:02.846011413 764644 0xffff080034d0 INFO           GST_PARENTAGE gstbin.c:1801:gst_bin_remove_func:<pipeline1> removed child "capsfilter5"
0:55:02.846093749 764644 0xffff080034d0 INFO         GST_REFCOUNTING gstelement.c:3264:gst_element_dispose:<capsfilter5> 0xfffef02475b0 dispose
0:55:02.846127637 764644 0xffff080034d0 INFO        GST_ELEMENT_PADS gstelement.c:787:gst_element_remove_pad:<capsfilter5> removing pad 'sink'
0:55:02.846209590 764644 0xffff080034d0 INFO        GST_ELEMENT_PADS gstelement.c:787:gst_element_remove_pad:<capsfilter5> removing pad 'src'
0:55:02.846250742 764644 0xffff080034d0 INFO         GST_REFCOUNTING gstelement.c:3309:gst_element_dispose:<capsfilter5> 0xfffef02475b0 parent class dispose
0:55:02.846284119 764644 0xffff080034d0 INFO         GST_REFCOUNTING gstelement.c:3341:gst_element_finalize:<capsfilter5> 0xfffef02475b0 finalize
0:55:02.846312759 764644 0xffff080034d0 INFO         GST_REFCOUNTING gstelement.c:3346:gst_element_finalize:<capsfilter5> 0xfffef02475b0 finalize parent
0:55:02.846357751 764644 0xffff080034d0 INFO        GST_ELEMENT_PADS gstpad.c:2132:gst_pad_unlink: unlinking queue0:src(0xfffef022d3d0) and capsfilter4:sink(0xfffef0231520)
0:55:02.846401335 764644 0xffff080034d0 INFO        GST_ELEMENT_PADS gstpad.c:2187:gst_pad_unlink: unlinked queue0:src and capsfilter4:sink
0:55:02.846449528 764644 0xffff080034d0 INFO        GST_ELEMENT_PADS gstpad.c:2132:gst_pad_unlink: unlinking capsfilter4:src(0xfffef0231770) and videoconvert1:sink(0xfffef022d620)
0:55:02.846516536 764644 0xffff080034d0 INFO        GST_ELEMENT_PADS gstpad.c:2187:gst_pad_unlink: unlinked capsfilter4:src and videoconvert1:sink
0:55:02.846556792 764644 0xffff080034d0 INFO           GST_PARENTAGE gstbin.c:1801:gst_bin_remove_func:<pipeline1> removed child "capsfilter4"
0:55:02.846625753 764644 0xffff080034d0 INFO         GST_REFCOUNTING gstelement.c:3264:gst_element_dispose:<capsfilter4> 0xfffef0247270 dispose
0:55:02.846657081 764644 0xffff080034d0 INFO        GST_ELEMENT_PADS gstelement.c:787:gst_element_remove_pad:<capsfilter4> removing pad 'sink'
0:55:02.846694681 764644 0xffff080034d0 INFO        GST_ELEMENT_PADS gstelement.c:787:gst_element_remove_pad:<capsfilter4> removing pad 'src'
0:55:02.846733690 764644 0xffff080034d0 INFO         GST_REFCOUNTING gstelement.c:3309:gst_element_dispose:<capsfilter4> 0xfffef0247270 parent class dispose
0:55:02.846764154 764644 0xffff080034d0 INFO         GST_REFCOUNTING gstelement.c:3341:gst_element_finalize:<capsfilter4> 0xfffef0247270 finalize
0:55:02.846792698 764644 0xffff080034d0 INFO         GST_REFCOUNTING gstelement.c:3346:gst_element_finalize:<capsfilter4> 0xfffef0247270 finalize parent
0:55:02.846857243 764644 0xffff080034d0 INFO        GST_ELEMENT_PADS gstpad.c:2132:gst_pad_unlink: unlinking nvarguscamerasrc0:src(0xfffef022ca90) and capsfilter1:sink(0xfffef0231080)
0:55:02.846900923 764644 0xffff080034d0 INFO        GST_ELEMENT_PADS gstpad.c:2187:gst_pad_unlink: unlinked nvarguscamerasrc0:src and capsfilter1:sink
0:55:02.846947195 764644 0xffff080034d0 INFO        GST_ELEMENT_PADS gstpad.c:2132:gst_pad_unlink: unlinking capsfilter1:src(0xfffef02312d0) and nvvconv0:sink(0xfffef022cce0)
0:55:02.846987164 764644 0xffff080034d0 INFO        GST_ELEMENT_PADS gstpad.c:2187:gst_pad_unlink: unlinked capsfilter1:src and nvvconv0:sink
0:55:02.847024508 764644 0xffff080034d0 INFO           GST_PARENTAGE gstbin.c:1801:gst_bin_remove_func:<pipeline1> removed child "capsfilter1"
0:55:02.847073084 764644 0xffff080034d0 INFO         GST_REFCOUNTING gstelement.c:3264:gst_element_dispose:<capsfilter1> 0xfffef0246f30 dispose
0:55:02.847102716 764644 0xffff080034d0 INFO        GST_ELEMENT_PADS gstelement.c:787:gst_element_remove_pad:<capsfilter1> removing pad 'sink'
0:55:02.847140061 764644 0xffff080034d0 INFO        GST_ELEMENT_PADS gstelement.c:787:gst_element_remove_pad:<capsfilter1> removing pad 'src'
0:55:02.847178301 764644 0xffff080034d0 INFO         GST_REFCOUNTING gstelement.c:3309:gst_element_dispose:<capsfilter1> 0xfffef0246f30 parent class dispose
0:55:02.847209597 764644 0xffff080034d0 INFO         GST_REFCOUNTING gstelement.c:3341:gst_element_finalize:<capsfilter1> 0xfffef0246f30 finalize
0:55:02.847233757 764644 0xffff080034d0 INFO         GST_REFCOUNTING gstelement.c:3346:gst_element_finalize:<capsfilter1> 0xfffef0246f30 finalize parent
0:55:02.847271582 764644 0xffff080034d0 INFO           GST_PARENTAGE gstbin.c:1801:gst_bin_remove_func:<pipeline1> removed child "appsink0"
0:55:02.847318654 764644 0xffff080034d0 INFO           GST_PARENTAGE gstbin.c:1801:gst_bin_remove_func:<pipeline1> removed child "videoconvert1"
0:55:02.848115332 764644 0xffff080034d0 INFO         GST_REFCOUNTING gstelement.c:3264:gst_element_dispose:<videoconvert1> 0xffff0023fd00 dispose
0:55:02.848187556 764644 0xffff080034d0 INFO        GST_ELEMENT_PADS gstelement.c:787:gst_element_remove_pad:<videoconvert1> removing pad 'sink'
0:55:02.848234693 764644 0xffff080034d0 INFO        GST_ELEMENT_PADS gstelement.c:787:gst_element_remove_pad:<videoconvert1> removing pad 'src'
0:55:02.848278341 764644 0xffff080034d0 INFO         GST_REFCOUNTING gstelement.c:3309:gst_element_dispose:<videoconvert1> 0xffff0023fd00 parent class dispose
0:55:02.848385350 764644 0xffff080034d0 INFO         GST_REFCOUNTING gstelement.c:3341:gst_element_finalize:<videoconvert1> 0xffff0023fd00 finalize
0:55:02.848418406 764644 0xffff080034d0 INFO         GST_REFCOUNTING gstelement.c:3346:gst_element_finalize:<videoconvert1> 0xffff0023fd00 finalize parent
0:55:02.848465126 764644 0xffff080034d0 INFO        GST_ELEMENT_PADS gstpad.c:2132:gst_pad_unlink: unlinking nvvconv0:src(0xfffef022cf30) and queue0:sink(0xfffef022d180)
0:55:02.848511655 764644 0xffff080034d0 INFO        GST_ELEMENT_PADS gstpad.c:2187:gst_pad_unlink: unlinked nvvconv0:src and queue0:sink
0:55:02.848588551 764644 0xffff080034d0 INFO           GST_PARENTAGE gstbin.c:1801:gst_bin_remove_func:<pipeline1> removed child "queue0"
0:55:02.848653256 764644 0xffff080034d0 INFO         GST_REFCOUNTING gstelement.c:3264:gst_element_dispose:<queue0> 0xffff0023c140 dispose
0:55:02.848684488 764644 0xffff080034d0 INFO        GST_ELEMENT_PADS gstelement.c:787:gst_element_remove_pad:<queue0> removing pad 'sink'
0:55:02.848785417 764644 0xffff080034d0 INFO        GST_ELEMENT_PADS gstelement.c:787:gst_element_remove_pad:<queue0> removing pad 'src'
0:55:02.848834953 764644 0xffff080034d0 INFO         GST_REFCOUNTING gstelement.c:3309:gst_element_dispose:<queue0> 0xffff0023c140 parent class dispose
0:55:02.848875689 764644 0xffff080034d0 INFO         GST_REFCOUNTING gstelement.c:3341:gst_element_finalize:<queue0> 0xffff0023c140 finalize
0:55:02.848905481 764644 0xffff080034d0 INFO         GST_REFCOUNTING gstelement.c:3346:gst_element_finalize:<queue0> 0xffff0023c140 finalize parent
0:55:02.848943914 764644 0xffff080034d0 INFO           GST_PARENTAGE gstbin.c:1801:gst_bin_remove_func:<pipeline1> removed child "nvvconv0"
0:55:02.848985866 764644 0xffff080034d0 INFO         GST_REFCOUNTING gstelement.c:3264:gst_element_dispose:<nvvconv0> 0xffff00236620 dispose
0:55:02.849015690 764644 0xffff080034d0 INFO        GST_ELEMENT_PADS gstelement.c:787:gst_element_remove_pad:<nvvconv0> removing pad 'sink'
0:55:02.849054154 764644 0xffff080034d0 INFO        GST_ELEMENT_PADS gstelement.c:787:gst_element_remove_pad:<nvvconv0> removing pad 'src'
0:55:02.849092075 764644 0xffff080034d0 INFO         GST_REFCOUNTING gstelement.c:3309:gst_element_dispose:<nvvconv0> 0xffff00236620 parent class dispose
0:55:02.849127371 764644 0xffff080034d0 INFO         GST_REFCOUNTING gstelement.c:3341:gst_element_finalize:<nvvconv0> 0xffff00236620 finalize
0:55:02.849157163 764644 0xffff080034d0 INFO         GST_REFCOUNTING gstelement.c:3346:gst_element_finalize:<nvvconv0> 0xffff00236620 finalize parent
0:55:02.849199339 764644 0xffff080034d0 INFO           GST_PARENTAGE gstbin.c:1801:gst_bin_remove_func:<pipeline1> removed child "nvarguscamerasrc0"
0:55:02.849261644 764644 0xffff080034d0 INFO         GST_REFCOUNTING gstelement.c:3264:gst_element_dispose:<nvarguscamerasrc0> 0xffff00231590 dispose
0:55:02.849292076 764644 0xffff080034d0 INFO        GST_ELEMENT_PADS gstelement.c:787:gst_element_remove_pad:<nvarguscamerasrc0> removing pad 'src'
0:55:02.849331916 764644 0xffff080034d0 INFO         GST_REFCOUNTING gstelement.c:3309:gst_element_dispose:<nvarguscamerasrc0> 0xffff00231590 parent class dispose
0:55:02.849367437 764644 0xffff080034d0 INFO         GST_REFCOUNTING gstelement.c:3264:gst_element_dispose:<pipeline1> 0xfffef0242880 dispose
0:55:02.849485230 764644 0xffff080034d0 INFO         GST_REFCOUNTING gstelement.c:3309:gst_element_dispose:<pipeline1> 0xfffef0242880 parent class dispose
0:55:02.849520302 764644 0xffff080034d0 INFO         GST_REFCOUNTING gstelement.c:3341:gst_element_finalize:<pipeline1> 0xfffef0242880 finalize
0:55:02.849549134 764644 0xffff080034d0 INFO         GST_REFCOUNTING gstelement.c:3346:gst_element_finalize:<pipeline1> 0xfffef0242880 finalize parent
[ WARN:2@3304.602] global cap_gstreamer.cpp:1199 startPipeline OpenCV | GStreamer warning: unable to start pipeline
(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 91)
(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 91)
(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 91)
0:55:47.943333001 764644 0xffff04003a70 INFO              GST_STATES gstelement.c:2688:gst_element_continue_state:<capsfilter0> completed state change to PAUSED
0:55:47.943440458 764644 0xffff04003a70 INFO              GST_STATES gstelement.c:2588:_priv_gst_element_state_changed:<capsfilter0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
0:55:47.943487498 764644 0xffff04003a70 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'capsfilter0' changed state to 3(PAUSED) successfully
0:55:47.943522538 764644 0xffff04003a70 INFO              GST_STATES gstbin.c:2503:gst_bin_element_set_state:<nvarguscamerasrc1> current READY pending VOID_PENDING, desired next PAUSED
0:55:47.943590251 764644 0xffff04003a70 INFO                 basesrc gstbasesrc.c:1373:gst_base_src_do_seek:<nvarguscamerasrc1> seeking: time segment start=0:00:00.000000000, offset=0:00:00.000000000, stop=99:99:99.999999999, rate=1.000000, applied_rate=1.000000, flags=0x00, time=0:00:00.000000000, base=0:00:00.000000000, position 0:00:00.000000000, duration 99:99:99.999999999
0:55:47.945208406 764644 0xffff04003a70 INFO              GST_STATES gstelement.c:2688:gst_element_continue_state:<nvarguscamerasrc1> completed state change to PLAYING
0:55:47.945233815 764644 0xffff04003a70 INFO              GST_STATES gstelement.c:2588:_priv_gst_element_state_changed:<nvarguscamerasrc1> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
0:55:47.945274263 764644 0xffff04003a70 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'nvarguscamerasrc1' changed state to 4(PLAYING) successfully
0:55:47.945306615 764644 0xffff04003a70 INFO              GST_STATES gstbin.c:2090:gst_bin_get_state_func:<pipeline0> getting state
0:55:47.945328887 764644 0xffff04003a70 INFO              GST_STATES gstelement.c:2404:gst_element_get_state_func:<pipeline0> waiting for element to commit state
0:55:47.947084932 764644 0xfffef8007920 WARN                 basesrc gstbasesrc.c:3072:gst_base_src_loop:<nvarguscamerasrc1> error: Internal data stream error.
0:55:47.947125156 764644 0xfffef8007920 WARN                 basesrc gstbasesrc.c:3072:gst_base_src_loop:<nvarguscamerasrc1> error: streaming stopped, reason not-negotiated (-4)
0:55:47.947175141 764644 0xfffef8007920 INFO        GST_ERROR_SYSTEM gstelement.c:2153:gst_element_message_full_with_details:<nvarguscamerasrc1> posting message: Internal data stream error.
0:55:47.947234853 764644 0xfffef8007920 INFO        GST_ERROR_SYSTEM gstelement.c:2180:gst_element_message_full_with_details:<nvarguscamerasrc1> posted error message: Internal data stream error.
0:55:47.947564711 764644 0xfffef8007920 INFO                    task gsttask.c:312:gst_task_func:<nvarguscamerasrc1:src> Task going to paused
[ WARN:3@3349.700] global cap_gstreamer.cpp:2784 handleMessage OpenCV | GStreamer warning: Embedded video playback halted; module nvarguscamerasrc1 reported: Internal data stream error.
[DEBUG:3@3349.700] global cap_gstreamer.cpp:2786 handleMessage GStreamer debug: gstbasesrc.c(3072): gst_base_src_loop (): /GstPipeline:pipeline0/GstNvArgusCameraSrc:nvarguscamerasrc1:
streaming stopped, reason not-negotiated (-4)
0:55:47.953815860 764644 0xffff04003a70 INFO              GST_STATES gstbin.c:2503:gst_bin_element_set_state:<nvarguscamerasrc1> current PLAYING pending VOID_PENDING, desired next READY
0:55:47.953856309 764644 0xffff04003a70 INFO              GST_STATES gstelement.c:2660:gst_element_continue_state:<nvarguscamerasrc1> committing state from PLAYING to PAUSED, pending READY, next READY
0:55:47.953886005 764644 0xffff04003a70 INFO              GST_STATES gstelement.c:2588:_priv_gst_element_state_changed:<nvarguscamerasrc1> notifying about state-changed PLAYING to PAUSED (READY pending)
0:55:47.953920405 764644 0xffff04003a70 INFO              GST_STATES gstelement.c:2668:gst_element_continue_state:<nvarguscamerasrc1> continue state change PAUSED to READY, final READY
0:55:47.957011403 764644 0xfffef8007920 INFO                    task gsttask.c:314:gst_task_func:<nvarguscamerasrc1:src> Task resume from paused
(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 91)
Error generated. /dvs/git/dirty/git-master_linux/multimedia/nvgstreamer/gst-nvarguscamera/gstnvarguscamerasrc.cpp, execute:762 Failed to create CaptureSession
0:56:02.950938572 764644 0xffff04003a70 INFO              GST_STATES gstelement.c:2688:gst_element_continue_state:<nvarguscamerasrc1> completed state change to NULL
0:56:02.950986540 764644 0xffff04003a70 INFO              GST_STATES gstelement.c:2588:_priv_gst_element_state_changed:<nvarguscamerasrc1> notifying about state-changed READY to NULL (VOID_PENDING pending)
0:56:02.951032108 764644 0xffff04003a70 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'nvarguscamerasrc1' changed state to 1(NULL) successfully
0:56:02.951212654 764644 0xffff04003a70 INFO              GST_STATES gstelement.c:2688:gst_element_continue_state:<pipeline0> completed state change to NULL
0:56:02.951248942 764644 0xffff04003a70 INFO              GST_STATES gstelement.c:2588:_priv_gst_element_state_changed:<pipeline0> notifying about state-changed READY to NULL (VOID_PENDING pending)
0:56:02.951321167 764644 0xffff04003a70 INFO        GST_ELEMENT_PADS gstpad.c:2132:gst_pad_unlink: unlinking videoconvert0:src(0xfffef02302a0) and capsfilter3:sink(0xfffef02319c0)
0:56:02.951458448 764644 0xffff04003a70 INFO        GST_ELEMENT_PADS gstpad.c:2187:gst_pad_unlink: unlinked videoconvert0:src and capsfilter3:sink
0:56:02.951514224 764644 0xffff04003a70 INFO        GST_ELEMENT_PADS gstpad.c:2132:gst_pad_unlink: unlinking capsfilter3:src(0xfffef0231c10) and appsink1:sink(0xfffef02304f0)
0:56:02.951555632 764644 0xffff04003a70 INFO        GST_ELEMENT_PADS gstpad.c:2187:gst_pad_unlink: unlinked capsfilter3:src and appsink1:sink
0:56:02.951593841 764644 0xffff04003a70 INFO           GST_PARENTAGE gstbin.c:1801:gst_bin_remove_func:<pipeline0> removed child "capsfilter3"
0:56:02.951654513 764644 0xffff04003a70 INFO         GST_REFCOUNTING gstelement.c:3264:gst_element_dispose:<capsfilter3> 0xfffef02468b0 dispose
0:56:02.951685009 764644 0xffff04003a70 INFO        GST_ELEMENT_PADS gstelement.c:787:gst_element_remove_pad:<capsfilter3> removing pad 'sink'
0:56:02.951728657 764644 0xffff04003a70 INFO        GST_ELEMENT_PADS gstelement.c:787:gst_element_remove_pad:<capsfilter3> removing pad 'src'
0:56:02.951774802 764644 0xffff04003a70 INFO         GST_REFCOUNTING gstelement.c:3309:gst_element_dispose:<capsfilter3> 0xfffef02468b0 parent class dispose
0:56:02.951807826 764644 0xffff04003a70 INFO         GST_REFCOUNTING gstelement.c:3341:gst_element_finalize:<capsfilter3> 0xfffef02468b0 finalize
0:56:02.951855410 764644 0xffff04003a70 INFO         GST_REFCOUNTING gstelement.c:3346:gst_element_finalize:<capsfilter3> 0xfffef02468b0 finalize parent
0:56:02.951900915 764644 0xffff04003a70 INFO        GST_ELEMENT_PADS gstpad.c:2132:gst_pad_unlink: unlinking queue1:src(0xfffef022dd10) and capsfilter2:sink(0xfffef0230be0)
0:56:02.951967187 764644 0xffff04003a70 INFO        GST_ELEMENT_PADS gstpad.c:2187:gst_pad_unlink: unlinked queue1:src and capsfilter2:sink
0:56:02.952032980 764644 0xffff04003a70 INFO        GST_ELEMENT_PADS gstpad.c:2132:gst_pad_unlink: unlinking capsfilter2:src(0xfffef0230e30) and videoconvert0:sink(0xfffef0230050)
0:56:02.952074836 764644 0xffff04003a70 INFO        GST_ELEMENT_PADS gstpad.c:2187:gst_pad_unlink: unlinked capsfilter2:src and videoconvert0:sink
0:56:02.952111924 764644 0xffff04003a70 INFO           GST_PARENTAGE gstbin.c:1801:gst_bin_remove_func:<pipeline0> removed child "capsfilter2"
0:56:02.952159029 764644 0xffff04003a70 INFO         GST_REFCOUNTING gstelement.c:3264:gst_element_dispose:<capsfilter2> 0xfffef0246570 dispose
0:56:02.952189333 764644 0xffff04003a70 INFO        GST_ELEMENT_PADS gstelement.c:787:gst_element_remove_pad:<capsfilter2> removing pad 'sink'
0:56:02.952227637 764644 0xffff04003a70 INFO        GST_ELEMENT_PADS gstelement.c:787:gst_element_remove_pad:<capsfilter2> removing pad 'src'
0:56:02.952265461 764644 0xffff04003a70 INFO         GST_REFCOUNTING gstelement.c:3309:gst_element_dispose:<capsfilter2> 0xfffef0246570 parent class dispose
0:56:02.952295830 764644 0xffff04003a70 INFO         GST_REFCOUNTING gstelement.c:3341:gst_element_finalize:<capsfilter2> 0xfffef0246570 finalize
0:56:02.952324886 764644 0xffff04003a70 INFO         GST_REFCOUNTING gstelement.c:3346:gst_element_finalize:<capsfilter2> 0xfffef0246570 finalize parent
0:56:02.952366838 764644 0xffff04003a70 INFO        GST_ELEMENT_PADS gstpad.c:2132:gst_pad_unlink: unlinking nvarguscamerasrc1:src(0xfffef022c150) and capsfilter0:sink(0xfffef0230740)
0:56:02.952408918 764644 0xffff04003a70 INFO        GST_ELEMENT_PADS gstpad.c:2187:gst_pad_unlink: unlinked nvarguscamerasrc1:src and capsfilter0:sink
0:56:02.952474871 764644 0xffff04003a70 INFO        GST_ELEMENT_PADS gstpad.c:2132:gst_pad_unlink: unlinking capsfilter0:src(0xfffef0230990) and nvvconv1:sink(0xfffef022c3a0)
0:56:02.952540407 764644 0xffff04003a70 INFO        GST_ELEMENT_PADS gstpad.c:2187:gst_pad_unlink: unlinked capsfilter0:src and nvvconv1:sink
0:56:02.952580504 764644 0xffff04003a70 INFO           GST_PARENTAGE gstbin.c:1801:gst_bin_remove_func:<pipeline0> removed child "capsfilter0"
0:56:02.952631896 764644 0xffff04003a70 INFO         GST_REFCOUNTING gstelement.c:3264:gst_element_dispose:<capsfilter0> 0xfffef0246230 dispose
0:56:02.952661784 764644 0xffff04003a70 INFO        GST_ELEMENT_PADS gstelement.c:787:gst_element_remove_pad:<capsfilter0> removing pad 'sink'
0:56:02.952699864 764644 0xffff04003a70 INFO        GST_ELEMENT_PADS gstelement.c:787:gst_element_remove_pad:<capsfilter0> removing pad 'src'
0:56:02.952737337 764644 0xffff04003a70 INFO         GST_REFCOUNTING gstelement.c:3309:gst_element_dispose:<capsfilter0> 0xfffef0246230 parent class dispose
0:56:02.952768953 764644 0xffff04003a70 INFO         GST_REFCOUNTING gstelement.c:3341:gst_element_finalize:<capsfilter0> 0xfffef0246230 finalize
0:56:02.952821529 764644 0xffff04003a70 INFO         GST_REFCOUNTING gstelement.c:3346:gst_element_finalize:<capsfilter0> 0xfffef0246230 finalize parent
0:56:02.952869434 764644 0xffff04003a70 INFO           GST_PARENTAGE gstbin.c:1801:gst_bin_remove_func:<pipeline0> removed child "appsink1"
0:56:02.952916154 764644 0xffff04003a70 INFO           GST_PARENTAGE gstbin.c:1801:gst_bin_remove_func:<pipeline0> removed child "videoconvert0"
0:56:02.952957050 764644 0xffff04003a70 INFO         GST_REFCOUNTING gstelement.c:3264:gst_element_dispose:<videoconvert0> 0xfffef023b420 dispose
0:56:02.952985947 764644 0xffff04003a70 INFO        GST_ELEMENT_PADS gstelement.c:787:gst_element_remove_pad:<videoconvert0> removing pad 'sink'
0:56:02.953022235 764644 0xffff04003a70 INFO        GST_ELEMENT_PADS gstelement.c:787:gst_element_remove_pad:<videoconvert0> removing pad 'src'
0:56:02.953058843 764644 0xffff04003a70 INFO         GST_REFCOUNTING gstelement.c:3309:gst_element_dispose:<videoconvert0> 0xfffef023b420 parent class dispose
0:56:02.953120859 764644 0xffff04003a70 INFO         GST_REFCOUNTING gstelement.c:3341:gst_element_finalize:<videoconvert0> 0xfffef023b420 finalize
0:56:02.953150268 764644 0xffff04003a70 INFO         GST_REFCOUNTING gstelement.c:3346:gst_element_finalize:<videoconvert0> 0xfffef023b420 finalize parent
0:56:02.953191452 764644 0xffff04003a70 INFO        GST_ELEMENT_PADS gstpad.c:2132:gst_pad_unlink: unlinking nvvconv1:src(0xfffef022c5f0) and queue1:sink(0xfffef022c840)
0:56:02.953234044 764644 0xffff04003a70 INFO        GST_ELEMENT_PADS gstpad.c:2187:gst_pad_unlink: unlinked nvvconv1:src and queue1:sink
0:56:02.953292861 764644 0xffff04003a70 INFO           GST_PARENTAGE gstbin.c:1801:gst_bin_remove_func:<pipeline0> removed child "queue1"
0:56:02.953335677 764644 0xffff04003a70 INFO         GST_REFCOUNTING gstelement.c:3264:gst_element_dispose:<queue1> 0xffff0023cd40 dispose
0:56:02.953382941 764644 0xffff04003a70 INFO        GST_ELEMENT_PADS gstelement.c:787:gst_element_remove_pad:<queue1> removing pad 'sink'
0:56:02.953428542 764644 0xffff04003a70 INFO        GST_ELEMENT_PADS gstelement.c:787:gst_element_remove_pad:<queue1> removing pad 'src'
0:56:02.959517385 764644 0xffff04003a70 INFO         GST_REFCOUNTING gstelement.c:3309:gst_element_dispose:<queue1> 0xffff0023cd40 parent class dispose
0:56:02.959618090 764644 0xffff04003a70 INFO         GST_REFCOUNTING gstelement.c:3341:gst_element_finalize:<queue1> 0xffff0023cd40 finalize
0:56:02.959660970 764644 0xffff04003a70 INFO         GST_REFCOUNTING gstelement.c:3346:gst_element_finalize:<queue1> 0xffff0023cd40 finalize parent
0:56:02.959746859 764644 0xffff04003a70 INFO           GST_PARENTAGE gstbin.c:1801:gst_bin_remove_func:<pipeline0> removed child "nvvconv1"
0:56:02.959814444 764644 0xffff04003a70 INFO         GST_REFCOUNTING gstelement.c:3264:gst_element_dispose:<nvvconv1> 0xfffef022ba30 dispose
0:56:02.959847724 764644 0xffff04003a70 INFO        GST_ELEMENT_PADS gstelement.c:787:gst_element_remove_pad:<nvvconv1> removing pad 'sink'
0:56:02.959918220 764644 0xffff04003a70 INFO        GST_ELEMENT_PADS gstelement.c:787:gst_element_remove_pad:<nvvconv1> removing pad 'src'
0:56:02.959959533 764644 0xffff04003a70 INFO         GST_REFCOUNTING gstelement.c:3309:gst_element_dispose:<nvvconv1> 0xfffef022ba30 parent class dispose
0:56:02.959997645 764644 0xffff04003a70 INFO         GST_REFCOUNTING gstelement.c:3341:gst_element_finalize:<nvvconv1> 0xfffef022ba30 finalize
0:56:02.960027309 764644 0xffff04003a70 INFO         GST_REFCOUNTING gstelement.c:3346:gst_element_finalize:<nvvconv1> 0xfffef022ba30 finalize parent
0:56:02.960084110 764644 0xffff04003a70 INFO           GST_PARENTAGE gstbin.c:1801:gst_bin_remove_func:<pipeline0> removed child "nvarguscamerasrc1"
0:56:02.960132462 764644 0xffff04003a70 INFO         GST_REFCOUNTING gstelement.c:3264:gst_element_dispose:<nvarguscamerasrc1> 0xfffef022ae60 dispose
0:56:02.960162830 764644 0xffff04003a70 INFO        GST_ELEMENT_PADS gstelement.c:787:gst_element_remove_pad:<nvarguscamerasrc1> removing pad 'src'
0:56:02.960209070 764644 0xffff04003a70 INFO         GST_REFCOUNTING gstelement.c:3309:gst_element_dispose:<nvarguscamerasrc1> 0xfffef022ae60 parent class dispose
0:56:02.960252239 764644 0xffff04003a70 INFO         GST_REFCOUNTING gstelement.c:3264:gst_element_dispose:<pipeline0> 0xfffef0242080 dispose
0:56:02.960382320 764644 0xffff04003a70 INFO         GST_REFCOUNTING gstelement.c:3309:gst_element_dispose:<pipeline0> 0xfffef0242080 parent class dispose
0:56:02.960417488 764644 0xffff04003a70 INFO         GST_REFCOUNTING gstelement.c:3341:gst_element_finalize:<pipeline0> 0xfffef0242080 finalize
0:56:02.960447792 764644 0xffff04003a70 INFO         GST_REFCOUNTING gstelement.c:3346:gst_element_finalize:<pipeline0> 0xfffef0242080 finalize parent
[ WARN:3@3364.712] global cap_gstreamer.cpp:1199 startPipeline OpenCV | GStreamer warning: unable to start pipeline
Segmentation fault (core dumped)

NVIDIA LIBARGUS LOG

=== NVIDIA Libargus Camera Service (0.99.33)=== Listening for connections...(Argus) Error EndOfFile:  (propagating from libs/rpc_socket_server/ServerConnectionThread.cpp, function run(), line 107)
(Argus) Error EndOfFile:  (propagating from libs/rpc_socket_server/ServerConnectionThread.cpp, function run(), line 107)
(Argus) Error EndOfFile:  (propagating from libs/rpc_socket_server/ServerConnectionThread.cpp, function run(), line 107)
=== python[3627]: Connection established (FFFFBA903900)(Argus) Error EndOfFile:  (propagating from libs/rpc_socket_server/ServerConnectionThread.cpp, function run(), line 107)
(Argus) Error EndOfFile:  (propagating from libs/rpc_socket_server/ServerConnectionThread.cpp, function run(), line 107)
OFParserListModules: module list: /proc/device-tree/tegra-camera-platform/modules/module0
OFParserListModules: module list: /proc/device-tree/tegra-camera-platform/modules/module1
NvPclHwGetModuleList: WARNING: Could not map module to ISP config string
NvPclHwGetModuleList: No module data found
NvPclHwGetModuleList: WARNING: Could not map module to ISP config string
NvPclHwGetModuleList: No module data found
OFParserGetVirtualDevice: NVIDIA Camera virtual enumerator not found in proc device-tree
---- imager: Found override file [/var/nvidia/nvcam/settings/camera_overrides.isp]. ----
CAM: serial no file already exists, skips storing againLSC: LSC surface is not based on full res!
---- imager: Found override file [/var/nvidia/nvcam/settings/camera_overrides.isp]. ----
CAM: serial no file already exists, skips storing againLSC: LSC surface is not based on full res!
=== python[3627]: CameraProvider initialized (0xffffb4675e30)SCF: Error BadValue: NvPHSSendThroughputHints (in src/common/CameraPowerHint.cpp, function sendCameraPowerHint(), line 56)
CAM: serial no file already exists, skips storing againLSC: LSC surface is not based on full res!
CAM: serial no file already exists, skips storing againLSC: LSC surface is not based on full res!
PowerServiceCore:handleRequests: timePassed = 482
SCF: Error Timeout: FuSa Capture Status failed! (in src/services/capture/FusaCaptureIspHw.cpp, function waitIspFrameEnd(), line 365)
SCF: Error ResourceAlreadyInUse:  (propagating from src/services/capture/FusaCaptureIspHw.cpp, function startCaptureInternal(), line 139)
SCF: Error ResourceAlreadyInUse:  (propagating from src/services/capture/CaptureRecord.cpp, function doMEMtoISPCapture(), line 631)
SCF: Error ResourceAlreadyInUse:  (propagating from src/services/capture/CaptureRecord.cpp, function issueCapture(), line 495)
SCF: Error ResourceAlreadyInUse:  (propagating from src/services/capture/CaptureServiceDevice.cpp, function issueCaptures(), line 1530)
SCF: Error ResourceAlreadyInUse:  (propagating from src/services/capture/CaptureServiceDevice.cpp, function issueCaptures(), line 1359)
SCF: Error Timeout:  (propagating from src/api/Buffer.cpp, function waitForUnlock(), line 644)
SCF: Error Timeout:  (propagating from src/components/CaptureContainerImpl.cpp, function returnBuffer(), line 426)
SCF: Error ResourceAlreadyInUse:  (propagating from src/common/Utils.cpp, function workerThread(), line 114)
SCF: Error ResourceAlreadyInUse: Worker thread CaptureScheduler frameStart failed (in src/common/Utils.cpp, function workerThread(), line 133)
SCF: Error Timeout:  (propagating from src/api/Buffer.cpp, function waitForUnlock(), line 644)
SCF: Error Timeout:  (propagating from src/components/CaptureContainerImpl.cpp, function returnBuffer(), line 426)
SCF: Error Timeout:  (propagating from src/api/Buffer.cpp, function waitForUnlock(), line 644)
SCF: Error Timeout:  (propagating from src/components/CaptureContainerImpl.cpp, function returnBuffer(), line 426)
SCF: Error Timeout:  (propagating from src/api/Buffer.cpp, function waitForUnlock(), line 644)
SCF: Error Timeout:  (propagating from src/components/CaptureContainerImpl.cpp, function returnBuffer(), line 426)
SCF: Error InvalidState: Capture Scheduler not running (in src/services/capture/CaptureServiceDevice.cpp, function addNewItemToSchedule(), line 1004)
SCF: Error InvalidState:  (propagating from src/services/capture/CaptureService.cpp, function addRequest(), line 411)
SCF: Error InvalidState:  (propagating from src/components/stages/SensorCaptureStage.cpp, function doHandleRequest(), line 87)
SCF: Error InvalidState:  (propagating from src/components/stages/OrderedStage.cpp, function doExecute(), line 158)
SCF: Error InvalidState: Sending critical error event for Session 1
 (in src/api/Session.cpp, function sendErrorEvent(), line 1039)
SCF: Error InvalidState: Capture Scheduler not running (in src/services/capture/CaptureServiceDevice.cpp, function addNewItemToSchedule(), line 1004)
SCF: Error InvalidState:  (propagating from src/services/capture/CaptureService.cpp, function addRequest(), line 411)
SCF: Error InvalidState:  (propagating from src/components/stages/MemoryToISPCaptureStage.cpp, function doHandleRequest(), line 144)
SCF: Error InvalidState:  (propagating from src/components/stages/OrderedStage.cpp, function doExecute(), line 158)
SCF: Error InvalidState: Capture Scheduler not running (in src/services/capture/CaptureServiceDevice.cpp, function addNewItemToSchedule(), line 1004)
SCF: Error InvalidState:  (propagating from src/services/capture/CaptureService.cpp, function addRequest(), line 411)
SCF: Error InvalidState:  (propagating from src/components/stages/MemoryToISPCaptureStage.cpp, function doHandleRequest(), line 144)
SCF: Error InvalidState:  (propagating from src/components/stages/OrderedStage.cpp, function doExecute(), line 158)
SCF: Error InvalidState: Sending critical error event for Session 0
 (in src/api/Session.cpp, function sendErrorEvent(), line 1039)
SCF: Error InvalidState: Capture Scheduler not running (in src/services/capture/CaptureServiceDevice.cpp, function addNewItemToSchedule(), line 1004)
SCF: Error InvalidState:  (propagating from src/services/capture/CaptureService.cpp, function addRequest(), line 411)
SCF: Error InvalidState:  (propagating from src/components/stages/SensorCaptureStage.cpp, function doHandleRequest(), line 87)
SCF: Error InvalidState:  (propagating from src/components/stages/OrderedStage.cpp, function doExecute(), line 158)
SCF: Error InvalidState: 3 buffers still pending during EGLStreamProducer destruction (in src/services/gl/EGLStreamProducer.cpp, function freeBuffers(), line 300)

Do you confirm by gst-launch-1.0 command line?

It’s ram reladeted. Thank you for the response either way.

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