Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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-commit

pre-commit install
git add .
pre-commit run --all
```

### Docker container build

```shell
make quay
make quay_multiarch
```