Full package installation: pip install opencv-contrib-python
open python3 terminal
import cv2
cv2.__version__ <-- should print '4.6.0'
On Rasberry Pi with the very nice broken screen:
- Start hotspot
- Run
sudo raspi-config
in terminal - Connect to hotspot
- Type
hostname -I
in terminal for IP Address- Kathleen's Hotspot: 172.20.10.6
On your own computer
- Connect to hotspot
- Type
ssh saaniya@IP_ADDRESS
- First time running: type
yes
- First time running: type
- Enter password (check discord)
- Edit a file:
sudo nano file.py
control x
to savecontrol k
for faster deleting (actually cutting one line at a time but it works)
- Run a file:
sudo python file.py