Is that possible to do a streaming with this?
Hi Bimal,
By default, the code doesn’t support streaming, so I implemented a workaround to enable RTMP/RTSP streaming from the React Native application. On the backend, I’m running a separate thread in Python using OpenCV (cv2) to process the stream and perform frame-by-frame inference.
While this is just a test, I noticed the FPS is quite low, even when running on an RTX 3090.
What can be the solution?
What can be the solution?
The solution I came up is to process chunks of video and stream it using HLS
@bilaltahseen how slow is it? what fps are you getting?
I was getting around 6-10 fps.