You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
469 B
13 lines
469 B
sudo apt-get update
|
|
sudo apt-get install python3.7
|
|
sudo apt install python3-pip
|
|
sudo apt-get install rpi.gpio
|
|
sudo apt-get install python3-opencv
|
|
sudo pip3 install pyzmq
|
|
sudo cp servo.py /usr/bin/servo.py
|
|
sudo cp main.py /usr/bin/main.py
|
|
sudo cp camera_module.service /lib/systemd/system/camera_module.service
|
|
sudo systemctl daemon-reload
|
|
sudo systemctl enable camera_module.service
|
|
sudo systemctl start camera_module.service
|
|
sudo systemctl status camera_module.service
|