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

https://github.com/sciss/printercam

Using an Amcrest IP camera to monitor my 3D printer. Mirror of https://codeberg.org/sciss/PrinterCam
https://github.com/sciss/printercam

Last synced: about 1 year ago
JSON representation

Using an Amcrest IP camera to monitor my 3D printer. Mirror of https://codeberg.org/sciss/PrinterCam

Awesome Lists containing this project

README

          

[![Build Status](https://github.com/Sciss/PrinterCam/workflows/Scala%20CI/badge.svg?branch=main)](https://github.com/Sciss/PrinterCam/actions?query=workflow%3A%22Scala+CI%22)

# PrinterCam

A work-in-progress for grabbing frames from an IP camera and uploading them elsewhere,
as a mechanism to remotely monitor (for example) a 3D printer.

(C)opyright 2023 by Hanns Holger Rutz. All rights reserved. This project is released under the
[GNU Affero General Public License](https://github.com/Sciss/PrinterCam/blob/main/LICENSE) v3+ and
comes with absolutely no warranties.
To contact the author, send an e-mail to `contact at sciss.de`.

## requirements

Currently relies on `wget` being installed.

## building

Builds with sbt against Scala 3. See options: `sbt 'run --help'`.