- 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
.
As a small addition: With a ping to the printer you can check if the printer is online and avoid unnecessary traffic during offline time:
if ping -c 1 $PRINTER_IP &> /dev/null