I use a cheap Tapo C100 webcam to monitor my 3D prints. It supports RTSP.
- 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 docker-compose below.
For those working on Firefox who are unfamiliar with how to obtain the "Fingerprint" and "Token" information the steps below illustrate how to gather the information. Note: the general process should be similar for other browers, but I haven't tested.
F12
on your keyboard or access the browser inspector through the menu by selecting Tools > Browser Tools > Web Developer Tools.Snapshot
in the File column.Snapshot
and choose "Copy Value," then select "Copy Request Headers."