Skip to content

An open source, SenseCam implementation, built for Raspberry Pi.

Notifications You must be signed in to change notification settings

justingeeslin/opensensecam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenSenseCam

An open source, SenseCam implementation, built for Raspberry Pi.

Install

Installs with a .deb file.

Development

Compile 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.

Install

When developing install the deb file this way: sudo apt install --reinstall ./app-sensecam.deb

Running

Once installed, run it from the Pi Menu under Accessories.

Uninstall

sudo apt remove opensensecam

One-line for refresh

dpkg-deb --root-owner-group --build app-sensecam/ | sudo apt install --reinstall  ./app-sensecam.deb

About

An open source, SenseCam implementation, built for Raspberry Pi.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published