Last active
January 12, 2024 14:09
-
-
Save deckerego/e21c6957c37401ee16bb3179c8cefe2f to your computer and use it in GitHub Desktop.
Send an (old) RPi camera still to Prusa Connect
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* * * * * pi raspistill -n -q 80 -w 960 -h 720 -e jpg -t 1000 -o - | curl -v -H 'Token: TOKEN' -H 'Content-Type: application/jpg' -H 'Fingerprint: FINGERPRINT' https://webcam.connect.prusa3d.com/c/snapshot -T - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment