ニュース

A set of scripts I use with my Rapberry PI Pico W boards. My aim was to create a command and control architecture for these boards that would enable me to monitor and manage them remotely once I've ...
# 在树莓派上安装基于python的opencv ## python2 + opencv ``` sudo pip install opencv-python ``` ## python3 + opencv ### 在树莓派设置中把根目录扩大到整个SD卡 ``` sudo raspi-config ``` Advanced Options -- Expand Filesystem ### ...