- 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
.
Had to change from SNAPSHOTURL="http:///webcam?action=snapshot" to SNAPSHOTURL="http:///webcam/?action=snapshot"
Added an / after webcam