<?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[Any Webcam integration being worked on?]]></title><description><![CDATA[<p dir="auto">I am currently designing a home automation system and I would ultimately like to have the ability to take a picture of the room with my sensor in the event motion is detected.  Possibly expand this to an active webcam as well.</p>
<p dir="auto">Also, since traffic will be increased in this regard it would also be nice if the sensors communicated in a mesh network.  I'm dealing with 3 floors and I have a lot of dead spots.  With a mesh network I could overcome those obstacles by letting each node act as a repeater.</p>
<p dir="auto">Thanks</p>
]]></description><link>https://forum.mysensors.org/topic/1990/any-webcam-integration-being-worked-on</link><generator>RSS for Node</generator><lastBuildDate>Fri, 12 Jun 2026 17:48:14 GMT</lastBuildDate><atom:link href="https://forum.mysensors.org/topic/1990.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 14 Sep 2015 19:52:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Any Webcam integration being worked on? on Tue, 15 Sep 2015 01:35:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sparkman" aria-label="Profile: Sparkman">@<bdi>Sparkman</bdi></a>  Thanks for the link.  No I missed that one.  I like what <a class="plugin-mentions-user plugin-mentions-a" href="/user/oitzu" aria-label="Profile: Oitzu">@<bdi>Oitzu</bdi></a> did in his camera project.</p>
<p dir="auto">Thanks everyone for the comments.  Definitely gave me some thing to think about.</p>
]]></description><link>https://forum.mysensors.org/post/21082</link><guid isPermaLink="true">https://forum.mysensors.org/post/21082</guid><dc:creator><![CDATA[ubotdude]]></dc:creator><pubDate>Tue, 15 Sep 2015 01:35:54 GMT</pubDate></item><item><title><![CDATA[Reply to Any Webcam integration being worked on? on Mon, 14 Sep 2015 21:24:48 GMT]]></title><description><![CDATA[<p dir="auto">I believe that even if we were to optimize the throughput of the communication within the MySensors network, you would loose a lot of the benefits that the MySensors library provides, like the mesh network with relaying and routing of messages. But technically, it should be possible to do with a node that is in close proximity to a gateway (that does not have to relay any messages).</p>
]]></description><link>https://forum.mysensors.org/post/21070</link><guid isPermaLink="true">https://forum.mysensors.org/post/21070</guid><dc:creator><![CDATA[Anticimex]]></dc:creator><pubDate>Mon, 14 Sep 2015 21:24:48 GMT</pubDate></item><item><title><![CDATA[Reply to Any Webcam integration being worked on? on Mon, 14 Sep 2015 21:06:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ubotdude" aria-label="Profile: ubotdude">@<bdi>ubotdude</bdi></a> As Sparkman already said, well yeah~ :)<br />
The last camera metioned in the thread works very well. I too use a hcsr501 to detect motion and take a picture.</p>
<p dir="auto">The only limiting factor atm, is the transmitting speed limited by the MySensors library.<br />
I talked to TMRh20 and the nrf24l01+ itself can do much better as that.<br />
See also: <a href="https://www.youtube.com/watch?v=mODflsK1Ab0" rel="nofollow ugc">https://www.youtube.com/watch?v=mODflsK1Ab0</a></p>
<p dir="auto">Second problem: ATM there is no native implementation for image streams in the MySensors libs.</p>
]]></description><link>https://forum.mysensors.org/post/21066</link><guid isPermaLink="true">https://forum.mysensors.org/post/21066</guid><dc:creator><![CDATA[Oitzu]]></dc:creator><pubDate>Mon, 14 Sep 2015 21:06:25 GMT</pubDate></item><item><title><![CDATA[Reply to Any Webcam integration being worked on? on Mon, 14 Sep 2015 20:43:56 GMT]]></title><description><![CDATA[<p dir="auto">You can also look at real security cameras.  I have a couple Hikvision cameras that support an "alarm input" which is used with external motion sensors to trigger the camera to record to a NAS.  I use this with a nice PIR motion detector to avoid image analysis false positives.  If you have a camera with an alarm input, you can use a relay to start recording, use MySensors to send a message out, and have an external process go to the NAS and grab the snapshots and/or video and do something with them.  In my case, the Hikvision camera can also email me if I wanted that as well.</p>
]]></description><link>https://forum.mysensors.org/post/21063</link><guid isPermaLink="true">https://forum.mysensors.org/post/21063</guid><dc:creator><![CDATA[TD22057]]></dc:creator><pubDate>Mon, 14 Sep 2015 20:43:56 GMT</pubDate></item><item><title><![CDATA[Reply to Any Webcam integration being worked on? on Mon, 14 Sep 2015 20:39:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ubotdude" aria-label="Profile: ubotdude">@<bdi>ubotdude</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/lastsamurai" aria-label="Profile: LastSamurai">@<bdi>LastSamurai</bdi></a> Have you seen this thread: <a href="http://forum.mysensors.org/topic/1668/sending-image-data-over-the-mysensors-network" rel="nofollow ugc">http://forum.mysensors.org/topic/1668/sending-image-data-over-the-mysensors-network</a></p>
<p dir="auto">Cheers<br />
Al</p>
]]></description><link>https://forum.mysensors.org/post/21062</link><guid isPermaLink="true">https://forum.mysensors.org/post/21062</guid><dc:creator><![CDATA[Sparkman]]></dc:creator><pubDate>Mon, 14 Sep 2015 20:39:13 GMT</pubDate></item><item><title><![CDATA[Reply to Any Webcam integration being worked on? on Mon, 14 Sep 2015 20:09:03 GMT]]></title><description><![CDATA[<p dir="auto">I don't think the bitrate is high enough to transmit video streams. A relay control for the webcam (+ infrared sensor) should be doable though.</p>
]]></description><link>https://forum.mysensors.org/post/21060</link><guid isPermaLink="true">https://forum.mysensors.org/post/21060</guid><dc:creator><![CDATA[LastSamurai]]></dc:creator><pubDate>Mon, 14 Sep 2015 20:09:03 GMT</pubDate></item></channel></rss>