Raspberry PI
Start a script as a service
sudo nano /etc/systemd/system/ptcam-app.service Create an ini file [Unit] Description=PanTil...
Enable Filesharing
Install samba sudo apt update sudo apt install -y samba Set password sudo smbpasswd -a soph...
Fix DNS (apt-get doesn't work)
When apt-get update times out or you can't reach servers that you know are online sudo rm -f /et...
Enabled dual camera (Raspberry pi 5)
When you can only see one of both cameras: rpicam-hello --list-cameras https://docs.arducam....
Access files over HTTP quickly
python3 -m http.server 8080 Current folder will now be accessible over http
Set HTTPS to bypass browser constraints
cd ~/pt_rpiopenssl req -x509 -newkey rsa:2048 -nodes \-keyout ssl.key \-out ssl.crt \-days 365...
stream camera feed
Broadcast from Raspberry pi: rpicam-vid --camera 0 --inline --width 2028 --height 1080 --...
Fixing blurry 8-50mm Zoom Lens for Raspberry Pi High Quality Camera
When you mounted the lense with C-mount, it might be that everything is extremely blurry.To adjus...