<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Meraki MV12W with Python in Smart Cameras</title>
    <link>https://community.cisco.com/t5/smart-cameras/meraki-mv12w-with-python/m-p/5397864#M23</link>
    <description>&lt;P&gt;I tried standard video quality. Freezing decreased but &lt;SPAN&gt;but frames are still lagging behind&lt;/SPAN&gt;. 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.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2024 08:55:59 GMT</pubDate>
    <dc:creator>yunusnihat</dc:creator>
    <dc:date>2024-03-11T08:55:59Z</dc:date>
    <item>
      <title>Meraki MV12W with Python</title>
      <link>https://community.cisco.com/t5/smart-cameras/meraki-mv12w-with-python/m-p/5397861#M20</link>
      <description>&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;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?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 14:20:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/smart-cameras/meraki-mv12w-with-python/m-p/5397861#M20</guid>
      <dc:creator>yunusnihat</dc:creator>
      <dc:date>2024-03-07T14:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Meraki MV12W with Python</title>
      <link>https://community.cisco.com/t5/smart-cameras/meraki-mv12w-with-python/m-p/5397862#M21</link>
      <description>&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.meraki.com/t5/Smart-Cameras/MV12-external-RTSP-remote-stream/m-p/129481" target="_blank"&gt;MV12 external RTSP remote stream - The Meraki Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 14:24:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/smart-cameras/meraki-mv12w-with-python/m-p/5397862#M21</guid>
      <dc:creator>aleabrahao</dc:creator>
      <dc:date>2024-03-07T14:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Meraki MV12W with Python</title>
      <link>https://community.cisco.com/t5/smart-cameras/meraki-mv12w-with-python/m-p/5397863#M22</link>
      <description>&lt;P&gt;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?&lt;/P&gt;&lt;P&gt;Try setting the "Video Quality" to standard to lower the frame rate to reduce the processing burden.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PhilipDAth_0-1709839789441.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/267152iD7CDB4CA7E047BDF/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 19:30:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/smart-cameras/meraki-mv12w-with-python/m-p/5397863#M22</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2024-03-07T19:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Meraki MV12W with Python</title>
      <link>https://community.cisco.com/t5/smart-cameras/meraki-mv12w-with-python/m-p/5397864#M23</link>
      <description>&lt;P&gt;I tried standard video quality. Freezing decreased but &lt;SPAN&gt;but frames are still lagging behind&lt;/SPAN&gt;. 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.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 08:55:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/smart-cameras/meraki-mv12w-with-python/m-p/5397864#M23</guid>
      <dc:creator>yunusnihat</dc:creator>
      <dc:date>2024-03-11T08:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Meraki MV12W with Python</title>
      <link>https://community.cisco.com/t5/smart-cameras/meraki-mv12w-with-python/m-p/5397865#M24</link>
      <description>&lt;P&gt;What is your CPU load like?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 18:41:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/smart-cameras/meraki-mv12w-with-python/m-p/5397865#M24</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2024-03-11T18:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Meraki MV12W with Python</title>
      <link>https://community.cisco.com/t5/smart-cameras/meraki-mv12w-with-python/m-p/5397866#M25</link>
      <description>&lt;P&gt;CPU load is nearly stable between %10 and %15.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 14:22:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/smart-cameras/meraki-mv12w-with-python/m-p/5397866#M25</guid>
      <dc:creator>yunusnihat</dc:creator>
      <dc:date>2024-03-12T14:22:55Z</dc:date>
    </item>
  </channel>
</rss>

