[mjpeg streamer] need to add additional packages in openwrt 21.x

This commit is contained in:
Nico Schottelius 2022-07-08 16:13:24 +02:00
parent 619056a29e
commit 7d486e1a26
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ cat <<EOF | ssh -t "root@${openwrt_ip}"
set -x
opkg update
opkg install mjpg-streamer kmod-video-uvc
opkg install mjpg-streamer kmod-video-uvc mjpg-streamer-input-uvc mjpg-streamer-output-http mjpg-streamer-www-simple
uci set mjpg-streamer.core.enabled=1
uci set mjpg-streamer.core.resolution="1920x1080"