長榮中學
HackMD:https://hackmd.io/@Titi/r1-G8MzGA
Powershell
SSID: AICourse
Password: 1234567809*
$ ssh pi@192.168.50.xxx
密碼:0000
$ sudo raspi-config
把 I3、I4、I5 enable
按 ESC 離開
重開機
$ sudo reboot now
username: pi
password: 0000
$ sudo nano /boot/config.txt
# For more options and information see
# http://rpf.io/configtxt
# Some settings may impact device functionality. See link above for details
# uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1
hdmi_force_hotplug=1
hdmi_group=2
hdmi_mode=9
# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16
儲存:ctl+O -> enter
離開:ctl+X
$ sudo reboot now
$ scp -r pi@192.168.50.68:~/FLIR ./
$ sudo apt-get update
$ sudo apt-get install python3-opencv -y
$ cd ~/FLIR
$ python3 color_preview.py --preview
$ cd
$ git clone https://github.com/groupgets/pylepton.git -b lepton3-dev
$ cd ~/pylepton
$ sudo python3 setup.py install
$ cd FLIR
$ python3 thermal_preview.py --preview
$ python3 dual_preview.py --preview
$ python3 FaceDetection.py --preview
$ python3 fusion.py --preview