Hi,
I use Deepstream 6.0 and Deepstream-app with source4-1080p_dec_infer-resnet_tracker+sgie_tiled_display_int8.txt
is there any way of taking turns playing source files?
for example,
[tiled-display]
enable=0
[source0]
enable=1
#Type - 1=CameraV4L2 2=URI 3=MultiURI 4=RTSP
type=2
uri=file:///opt/nvidia/deepstream/deepstream/deepsteam-6.0/samples/streams/sample_%d.mp4
num-sources=1
[tests]
file-loop=1
then playing sample_0.mp4 → sample_1.mp4 → sample_0.mp4 (loop)
is it possible to do this?
I have tried to reading deepstream-app source code but cannot find the way to chang the file list when loop.
thanks.