You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MAI/docker-compose.usb.yml

12 lines
302 B
YAML

services:
fpv-tracker:
environment:
FPV_SOURCE: ${FPV_SOURCE:-0}
FPV_CAP_BACKEND: ${FPV_CAP_BACKEND:-v4l2}
devices:
- ${FPV_CAMERA_DEVICE:-/dev/video0}:/dev/video0
fpv-ui:
environment:
FPV_SOURCE: ${FPV_SOURCE:-0}
FPV_CAP_BACKEND: ${FPV_CAP_BACKEND:-v4l2}