Difference between revisions of "RPi-Cam-Web-Interface"

From eLinux.org
Jump to: navigation, search
(Created page with "Potential location to provide a space for user contributed ideas and code for the excellent RPi Cam Web Interface found here: http://www.raspberrypi.org/phpBB3/viewtopic.php?f...")
 
Line 1: Line 1:
 
Potential location to provide a space for user contributed ideas and code for the excellent RPi Cam Web Interface found here: http://www.raspberrypi.org/phpBB3/viewtopic.php?f=43&t=63276
 
Potential location to provide a space for user contributed ideas and code for the excellent RPi Cam Web Interface found here: http://www.raspberrypi.org/phpBB3/viewtopic.php?f=43&t=63276
 +
 +
== Startup Commands ==
 +
To have the camera image automatically rotate after rebooting the Pi, enter the following command in '''/etc/rc.local''' after the '''raspimjpeg''' command:
 +
 +
<code>echo 'ro 270' > /var/www/FIFO</code>

Revision as of 10:20, 10 March 2014

Potential location to provide a space for user contributed ideas and code for the excellent RPi Cam Web Interface found here: http://www.raspberrypi.org/phpBB3/viewtopic.php?f=43&t=63276

Startup Commands

To have the camera image automatically rotate after rebooting the Pi, enter the following command in /etc/rc.local after the raspimjpeg command:

echo 'ro 270' > /var/www/FIFO