03-07-2024 06:20 AM
Hi everybody,
I am working on Meraki MV12W camera. I want to process the images I received using the RTSP link I received from the MV12W interface in Python. I can watch the broadcast with cv2.imshow, but after a while the delay of the broadcast increases and after a while the fps drops too much. It even freezes after a while. What could be the reason for this?
03-07-2024 06:24 AM
The RTSP stream from the Meraki MV12W camera has a limit of 2 connections. If more than 2 connections are trying to access the stream, it could cause issues.
MV12 external RTSP remote stream - The Meraki Community
03-07-2024 11:30 AM
It may be that Python is not able to keep up with the frame rate and is getting behind. What does the CPU on your machine show when it is doing this?
Try setting the "Video Quality" to standard to lower the frame rate to reduce the processing burden.
03-11-2024 01:55 AM
I tried standard video quality. Freezing decreased but but frames are still lagging behind. And it is problem for me. I am using CUDA for GPU. My GPU is 12 GB Nvidia GTX 1650Ti and just use %2 of GPU.
03-11-2024 11:41 AM
What is your CPU load like?
03-12-2024 07:22 AM
CPU load is nearly stable between %10 and %15.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide