Hello ChrisDing,
I tried to get the app deepstream-image-decode-test working on a sequence of jpg-images %d-camera0.jpg. I have the following problem.
The app seems to only process the first image in the sequence, but several times. That means if I have 100 images in the sequence, it processes the first image 0-camera0.jpg 100 times.
To reproduce that, run deepstream-image-decode-test on a sequence of jpg-images and check the output.
./deepstream-image-decode-app %d-camera0.jpg
Though, when I use the following gstreamer command, it works as expected.
gst-launch-1.0 multifilesrc location="%d-camera0.jpg" caps="image/jpeg,framerate=30/1" ! jpegdec ! x264enc ! avimux ! filesink location="out.avi"