- Go to the Cameras section at https://connect.prusa3d.com
- Add a new camera.
- Click the QR code link
- Click "Start Camera"
- Open your browser's inspector window and look for the "/snapshot" request.
- Copy the "Fingerprint" and "Token" headers into the file below.
- Save
prusaconnect_upload_cam.sh
from below to/usr/local/bin/prusaconnect_upload_cam.sh
and make it executablechmod +x /usr/local/bin/prusaconnect_upload_cam.sh
.
To run in the background, create /etc/systemd/system/prusaconnect_upload_cam.service
and then start and enable it: systemctl enable --now prusaconnect_upload_cam.service
.
Works like a charm (with fswebcam), thank you! Btw -
Fingerprint
can be any value between 16 and 64 chars, more info here: falkorichter/prusa-connect-api#2