updated opencv documentation (camera module)

added enabling of legacy support for the camera module to the postinstall script
This commit is contained in:
Joel Klimont 2022-11-18 17:19:40 +01:00
parent ee4f6a516d
commit f03df1b3b3
4 changed files with 17 additions and 3 deletions

View file

@ -9,6 +9,8 @@ pip3 install requests flask
echo "Setting up nginx rtmp server"
sudo /etc/init.d/nginx start
sudo raspi-config nonint do_legacy 0
{
echo 'load_module "modules/ngx_rtmp_module.so";'
echo 'worker_processes auto;'