raspberry_pi_photo_booth:我的Raspberry Pi摄影棚的代码 源码
Raspberry Pi摄影棚 我的Raspberry Pi摄影棚(版本2)的代码 使用说明 建立照相亭(见下文) 连接您的Pi和PiCamera 将按钮连接到Pi的GPIO21和接地引脚。 安装git&pip&pillow(代替PIL) apt update && apt install git python-pip python-imaging 克隆代码: git clone https://github.com/jibbius/raspberry_pi_photo_booth.git 安装依赖项: pip install -r requirements.txt (或者,如果您
用户评论