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.
Awesome idea, thanks!
I skipped fetching the image from ffmpeg and used the snapshot URL from octopi/raspberry camera instead, but same result.
(https://gist.github.com/joltcan/bf31bd184b118ee8c983bc1a1fd642af)
Cheers!