deepstream-services-library icon indicating copy to clipboard operation
deepstream-services-library copied to clipboard

Way to speed up image processing in dsl_source_image_multi_new?

Open YoungjaeDev opened this issue 2 years ago • 2 comments

https://github.com/prominenceai/deepstream-services-library/blob/fe3d7c13f5a258a35e5c09a8ac29cd0054334317/src/DslSourceBintr.cpp#L1255-L1272

I understand that it is inferring the image over at the speed of fps_n/fps_d It's pretty slow for me, now, with just one image per second So the code says that the part that controls the fps is not active at this time Is there a way? Or, as an alternative, I could make videos of the current images

Thank U

YoungjaeDev avatar Oct 07 '22 09:10 YoungjaeDev

@youngjae-avikus reviewing my notes, I realized that I ran into problems developing the image sources and put the issue aside for a bit. I found the information I needed in the GStreamer plugin source code so I can finish them. https://github.com/GStreamer/gst-plugins-good/blob/master/gst/multifile/gstmultifilesrc.c ... interestingly, there is a comment there about using the plugin to convert the images into an ogg video file on the command line. I don't know anything about ogg, but something for you to look into.

rjhowell44 avatar Oct 11 '22 00:10 rjhowell44

@rjhowell44 You mean there's no solution at the moment, right?

YoungjaeDev avatar Oct 13 '22 02:10 YoungjaeDev