<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Linux%2FWebcam</id>
	<title>Linux/Webcam - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Linux%2FWebcam"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Linux/Webcam&amp;action=history"/>
	<updated>2026-05-09T06:58:57Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=Linux/Webcam&amp;diff=1972&amp;oldid=prev</id>
		<title>Kenneth: /* fswebcam */</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Linux/Webcam&amp;diff=1972&amp;oldid=prev"/>
		<updated>2015-04-13T23:26:57Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;fswebcam&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== General Setup ==&lt;br /&gt;
&lt;br /&gt;
Webcam Setup - ArchWiki - https://wiki.archlinux.org/index.php/Webcam_Setup&lt;br /&gt;
&lt;br /&gt;
== motion ==&lt;br /&gt;
&lt;br /&gt;
=== Install ===&lt;br /&gt;
&lt;br /&gt;
yum:&lt;br /&gt;
 yum install motion  # in external repo like FusionRPM&lt;br /&gt;
&lt;br /&gt;
apt:&lt;br /&gt;
 apt-get install motion&lt;br /&gt;
&lt;br /&gt;
manual:&lt;br /&gt;
 wget &amp;quot;http://sourceforge.net/projects/motion/files/latest/download?source=files&amp;quot; -O motion.tar.gz&lt;br /&gt;
 tar -zvxf motion.tar.gz&lt;br /&gt;
 cd motion-*&lt;br /&gt;
 ./configure --prefix=/opt/motion&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
 sudo ln -s /opt/motion/etc /etc/motion&lt;br /&gt;
&lt;br /&gt;
== fswebcam ==&lt;br /&gt;
&lt;br /&gt;
=== Install ===&lt;br /&gt;
&lt;br /&gt;
manual:&lt;br /&gt;
 yum install gd-devel&lt;br /&gt;
&lt;br /&gt;
 git clone http://github.com/fsphil/fswebcam&lt;br /&gt;
 cd fswebcam&lt;br /&gt;
 # OR&lt;br /&gt;
 wget http://www.firestorm.cx/fswebcam/files/fswebcam-20140113.tar.gz&lt;br /&gt;
 tar -zvxf fswebcam-20140113.tar.gz&lt;br /&gt;
 cd fswebcam-20140113&lt;br /&gt;
&lt;br /&gt;
 ./configure --prefix=/opt/fswebcam&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
&lt;br /&gt;
 /opt/fswebcam/bin/fswebcam -d /dev/video0 test.jpg&lt;br /&gt;
&lt;br /&gt;
 /opt/fswebcam/bin/fswebcam -d /dev/video0 -r 640x480 test.jpg&lt;br /&gt;
&lt;br /&gt;
Start 3 frames in: (fixes an issue on some cameras)&lt;br /&gt;
 /opt/fswebcam/bin/fswebcam -d /dev/video0 -S 3 test.jpg&lt;br /&gt;
&lt;br /&gt;
Use a different palette:  (fixes an issue on some cameras)&lt;br /&gt;
 /opt/fswebcam/bin/fswebcam -d /dev/video0 -p YUYV test.jpg&lt;br /&gt;
&lt;br /&gt;
Time Stamp&lt;br /&gt;
 # default&lt;br /&gt;
 /opt/fswebcam/bin/fswebcam -d /dev/video0 --timestamp &amp;quot;%Y-%m-%d %H:%M (%Z)&amp;quot; test.jpg&lt;br /&gt;
 # with seconds&lt;br /&gt;
 /opt/fswebcam/bin/fswebcam -d /dev/video0 --timestamp &amp;quot;%Y-%m-%d %H:%M:%S (%Z)&amp;quot; test.jpg&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>