PiCam: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== setup == | |||
'''warning: this info is in progress -- may not (yet) represent a useful thing''' | '''warning: this info is in progress -- may not (yet) represent a useful thing''' | ||
* ok [https://jawwig.wordpress.com/2013/11/19/setting-up-raspberry-pi-security-cam-on-model-a-or-b-with-minimal-armhf-image/ this link] in the end was totally misleading -- in fact you (maybe?) just need to add some stuff to /boot/config.txt | |||
'''/boot/config.txt''' | '''/boot/config.txt''' | ||
Line 10: | Line 13: | ||
== test the camera == | |||
raspistill -o test.jpg | |||
Revision as of 12:23, 15 March 2017
setup
warning: this info is in progress -- may not (yet) represent a useful thing
- ok this link in the end was totally misleading -- in fact you (maybe?) just need to add some stuff to /boot/config.txt
/boot/config.txt
# Enable audio (loads snd_bcm2835) dtparam=audio=on start_x=1 gpu_mem=128
test the camera
raspistill -o test.jpg