This is an old revision of the document!
Notes on using the Seek Scan thermal camera
My configuration: raspberry pi 4 64-bit
- Download, build, and install libseek-thermal
- Install v4l2loopback
sudo apt install v4l2loopback
- Make udev rule
- /etc/udev/rules.d/53-seek.rules
SUBSYSTEM=="usb", ATTRS{idVendor}=="289d", ATTRS{idProduct}=="0010", MODE="0666", GROUP="users"
- Download mediamtx
- Add camera to mediamtx.yml
- mediamtx.yml
paths: cam: runOnInit: ffmpeg -f v4l2 -i /dev/video5 -c:v libx264 -pix_fmt yuv444p -crf 0 -f rtsp rtsp://localhost:$RTSP_PORT/$MTX_PATH
- Create v4l2 device. I'm using /dev/video5
sudo modprobe v4l2loopback video_nr=5 card_label=
- Run seek_viewer
./seek_viewer
- Run mediamtx
./mediamtx
- Open in chrome
- Open in VLC
- rtsp:192.168.1.100:8554/cam - Open in chrome android - http://192.168.1.100:8888/cam/