Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:seekthermal [2025/02/23 18:58] – Adding Frigate info birdy | wiki:seekthermal [2025/02/23 19:35] (current) – birdy | ||
---|---|---|---|
Line 42: | Line 42: | ||
- [[http:// | - [[http:// | ||
- Open in VLC | - Open in VLC | ||
- | - rtsp:// | + | - <code -> |
+ | rtsp:// | ||
+ | </code> | ||
- Open in chrome android | - Open in chrome android | ||
- [[http:// | - [[http:// | ||
Line 129: | Line 131: | ||
detect: | detect: | ||
enabled: false | enabled: false | ||
+ | </ | ||
+ | |||
+ | ==== Visual camera ==== | ||
+ | |||
+ | The Seek Scan includes a visual camera as well. It's not very high quality. | ||
+ | |||
+ | On my system it was automatically set up as /dev/video0 | ||
+ | |||
+ | Use the [[https:// | ||
+ | |||
+ | Seek_viewer has a default image rotation. To have the visual camera match the rotation of the thermal camera, I used the transpose=2 option. | ||
+ | |||
+ | <code - mediamtx.yml> | ||
+ | vcam: | ||
+ | runOnInit: ffmpeg -f v4l2 -i /dev/video0 -vf " | ||
</ | </ | ||