[mjpeg streamer] need to add additional packages in openwrt 21.x
This commit is contained in:
parent
619056a29e
commit
7d486e1a26
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue