Abdul Basit
Abdul Basit
Try reinstalling the nodemon: For Linux: `sudo npm install -g nodemon ` For Windows: `npm install -g nodemon`
> But there's no url in the Home. jsx file.. > […](#) > On Tue, 28 Mar, 2023, 10:01 pm Abdul Basit, ***@***.***> wrote: My issue was resolved by changing...
 My ffprobe seems good(sc attached)and if I use opencv cv2.VideoCapture(), it works well and closes the stream as soon as it is ended but ffmpegcv is stuck on the...
Is there any temporary solution for this considering openCV is not processing the H264/H265 videos properly even with ffmpeg backend, ffmpegcv works well but the stream does not close.
Thank you! I will be waiting for the new release as the VideoCaptureStreamRT also didn't work.
No, It is not working. I am using the latest version of ffmpegcv. If I use the same code with VideoCapture() and mp4 files, it exits as soon as the...
Here is the script producing same problem: ``` def process_stream(rtsp_url): #cap = ffmpegcv.VideoCaptureStream(rtsp_url) cap = ffmpegcv.ReadLiveLast(ffmpegcv.VideoCaptureStreamRT, rtsp_url) model = YOLO("models/face_model.pt") while True: ret, frame = cap.read() # Break loop if...
The RTSP URLs I am processing are only accessible within the network. Is there any other way I can assist?