- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Meraki MV12W with Python
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?
- Labels:
-
Other
-
Quality
-
Video wall
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Please, if this post was useful, leave your kudos and mark it as solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What is your CPU load like?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
CPU load is nearly stable between %10 and %15.
