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
- Host: GitHub
- URL: https://github.com/sciss/printercam
- Owner: Sciss
- License: agpl-3.0
- Created: 2023-01-28T22:32:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-15T19:05:54.000Z (almost 3 years ago)
- Last Synced: 2025-06-14T03:04:23.170Z (about 1 year ago)
- Language: Scala
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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'`.