JoshKing56 / PhenoPi

Software for the PhenoPi project
http://www.jaycedesign.ie
MIT License
0 stars 0 forks source link

Automate camera enableing on pi #5

Closed JoshKing56 closed 5 years ago

JoshKing56 commented 5 years ago

Enabling camera requires you to edit the file /boot/config.txt to have two variables set:

start_x=1             # essential, for camera
gpu_mem=128           # at least, or maybe more if you wish
disable_camera_led=1  # optional, if you don't want the led to glow

And then reboot. Documenting, not going to automate for now.

Originally posted by @JoshKing56 in https://github.com/JoshKing56/PhenoPi/issues/2#issuecomment-493701022

JoshKing56 commented 5 years ago

Not really necessary, since setup should be done sparsely. Process is documented. Closing for now.