Created
March 12, 2016 21:25
-
-
Save miknonny/eb841907f8c91a625388 to your computer and use it in GitHub Desktop.
Using the Raspberry Pi Camera Board on Arch Linux ARM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add /opt/vc/bin to your $PATH: | |
# To add /opt/vc/bin temporarily to your $PATH: | |
PATH=$PATH:/opt/vc/bin | |
and set up your /boot/config.txt to contain the following: | |
gpu_mem=128 | |
start_file=start_x.elf | |
fixup_file=fixup_x.dat | |
# optionally: | |
disable_camera_led=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
missing to init the bcm2835 module
modprobe bcm2835-v4l2