updated opencv documentation (camera module)
added enabling of legacy support for the camera module to the postinstall script
This commit is contained in:
parent
ee4f6a516d
commit
f03df1b3b3
4 changed files with 17 additions and 3 deletions
|
@ -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;'
|
||||
|
|
Reference in a new issue