Skip to content

Instantly share code, notes, and snippets.

View rliessum's full-sized avatar
🕶️
Make it happen

Richard van Liessum U+2713 rliessum

🕶️
Make it happen
View GitHub Profile
@rliessum
rliessum / README.md
Created June 13, 2025 07:23 — forked from nunofgs/README.md
Use any RTSP camera with Prusa Connect

I use a cheap Tapo C100 webcam to monitor my 3D prints. It supports RTSP.

Screenshot 2023-07-17 at 23 26 34

Instructions

  1. Go to the Cameras section at https://connect.prusa3d.com
  2. Add a new camera.
  3. Click the QR code link
  4. Click "Start Camera"

Installing Python 3.8.0 on Raspbian

As of July 2018, Raspbian does not yet include the latest Python release, Python 3.7.0 This means we will have to build it ourselves, and here is how to do it.

  1. Install the required build-tools (some might already be installed on your system).