5,710
edits
Changes
→Check that the camera service is running on the raspberry pi.
*You can now access the pi at '''rover.local''' using ssh, Finder file sharing ('''afp://rover.local'''), or supercollider.
==Check that the camera service is running on the raspberry pi.==
The python camera acquisition script should start automatically when the Pi boots up. To check this (or monitor acquisition as it happens) log onto the pi.
*From terminal on your laptop, ssh to the pi:
''Ctrl-A D''
*this will leave screen running. More details about gnu screen [http://aperiodic.net/screen/quick_reference here]
==Check for previous images and clear out lfimages directory==*Open another terminal and log on to the pi with ssh as outlined above. You will use this window to clear out the lightfield images from the pi, and monitor the jpgs as they are acquired.
*Once logged on, navigate to the lfimages directors:
<syntaxhighlight lang="bash">cd ~/lfimages</syntaxhighlight>