JoshKing56 / PhenoPi

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

setup scripts #2

Open JoshKing56 opened 5 years ago

JoshKing56 commented 5 years ago

Write bash script that starts few things Makefile?

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.