分類彙整: 樹莓派
How to upgrade Raspbian Buster (10) to Bullseye (11)
https://lernentec.com/post/how-to-upgrade-raspian-buster-to-bullseye/
若出現以下訊息
libc6-dev : libgcc-8-dev (< 8.4.0-2~) ? 8.3.0-6+rpi1
執行下面命令sudo apt install gcc-8-base
YOLO-fastest + NCNN on Raspberry Pi 4 教學
YOLOV5在樹莓派上的測試
YOLOv4 訓練教學
如何在Ubuntu16.04上安裝Mosquitto這個MQTT消息服務器並對其進行安全配置
https://www.itread01.com/content/1513183233.html
https://blog.csdn.net/u013332124/article/details/79480639
接下來,為Mosquitto打開一個新的配置文件,指定所有連接登錄時所需的密碼文件。
sudo vi /etc/mosquitto/conf.d/default.conf
上述命令會打開一個新的配置文件。把下面的內容粘貼進去:
allow_anonymous false
password_file /etc/mosquitto/passwd
port 1883
新增使用者
mosquitto_passwd -b /etc/mosquitto/passwd user password
在既有的Raspberry Pi上安裝Home Assistant
【Raspberry Pi】不再備份整張SD卡,縮小RaspberryPi備份容量
MediaPipe – 跨平臺機器學習應用開發框架
https://iter01.com/475022.html
https://blog.csdn.net/dQCFKyQDXYm3F8rB0/article/details/100839899
https://google.github.io/mediapipe/solutions/hands
http://www.python88.com/topic/40281
https://google.github.io/mediapipe/getting_started/python.html
https://google.github.io/mediapipe/solutions/face_detection#python-solution-api
https://google.github.io/mediapipe/solutions/hands#python-solution-api