navyverma

Results 21 comments of 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

![Capture](https://github.com/prominenceai/deepstream-services-library/assets/42240506/0146a128-51fa-4735-9c16-11e161b83f4e) 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...