<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Hikvision DVR Image capture MMM-iFrame]]></title><description><![CDATA[<p dir="auto">Hi all, I’ve been trying to find a way to show a regularly refreshed image capture from my DVR onto my MM, we get a lot of parcels delivered and they are just left in the porch so it would be good to have a feed that we could keep an eye on.<br />
I’ve got a Hickvision system and can capture an image with a http url address easily, however having tried several modules I do not seem to be able to get the image to stream to the MM.<br />
MMM-Globe<br />
MMM-RTSPStream<br />
MMM-iFrame is now where I’m at - as I say it all seems to work and no errors showing but I dont get an image, with the config as below I get the random image from picsum but not the snapshot image I want from my DVR. If I just drop the  dvr URL into Chrome I get the still so I know it’s not the address that’s the issue. Any help gratefully received.</p>
<pre><code>{
                module: 'MMM-iFrame',
                position: 'middle_center',      // This can be any of the regions.
                config: {
                        // See 'Configuration options' for more information.
                                url: ["http://admin:Password:)@192.168.1.69:80/ISAPI/Streaming/channels/402/picture?snapShotImageType=JPEG", "http://picsum.photos/200"],  // as many URLs you want or you can just ["ENTER IN URL"] if sing&gt;
                                updateInterval: 0.25 * 60 * 1000, // rotate URLs every 30 seconds
                                width: "900", // width of iframe
                                height: "900", // height of iframe
                                frameWidth: "900" // width of embedded iframe, height is beeing calculated by aspect ratio of iframe
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/17319/hikvision-dvr-image-capture-mmm-iframe</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 22:29:07 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/17319.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 26 Oct 2022 15:58:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Hikvision DVR Image capture MMM-iFrame on Sun, 30 Oct 2022 10:00:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bkeyport" aria-label="Profile: BKeyport">@<bdi>BKeyport</bdi></a><br />
Much appraciated, that works a treat! I owe you a Beer…</p>
]]></description><link>https://forum.magicmirror.builders/post/105614</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/105614</guid><dc:creator><![CDATA[JimH]]></dc:creator><pubDate>Sun, 30 Oct 2022 10:00:46 GMT</pubDate></item><item><title><![CDATA[Reply to Hikvision DVR Image capture MMM-iFrame on Fri, 28 Oct 2022 19:39:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jimh" aria-label="Profile: JimH">@<bdi>JimH</bdi></a> use proxy image. This is my configuration for my reolink cameras.</p>
<pre><code>
		{
			module: "MMM-ProxyImage", // https://github.com/daxiang28/MMM-ProxyImage
			position: "top_center",
			config: {
				name: 'Driveway', // Must be unique if using multiple instances
				updateInterval: 1000, // Duration between image refresh
				host: ['&lt;url&gt;'],
				port: 80,
				height: 540, // Pixel height of the image
				width: 960, // Pixel width of the image
				authType: 'basic' // basic||digest auth types
			}
		},

</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/105596</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/105596</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Fri, 28 Oct 2022 19:39:37 GMT</pubDate></item><item><title><![CDATA[Reply to Hikvision DVR Image capture MMM-iFrame on Thu, 27 Oct 2022 21:33:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jimh" aria-label="Profile: JimH">@<bdi>JimH</bdi></a> said in <a href="/post/105560">Hikvision DVR Image capture MMM-iFrame</a>:</p>
<blockquote>
<p dir="auto">Nothing is ever simple!</p>
</blockquote>
<p dir="auto">indeed!</p>
]]></description><link>https://forum.magicmirror.builders/post/105565</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/105565</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 27 Oct 2022 21:33:24 GMT</pubDate></item><item><title><![CDATA[Reply to Hikvision DVR Image capture MMM-iFrame on Thu, 27 Oct 2022 19:10:30 GMT]]></title><description><![CDATA[<p dir="auto">Hi Sam, so I took a look and there’s nothing listing when I filter for frame but…<br />
I did find at the bottom of the Elements tab when I selected the module that’s running my image, there’s a warning that a Deprecated Feature is Used, it’s blocking any HTTP/<a href="HTTPS://user:pass@host/" target="_blank" rel="noopener noreferrer nofollow ugc">HTTPS://user:pass@host/</a> url’s<br />
I guess the browser on the iPad isn’t so fussy and just picks it up anyway.</p>
<p dir="auto">There’s probably a way to add my Pi’s IP to an open access list on the DVR, or to file the image into a cloud location somewhere and then ref that to get it onto the MM.</p>
<p dir="auto">Nothing is ever simple!</p>
<p dir="auto">Thanks for the pointers!</p>
]]></description><link>https://forum.magicmirror.builders/post/105560</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/105560</guid><dc:creator><![CDATA[JimH]]></dc:creator><pubDate>Thu, 27 Oct 2022 19:10:30 GMT</pubDate></item><item><title><![CDATA[Reply to Hikvision DVR Image capture MMM-iFrame on Thu, 27 Oct 2022 11:35:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jimh" aria-label="Profile: JimH">@<bdi>JimH</bdi></a> interesting…</p>
<p dir="auto">so, if u open the developers window in the pi monitor, ctrl-shift-i, then select the console tab and put frame into the filter field, you should see the error there</p>
]]></description><link>https://forum.magicmirror.builders/post/105537</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/105537</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 27 Oct 2022 11:35:53 GMT</pubDate></item><item><title><![CDATA[Reply to Hikvision DVR Image capture MMM-iFrame on Thu, 27 Oct 2022 10:55:14 GMT]]></title><description><![CDATA[<p dir="auto">thanks for looking at this, I have found that when I view MM via an Ipad the image does appear, so maybe there’s something that the Pi just doesn’t like about the image file returned.</p>
<p dir="auto">If I’ve done this right I get the following response from curl</p>
<p dir="auto">pi@raspberrypi: $ curl <a href="http://admin:XXX@192.168.1.69:80/ISAPI/Streaming/channels/402/picture?snapShotImageType=jpeg" target="_blank" rel="noopener noreferrer nofollow ugc">http://admin:XXX@192.168.1.69:80/ISAPI/Streaming/channels/402/picture?snapShotImageType=jpeg</a></p>


/ISAPI/Streaming/channels/402/picture
4
Invalid Operation
invalidOperation
]]></description><link>https://forum.magicmirror.builders/post/105536</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/105536</guid><dc:creator><![CDATA[JimH]]></dc:creator><pubDate>Thu, 27 Oct 2022 10:55:14 GMT</pubDate></item><item><title><![CDATA[Reply to Hikvision DVR Image capture MMM-iFrame on Wed, 26 Oct 2022 23:29:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jimh" aria-label="Profile: JimH">@<bdi>JimH</bdi></a> what’s that symbol after password?</p>
<p dir="auto">if u use the url in curl on the command line<br />
does  it download the image?</p>
]]></description><link>https://forum.magicmirror.builders/post/105531</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/105531</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 26 Oct 2022 23:29:25 GMT</pubDate></item></channel></rss>