Skip to content

Instantly share code, notes, and snippets.

@deckerego
Last active January 12, 2024 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deckerego/e21c6957c37401ee16bb3179c8cefe2f to your computer and use it in GitHub Desktop.
Save deckerego/e21c6957c37401ee16bb3179c8cefe2f to your computer and use it in GitHub Desktop.
Send an (old) RPi camera still to Prusa Connect
* * * * * 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