文章分类 -  树莓派相关

摘要:安装 python3-gpiozero 包,即可在 命令行下 通过 pinout命令 查看树莓派的系统信息和gpio引脚定义。 阅读全文
posted @ 2022-06-10 10:39 rivanwang 阅读(320) 评论(0) 推荐(0)
摘要:编辑 ~/.config/lxsession/LXDE-pi/autostart 添加需执行的脚本。 (※脚本里要切换一下当前路径) 阅读全文
posted @ 2021-07-13 10:39 rivanwang 阅读(121) 评论(0) 推荐(0)
摘要:① raspi-config里 "1 System Options" ->- "S5 Boot / Auto login" 菜单下,可设置自动登录模式。 ② 也可直接命令行方式设置: 阅读全文
posted @ 2021-07-02 10:22 rivanwang 阅读(272) 评论(0) 推荐(0)
摘要:参考: https://blog.csdn.net/u010396127/article/details/82943258 https://shumeipai.nxez.com/2018/02/20/raspberry-pi-zero-usb-ethernet-gadget-tutorial.htm 阅读全文
posted @ 2021-07-01 15:23 rivanwang 阅读(2902) 评论(0) 推荐(0)
摘要:How to install and use the python face recognition and detection library in Ubuntu 16.04 https://ourcodeworld.com/articles/read/841/how-to-install-and 阅读全文
posted @ 2021-06-30 18:48 rivanwang 阅读(53) 评论(0) 推荐(0)
摘要:Facial Recognition with Raspberry Pi and OpenCV 阅读全文
posted @ 2021-06-30 14:33 rivanwang 阅读(26) 评论(0) 推荐(0)
摘要:官网说明: https://docs.opencv.org/master/d2/de6/tutorial_py_setup_in_ubuntu.html 阅读全文
posted @ 2021-06-30 14:28 rivanwang 阅读(31) 评论(0) 推荐(0)