WiggleCamera - Control the camera on your WiggleBin
Project description
WiggleCamera
The WiggleBIn recording service for taking pictures.
Prepare Raspberry PI
Install picamera2 - https://github.com/raspberrypi/picamera2.
Set package venv to have access to system packages
python3 -m venv --system-site-packages .venv
Installation
pip3 install wiggle-camera
CLI
wiggle-camera -h
Prepare Raspberry PI
sudo apt-get install libcap-dev
Enable recording service
In the terminal run wiggle-camera-install. This will install and start a service which runs wiggle-camera --record to take pictures every couple of seconds.
wiggle-camera-install
Services
You can check the status with:
systemctl --user status wiggle-camera.service
To stop the service run:
systemctl --user stop wiggle-camera.service
To start the service run:
systemctl --user start wiggle-camera.service
Installation for development
Updating packages on Raspberry Pi
pip install --upgrade pip setuptools wheel
python -m pip install --upgrade pip
Installing package
pip3 install -e .
For installation without dev dependencies
pip install --no-dev -r requirements.txt
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wiggle_camera-0.0.1.tar.gz.
File metadata
- Download URL: wiggle_camera-0.0.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c65bd41996d9c682997f23a68d7d648c8884d323d1f883e2b0ce57b804977695
|
|
| MD5 |
6638a2f0d1947f662bcbf01573021715
|
|
| BLAKE2b-256 |
ab052a011654ed28cb7277651adc21323178cf8f2c5df9029549b999ec37ebe2
|
File details
Details for the file wiggle_camera-0.0.1-py3-none-any.whl.
File metadata
- Download URL: wiggle_camera-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4902b64ed3a88718c4ecc9ce685dd75b6907dd4659088c73fc2dbe9a36be922f
|
|
| MD5 |
b5f9cd14bea266a05599b0ee1b880f4e
|
|
| BLAKE2b-256 |
63df880866ecd1471e06eedc89bb461a5d999470c08ea5d15258a524682a8020
|