Recently Updated Pages
Add Fileshare
sudo nano /etc/samba/smb.conf Append at bottom: [videos] path = /home/tim/videos browseable...
Create putty status display (service control)
sudo chmod +x /usr/local/bin/camera-status #!/bin/bash show_service() { local label="...
Raspberry PI Zero 2W camera
Get the imager https://www.raspberrypi.com/software/ and write to sdcard, configure the dialogu...
Step-by-Step GitHub Releases Workaround: dockur example
When you can't use docker pull or the github workspace is blocked by your IT department. Step-...
Getting started
in powershell - browser to your project. Then initialize spec-kitty spec-kitty init . --ai co...
Installing
python --version git --version python -m pip install --user pipx python -m pipx ensurepath pi...
Setup
create docker image docker run -d --name windows_vm -p 8006:8006 -p 3389:3389/tcp -p 3389:33...
Virtual Windows machine
docker run -d --name windows_vm -p 8006:8006 -p 3389:3389/tcp -p 3389:3389/udp --device=/dev/kvm ...
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...
stream camera feed
Broadcast from Raspberry pi: rpicam-vid --camera 0 --inline --width 2028 --height 1080 --...
Set HTTPS to bypass browser constraints
cd ~/pt_rpiopenssl req -x509 -newkey rsa:2048 -nodes \-keyout ssl.key \-out ssl.crt \-days 365...
Access files over HTTP quickly
python3 -m http.server 8080 Current folder will now be accessible over http
Enabled dual camera (Raspberry pi 5)
When you can only see one of both cameras: rpicam-hello --list-cameras https://docs.arducam....
Improve camera stream latency
For more "immediate feedback" on the stream, some addjustements of the source code could be made....
Start a script as a service
sudo nano /etc/systemd/system/ptcam-app.service Create an ini file [Unit] Description=PanTil...
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...
Enable Filesharing
Install samba sudo apt update sudo apt install -y samba Set password sudo smbpasswd -a soph...
Connecting the glasses in Android
It seems to be a chore at first and depending on your phone, it might or might not work.Don't loo...
Debugging
Enable wireless debugging in Android, then you'll see the IP adress and port to pair. Once pa...
Setup
Don't forget to update the glasses first: https://www.xreal.com/ota/ Also, in the SDK tutorials...