Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
pub:linux-timelapse [2014/06/10 11:07] – angelegt Marco Kragepub:linux-timelapse [2014/06/10 11:20] (aktuell) Marco Krage
Zeile 2: Zeile 2:
 mit Motion mit Motion
  
-===== changes in motion conf ===== +===== Config ===== 
-<code bash>+<code bash /etc/default/motion> 
 +start_motion_daemon=yes 
 +</code> 
 + 
 +<code bash /etc/motion/motion.conf>
 videodevice /dev/video1 videodevice /dev/video1
 width 1280 width 1280
 height 720 height 720
 quality 90 quality 90
 +snapshot_interval 5
 target_dir /tmp/motion target_dir /tmp/motion
 snapshot_filename %s snapshot_filename %s
Zeile 15: Zeile 20:
  
 ===== Create Timelapse Video ===== ===== Create Timelapse Video =====
-<code bash>+Das Paket ffmpeg ist jetzt unter ''libav-tools'' zu finden 
 + 
 +  apt-get install libav-tools 
 + 
 +<code bash timelapse.sh>
 # change to motion storage # change to motion storage
 cd /tmp/motion cd /tmp/motion
Zeile 39: Zeile 48:
  
 ===== Live Image in Browser ===== ===== Live Image in Browser =====
-<code html>+Läd einmal pro Sekunde das angegebende Bild neu. 
 +<code html webcam.html>
 <html> <html>
 <body> <body>
 <style> <style>
 * { box-sizing: border-box; } * { box-sizing: border-box; }
-html, body, iframe { height: 100%; width: 100%; margin: 0; padding: 0; }+html, body { height: 100%; width: 100%; margin: 0; padding: 0; }
 img { max-width: 100%; max-height: 100%; } img { max-width: 100%; max-height: 100%; }
 </style> </style>
pub/linux-timelapse.1402391226.txt.gz · Zuletzt geändert: 2014/06/10 11:07 von Marco Krage