Made this for my PRUSA MINI with a Raspberry Pi Zero 2W and a Raspi Cam v1.3
Based on the great instructions from Nunos and Joltcans
- Go to the Cameras section at https://connect.prusa3d.com
- Add a new camera "Add new other camera".
- Copy the generated Token
- Set up your Raspberry Pi with simpe Raspian OS and enable the camera with
raspi-config. - Create a shell script
prusaconnect_upload_cam.shand paste the Token into the file below.
- Save
prusaconnect_upload_cam.shfrom below to/usr/local/bin/prusaconnect_upload_cam.shand make it executablechmod +x /usr/local/bin/prusaconnect_upload_cam.sh. - Start the script with
./usr/local/bin/prusaconnect_upload_cam.sh
If It works you should see the images appearing in Prusa Connect every 10 seconds.
To run the script in the background and start it automatically.
- Create
/etc/systemd/system/prusaconnect_upload_cam.serviceand paste the content from below. - Start the service:
sudo systemctl start prusaconnect_upload_cam.service. - Check if the service is running with
sudo systemctl status prusaconnect_upload_cam.service. - Enable the service:
sudo systemctl enable prusaconnect_upload_cam.service.


Yes, the cam via Octoprint is not a problem. but would integrate the cam gene into Prusa Connect at the same time. Can you explain to me how I check which folder I'm in? and how exactly do I create the autostart service?