<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.geekworm.com/index.php?action=history&amp;feed=atom&amp;title=How_to_use_the_Raspberry_Pi_camera_software</id>
	<title>How to use the Raspberry Pi camera software - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.geekworm.com/index.php?action=history&amp;feed=atom&amp;title=How_to_use_the_Raspberry_Pi_camera_software"/>
	<link rel="alternate" type="text/html" href="https://wiki.geekworm.com/index.php?title=How_to_use_the_Raspberry_Pi_camera_software&amp;action=history"/>
	<updated>2026-06-24T02:02:31Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.geekworm.com/index.php?title=How_to_use_the_Raspberry_Pi_camera_software&amp;diff=1412&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;raspivid is a command line application that allows you to capture video with the camera module, while the applicationraspistill allows you to capture images.  -o or –output...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.geekworm.com/index.php?title=How_to_use_the_Raspberry_Pi_camera_software&amp;diff=1412&amp;oldid=prev"/>
		<updated>2016-01-04T08:44:31Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;raspivid is a command line application that allows you to capture video with the camera module, while the applicationraspistill allows you to capture images.  -o or –output...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;raspivid is a command line application that allows you to capture video with the camera module, while the applicationraspistill allows you to capture images.&lt;br /&gt;
&lt;br /&gt;
-o or –output specifies the output filename and -t or –timeout specifies the amount of time that the preview will be displayed in milliseconds. Note that this set to 5s by default and that raspistill will capture the final frame of the preview period.&lt;br /&gt;
&lt;br /&gt;
-d or –demo runs the demo mode that will cycle through the various image effects that are available.&lt;br /&gt;
&lt;br /&gt;
Example commands&lt;br /&gt;
&lt;br /&gt;
Capture an image in jpeg format:&lt;br /&gt;
&lt;br /&gt;
raspistill -o image.jpg&lt;br /&gt;
&lt;br /&gt;
Capture a 5s video in h264 format:&lt;br /&gt;
&lt;br /&gt;
raspivid -o video.h264&lt;br /&gt;
&lt;br /&gt;
Capture a 10s video:&lt;br /&gt;
&lt;br /&gt;
raspivid -o video.h264 -t 10000&lt;br /&gt;
&lt;br /&gt;
Capture a 10s video in demo mode:&lt;br /&gt;
&lt;br /&gt;
raspivid -o video.h264 -t 10000 -d&lt;br /&gt;
&lt;br /&gt;
To see a list of possible options for running raspivid or raspistill, you can run:&lt;br /&gt;
&lt;br /&gt;
raspivid | less&lt;br /&gt;
&lt;br /&gt;
raspistill | less&lt;br /&gt;
&lt;br /&gt;
Use the arrow keys to scroll and type q to exit.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Extended documentation is available.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Note that we recommend that you change SSH password if you are using a camera, in order to prevent unwanted access.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>