This commit is contained in:
Jim Bennett 2021-10-08 18:07:30 -07:00 коммит произвёл GitHub
Родитель 177531cb89
Коммит 6b10b0ce44
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -71,7 +71,8 @@ You will need to update your Pi, and install some software that interacts with c
```sh
sudo apt update && sudo apt full-upgrade --yes
sudo apt install --yes libatlas-base-dev libhdf5-dev libhdf5-serial-dev libatlas-base-dev libjasper-dev libqtgui4 libqt4-test
sudo apt install --yes libatlas-base-dev libjasper-dev libhdf5-dev libhdf5-serial-dev libqtgui4 libqt4-test
sudo apt install --yes python-opencv python3-opencv
sudo apt install --yes python3-dev python3-pip
sudo raspi-config nonint do_camera 0
sudo reboot