Sir, Till now we used file or rtsp stream as an input to the deepstream python test app. Now we want to use frames as an input to the deepstream app instead of video.
Is there any possible way or any such plugin to take frames as an input to the deepstream app.
As we are using video as an input for deepstream python test app, now we want to use np array image frame as an input buffer. Is there any such plugin to achieve that issue. If yes, please kindly share the source code.
Thanks in advance.
Thanks for your quick response. But we do not want to extract numpy array from deepstream app. Our question was to use numpy array which we are getting from third party server as an input to deepstream app instead of video file or rtsp url. Is there any way to do that.