cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4115
Views
0
Helpful
5
Replies

Meraki MV12W with Python

yunusnihat
Community Member

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?

5 Replies 5

aleabrahao
Meraki Community All-Star
Meraki Community All-Star

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

I am not a Cisco employee. My suggestions are based on documentation of Meraki best practices and day-to-day experience.

Please, if this post was useful, leave your kudos and mark it as solved.

Philip D'Ath
Meraki Community All-Star
Meraki Community All-Star

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.

image.png

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.

Philip D'Ath
Meraki Community All-Star
Meraki Community All-Star

What is your CPU load like?

CPU load is nearly stable between %10 and %15.