Skip to main content

Recently Updated Pages

Add Fileshare

Raspberry PI

sudo nano /etc/samba/smb.conf Append at bottom: [videos] path = /home/tim/videos browseable...

Updated 1 month ago by Tim

Create putty status display (service control)

Raspberry PI

sudo chmod +x /usr/local/bin/camera-status #!/bin/bash show_service() { local label="...

Updated 1 month ago by Tim

Raspberry PI Zero 2W camera

Raspberry PI

Get the imager https://www.raspberrypi.com/software/ and write to sdcard, configure the dialogu...

Updated 1 month ago by Tim

Step-by-Step GitHub Releases Workaround: dockur example

Docker

When you can't use docker pull or the github workspace is blocked by your IT department. Step-...

Updated 2 months ago by Tim

Getting started

[AI] Spec Kitty

in powershell - browser to your project. Then initialize spec-kitty spec-kitty init . --ai co...

Updated 2 months ago by Tim

Installing

[AI] Spec Kitty

python --version git --version python -m pip install --user pipx python -m pipx ensurepath pi...

Updated 2 months ago by Tim

Setup

AppDynamics

create docker image docker run -d --name windows_vm -p 8006:8006 -p 3389:3389/tcp -p 3389:33...

Updated 2 months ago by Tim

Virtual Windows machine

Docker

docker run -d --name windows_vm -p 8006:8006 -p 3389:3389/tcp -p 3389:3389/udp --device=/dev/kvm ...

Updated 2 months ago by Tim

Fixing blurry 8-50mm Zoom Lens for Raspberry Pi High Quality Camera

Raspberry PI

When you mounted the lense with C-mount, it might be that everything is extremely blurry.To adjus...

Updated 3 months ago by Tim

stream camera feed

Raspberry PI

Broadcast from Raspberry pi: rpicam-vid   --camera 0  --inline   --width 2028  --height 1080  --...

Updated 3 months ago by Tim

Set HTTPS to bypass browser constraints

Raspberry PI

  cd ~/pt_rpiopenssl req -x509 -newkey rsa:2048 -nodes \-keyout ssl.key \-out ssl.crt \-days 365...

Updated 3 months ago by Tim

Access files over HTTP quickly

Raspberry PI

python3 -m http.server 8080 Current folder will now be accessible over http 

Updated 3 months ago by Tim

Enabled dual camera (Raspberry pi 5)

Raspberry PI

When you can only see one of both cameras: rpicam-hello --list-cameras   https://docs.arducam....

Updated 3 months ago by Tim

Improve camera stream latency

360° Omnidirectional High-Torque 2-Axis...

For more "immediate feedback" on the stream, some addjustements of the source code could be made....

Updated 3 months ago by Tim

Start a script as a service

Raspberry PI

sudo nano /etc/systemd/system/ptcam-app.service Create an ini file [Unit] Description=PanTil...

Updated 3 months ago by Tim

Fix DNS (apt-get doesn't work)

Raspberry PI

When apt-get update times out or you can't reach servers that you know are online sudo rm -f /et...

Updated 3 months ago by Tim

Enable Filesharing

Raspberry PI

Install samba sudo apt update sudo apt install -y samba Set password sudo smbpasswd -a soph...

Updated 3 months ago by Tim

Connecting the glasses in Android

XReal One Pro

It seems to be a chore at first and depending on your phone, it might or might not work.Don't loo...

Updated 3 months ago by Tim

Debugging

XReal One Pro

Enable wireless debugging in Android, then you'll see the IP adress and port to pair.   Once pa...

Updated 3 months ago by Tim

Setup

XReal One Pro

Don't forget to update the glasses first: https://www.xreal.com/ota/ Also, in the SDK tutorials...

Updated 3 months ago by Tim