長榮中學 AICourse 熱像儀

tags: 長榮中學

HackMD:https://hackmd.io/@Titi/r1-G8MzGA

熱像儀

Powershell

Wi-Fi

SSID: AICourse
Password: 1234567809*

連線 raspberry pi

  • 透過 ssh 協定連線
$ ssh pi@192.168.50.xxx

密碼:0000

透過遠端桌面操作 raspberry pi

  • 開啟遠端桌面 vnc 介面
$ sudo raspi-config

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More →

  • 把 I3、I4、I5 enable

    Image Not Showing Possible Reasons
    • The image was uploaded to a note which you don't have access to
    • The note which the image was originally uploaded to has been deleted
    Learn More →

    Image Not Showing Possible Reasons
    • The image was uploaded to a note which you don't have access to
    • The note which the image was originally uploaded to has been deleted
    Learn More →

  • 按 ESC 離開

  • 重開機

$ sudo reboot now
  • 在自己的筆電下載遠端桌面 vnc client
    VNC client

開啟 VNC 遠端桌面

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More →

  • 輸入帳號密碼

username: pi
password: 0000

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More →

強制開啟 HDMI

$ 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 ./

測試 RGB Camera

安裝相關套件

  • 更新
$ sudo apt-get update
  • 下載 OpenCV
$ sudo apt-get install python3-opencv -y

執行程式

$ cd ~/FLIR
$ python3 color_preview.py --preview
  • 停止程式:點擊該畫面,按Q

測試 Thermal camera

安裝相關套件

$ 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

對齊 Thermal 與 RGB

$ python3 dual_preview.py --preview

人臉辨識

$ python3 FaceDetection.py --preview

測量額溫

$ python3 fusion.py --preview