The question might be basic…
I have T4 with Ubuntu 18.04. I tried running deepstream-test1-app from both docker and also my local deepstream installation. In both cases I see in the terminal that the application is running but I don’t see anything .
Is there a way to view the video with the results?
Do you see any error on the output, T4 do not have display port, you can follow this to setup virtual screen,
Deepstream/FAQ - eLinux.org 5A, then run on desktop;
another way, you can use deepstream-app to run with sink type 3 File, you can use config source30_1080p_dec_infer-resnet_tiled_display_int8.txt, change default sink type to below
[sink1]
enable=1
type=3
#1=mp4 2=mkv
container=1
#1=h264 2=h265 3=mpeg4
only SW mpeg4 is supported right now.
codec=1
sync=0
#iframeinterval=10
bitrate=2000000
output-file=out.mp4
source-id=0
Hi, I have tried the second suggested option and get the following error after a “deepstream” window is opened for a moment:
(deepstream-app:6839): GLib-GObject-WARNING **: 09:07:09.261: g_object_set_is_valid_property: object class ‘avenc_mpeg4’ has no property named ‘iframeinterval’
(deepstream-app:6839): GLib-GObject-WARNING **: 09:07:09.261: g_object_set_is_valid_property: object class ‘avenc_mpeg4’ has no property named ‘bufapi-version’
libEGL warning: DRI2: failed to authenticate
Creating LL OSD context new
Runtime commands:
h: Print this help
q: Quit
p: Pause
r: Resume
NOTE: To expand a source in the 2D tiled display and view object details, left-click on the source.
To go back to the tiled display, right-click anywhere on the window.
** INFO: <bus_callback:163>: Pipeline ready
Creating LL OSD context new
cuGraphicsGLRegisterBuffer failed with error(999) gst_eglglessink_cuda_init texture = 1
0:00:03.704687129 6839 0x55a4c5564ed0 WARN nvinfer gstnvinfer.cpp:1830:gst_nvinfer_output_loop:<primary_gie_classifier> error: Internal data stream error.
0:00:03.704729817 6839 0x55a4c5564ed0 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: gstnvinfer.cpp(1830): gst_nvinfer_output_loop (): /GstPipeline:pipeline/GstBin:primary_gie_bin/GstNvInfer:primary_gie_classifier:
streaming stopped, reason not-negotiated (-4)
Quitting
ERROR from sink_bin_queue: Internal data stream error.
Debug info: gstqueue.c(988): gst_queue_handle_sink_event (): /GstPipeline:pipeline/GstBin:processing_bin_0/GstBin:sink_bin/GstQueue:sink_bin_queue:
streaming stopped, reason not-negotiated (-4)
ERROR from qtdemux13: Internal data stream error.
Debug info: qtdemux.c(6073): gst_qtdemux_loop (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin11/GstURIDecodeBin:src_elem/GstDecodeBin:decodebin11/GstQTDemux:qtdemux13:
streaming stopped, reason not-negotiated (-4)
ERROR from qtdemux21: Internal data stream error.
Debug info: qtdemux.c(6073): gst_qtdemux_loop (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin21/GstURIDecodeBin:src_elem/GstDecodeBin:decodebin21/GstQTDemux:qtdemux21:
streaming stopped, reason not-negotiated (-4)
ERROR from qtdemux23: Internal data stream error.
Debug info: qtdemux.c(6073): gst_qtdemux_loop (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin26/GstURIDecodeBin:src_elem/GstDecodeBin:decodebin26/GstQTDemux:qtdemux23:
streaming stopped, reason not-negotiated (-4)
App run failed
By the way, If I run with fakesink I get “tQuitting
App run successful”
but don’t see anything
please get below sink type disabled and try again
[sink0]
enable=0
#Type - 1=FakeSink 2=EglSink 3=File
type=2
sync=0
source-id=0
gpu-id=0
nvbuf-memory-type=0
Thanks! works and generates out file