An open source, SenseCam implementation, built for Raspberry Pi.
Installs with a .deb file.
From just outside the project folder run,
dpkg-deb --root-owner-group --build app-sensecam/
where app-hello-world is the name of the project folder.
When developing install the deb file this way:
sudo apt install --reinstall ./app-sensecam.deb
Once installed, run it from the Pi Menu under Accessories.
sudo apt remove opensensecam
dpkg-deb --root-owner-group --build app-sensecam/ | sudo apt install --reinstall ./app-sensecam.deb