Hello,
I am trying to run Deepstream3 application on a video stream in format MJPEG and I am getting the following error :
=====================================================
./deepstream-app -c …/…/…/…/samples/configs/deepstream-app/source30_720p_dec_infer-resnet_tiled_display_int8.txt
Using TRT model serialized engine /root/DeepStream_Release/samples/configs/deepstream-app/…/…/models/Primary_Detector/resnet10.caffemodel_b30_int8.engine crypto flags(0)
Runtime commands:
h: Print this help
q: Quit
p: Pause
r: Resume
** INFO: <bus_callback:98>: Pipeline ready
** INFO: <bus_callback:84>: Pipeline running
**PERF: FPS 0 (Avg)
**PERF: 0.00 (0.00)
Conversion not supported… gst_nvvidconv_planar_to_planar_conversion, 773
ERROR from source: Internal data flow error.
Debug info: gstbasesrc.c(2948): gst_base_src_loop (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin0/GstURIDecodeBin:src_elem/GstSoupHTTPSrc:source:
streaming task paused, reason not-supported (-6)
Quitting
runtime.cpp (30) - Cuda Error in free: 77
terminate called after throwing an instance of ‘nvinfer1::CudaError’
what(): std::exception
Aborted (core dumped)
Here are the video file parameters :
=============================
Format mjpeg
VideoFrameRate 15
VideoIntraOnly
VideoBitRate 4096
VideoBufferSize 4096
VideoSize 640x480
VideoQMin 5
VideoQMax 51
NoAudio
Is there a way to work with this type of files in Deepstream3 ?
Thanks, Simon.