navyverma
navyverma
@brmarkus I have to update dlstreamer binaries inside container and that gives **"Permission denied"** error. So, tell me about the user(dlstreamer) info or root info of the container so that...
I am using your own Dockerfile, but based on a DL-Streamer image. Above mentioned command works
This is our custom gstreamer based plugin which contains our business logic
 And yes plugin does have gst-properties that can be set or get.
@rjhowell44 Yes, plugin does suppoort gstreamer's signal, and we are using c++ to build plugin
@rjhowell44 Thanks. I really appreciate your work. Will try and test within a few days and share feedback with you.
@YuChern-Intel I have tried above mentioned solution but it still takes multiple threads.
@YuChern-Intel Let me try this then I will update.
@YuChern-Intel My use case is to only create one thread and run inference on this thread.
@wangleis No, My application cannot use two threads. Thread should be main thread for the compilation of model and for the inference as well. So only single thread for complete...