<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.freifunk-mwu.de/index.php?action=history&amp;feed=atom&amp;title=Howto%2FWebcam</id>
	<title>Howto/Webcam - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.freifunk-mwu.de/index.php?action=history&amp;feed=atom&amp;title=Howto%2FWebcam"/>
	<link rel="alternate" type="text/html" href="https://wiki.freifunk-mwu.de/index.php?title=Howto/Webcam&amp;action=history"/>
	<updated>2026-05-09T15:31:56Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Freifunk MWU Wiki</subtitle>
	<generator>MediaWiki 1.35.4</generator>
	<entry>
		<id>https://wiki.freifunk-mwu.de/index.php?title=Howto/Webcam&amp;diff=473&amp;oldid=prev</id>
		<title>Spky: Die Seite wurde neu angelegt: „Da im Peng im Moment die Notwendigkeit besteht bestimmte Bereiche mit einer Kamera abzusichern, da Eingebrochen wurde, habe ich hier eine kurze Anleitung gesch…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.freifunk-mwu.de/index.php?title=Howto/Webcam&amp;diff=473&amp;oldid=prev"/>
		<updated>2013-11-14T22:56:02Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „Da im Peng im Moment die Notwendigkeit besteht bestimmte Bereiche mit einer Kamera abzusichern, da Eingebrochen wurde, habe ich hier eine kurze Anleitung gesch…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Da im Peng im Moment die Notwendigkeit besteht bestimmte Bereiche mit einer Kamera abzusichern, da Eingebrochen wurde, habe ich hier eine kurze Anleitung geschrieben wie man einen TP-Link Router mit OpenWRT als Webcam Server incl. Motion Detection betreibt.&lt;br /&gt;
&lt;br /&gt;
==== Voraussetzungen ====&lt;br /&gt;
&lt;br /&gt;
Neben dem OpenWRT muss man folgende Packages nachinstallieren:&lt;br /&gt;
&lt;br /&gt;
 opkg install motion msmtp wput kmod-video-uvc&lt;br /&gt;
  &lt;br /&gt;
Das '''kmod-video-uvc''' Paket muss angepasst werden, je nachdem welche Webcam vorliegt.&lt;br /&gt;
Die entsprechenden Infos gibt es auf der [http://wiki.openwrt.org/doc/howto/usb.video Openwrt USB-Video Seite].&lt;br /&gt;
&lt;br /&gt;
==== Konfiguration des Mail Clients ====&lt;br /&gt;
&lt;br /&gt;
Anpassen der /etc/msmtprc :&lt;br /&gt;
&lt;br /&gt;
 account default&lt;br /&gt;
 host SMTP.MAIL.DE&lt;br /&gt;
 port 587&lt;br /&gt;
 auth on&lt;br /&gt;
 user ACCOUNT@MAIL.DE&lt;br /&gt;
 password PASSWORD&lt;br /&gt;
 auto_from off&lt;br /&gt;
 from ACCOUNT@MAIL.DE&lt;br /&gt;
 tls on&lt;br /&gt;
 tls_starttls on&lt;br /&gt;
 tls_certcheck off &lt;br /&gt;
 logfile&lt;br /&gt;
 syslog LOG_MAIL&lt;br /&gt;
  &lt;br /&gt;
Danach steht das &amp;lt;code&amp;gt;sendmail&amp;lt;/code&amp;gt; Kommando zur Verfügung:&lt;br /&gt;
&lt;br /&gt;
 root@OpenWrt:~# echo 'Hello, World!' | sendmail mail@example.com&lt;br /&gt;
  &lt;br /&gt;
[https://forum.openwrt.org/viewtopic.php?id=18669 Quelle]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Motion Detection ====&lt;br /&gt;
&lt;br /&gt;
/etc/motion/motion.conf&lt;br /&gt;
&lt;br /&gt;
 on_event_start echo 'Subject: [CAM] Motion Detected on: %d %m %Y - %H:%M (Hour:Minute). The Pictures have been uploaded to your FTP account.' | sendmail mail@example.com&lt;br /&gt;
 on_picture_save wput ftp://user:password@server.de/web/ %f&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Weitere Infos: [https://raymii.org/s/tutorials/Setting-up-motion-with-ftp-and-email-support.html]&lt;/div&gt;</summary>
		<author><name>Spky</name></author>
	</entry>
</feed>