User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:seekthermal [2025/02/23 19:15] birdywiki:seekthermal [2025/02/23 19:35] (current) birdy
Line 139: Line 139:
 On my system it was automatically set up as /dev/video0 On my system it was automatically set up as /dev/video0
  
-Use the default usb webcam config: [[https://github.com/bluenviron/mediamtx?tab=readme-ov-file#generic-webcam]]+Use the [[https://github.com/bluenviron/mediamtx?tab=readme-ov-file#generic-webcam|default usb webcam config.]] 
 + 
 +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> <code - mediamtx.yml>
-vcam: +  vcam: 
-    runOnInit: ffmpeg -f v4l2 -i /dev/video0 -c:v libx264 -pix_fmt yuv420p -preset ultrafast -b:v 600k -f rtsp rtsp://localhost:$RTSP_PORT/$MTX_PATH+    runOnInit: ffmpeg -f v4l2 -i /dev/video0 -vf "transpose=2" -c:v libx264 -pix_fmt yuv420p -preset ultrafast -b:v 600k -f rtsp rtsp://localhost:$RTSP_PORT/$MTX_PATH
 </code> </code>