Changes

Raspberry Pi

163 bytes added, 01:52, 12 May 2014
PIR triggered (motion triggered) camera
sudo screen -dmS mocap /home/pi/code/housemachine/pircam.py
</syntaxhighlight>
*reconnect to screen:<syntaxhighlight lang="bash">
sudo screen -r mocap
</syntaxhighlight>
*copy new video files:
<syntaxhighlight lang="bash">
rsync -va --ignore-existing pi@office.local:~/videos/pircam/ ~/Pictures/ceiling_fisheye/
</syntaxhighlight>