• Hardware Platform (Jetson / GPU) Custom Board using Jetson Nano Module
• DeepStream Version 4.0 (jetpack 4.3) ← must
• JetPack Version (valid for Jetson only) 4.3
hi i had a strange error on my custom deepstream-app
below is a brief structure of my pipeline.
as described in the picture, my app have a menu UI Plugin and I’m using a valve to control the pipe line.
They are(infer & menu) switched well and there is no problem even after repeated attempts.
However, if the pipeline flow is maintained in the menu UI for more than 20 to 30 minutes,
If open the “infer valve” again. An error is occurring in the nvinfer plugin.
error is below
set ui mode
…
…
…
**PERF: 29.86 (30.00) 29.86 (30.00)**PERF: 30.26 (30.00) 30.26 (30.00)
**PERF: 29.93 (30.00) 29.93 (30.00)
**PERF: 30.26 (30.00) 30.26 (30.00)
**PERF: 29.94 (30.00) 29.94 (30.00)
set infer mode
**PERF: 0.00 (30.00) 0.00 (30.00)
2:00:50.153290672 18278 0x555dc5ef70 WARN nvinfer gstnvinfer.cpp:1830:gst_nvinfer_output_loop:<primary_gie_classifier> error: Internal data stream error.
2:00:50.153881297 18278 0x555dc5ef70 WARN nvinfer gstnvinfer.cpp:1830:gst_nvinfer_output_loop:<primary_gie_classifier> error: streaming stopped, reason not-negotiated (-4)
ERROR from primary_gie_classifier: Internal data stream error.
Debug info: /dvs/git/dirty/git-master_linux/deepstream/sdk/src/gst-plugins/gst-nvinfer/gstnvinfer.cpp(1830): gst_nvinfer_output_loop (): /GstPipeline:pipeline/GstBin:primary_gie_bin/GstNvInfer:primary_gie_classifier:
streaming stopped, reason not-negotiated (-4)
ERROR from src_elem: Internal data stream error.
Debug info: gstbasesrc.c(3055): gst_base_src_loop (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin1/GstV4l2Src:src_elem:
streaming stopped, reason not-negotiated (-4)
ERROR from src_elem: Internal data stream error.
Debug info: gstbasesrc.c(3055): gst_base_src_loop (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin0/GstV4l2Src:src_elem:
streaming stopped, reason not-negotiated (-4)
ERROR from primary_gie_queue: Internal data stream error.
Debug info: gstqueue.c(988): gst_queue_handle_sink_event (): /GstPipeline:pipeline/GstBin:primary_gie_bin/GstQueue:primary_gie_queue:
streaming stopped, reason not-negotiated (-4)
what do i check?
could you help me ?