Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nvtkaszpir/prusa-connect-camera-script
Linux shell script to send still camera images to Prusa Connect
https://github.com/nvtkaszpir/prusa-connect-camera-script
camera camera-csi camera-usb prusa prusa-connect prusaconnect raspberry-pi raspberrypi
Last synced: 3 months ago
JSON representation
Linux shell script to send still camera images to Prusa Connect
- Host: GitHub
- URL: https://github.com/nvtkaszpir/prusa-connect-camera-script
- Owner: nvtkaszpir
- License: apache-2.0
- Created: 2024-03-03T15:35:27.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-07-13T20:53:16.000Z (6 months ago)
- Last Synced: 2024-09-29T00:43:21.493Z (3 months ago)
- Topics: camera, camera-csi, camera-usb, prusa, prusa-connect, prusaconnect, raspberry-pi, raspberrypi
- Language: Shell
- Homepage:
- Size: 1.94 MB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# prusa-connect-camera-script
![prusa-connect-cam](docs/static/prusa-connect-cam.png)
Linux shell script to send still camera images to Prusa Connect
## Documentation
See [docs here](https://nvtkaszpir.github.io/prusa-connect-camera-script) for:
* feature list
* requirements
* general step-by-step install
* example configs
* advanced tweaks## Development
Those are generally notes to myself :)
### Docs
Preview documentation locally
```shell
pip install -r requirements.txt
mkdocs serve```
Auto-published by github action when pushed to master.
### Code commits
ensure to have [pre-commit](https://pre-commit.com/) installed.
```shell
npm install -g markdown-link-check
pip install pre-commitpre-commit install
git add .
pre-commit run --all
```### Docker container build
```shell
make quay
make quay_multiarch
```