by Devin Yang

建立于: 6年前 ( 更新: 6年前 )

raspberry 安装

https://gist.github.com/ageitgey/1ac8dbe8572f3f533df6269dab35df65

还需要安装如下的包:
pip3 install opencv-python; sudo apt-get install -y libcblas-dev libhdf5-dev libhdf5-serial-dev libatlas-base-dev libjasper-dev  libqtgui4  libqt4-test
装这到底能做什么呢?

Tags:

Devin Yang

文章内容无法一一说明,如果您有什么不了解处,欢印提问哦:)

No Comment

Post your comment

需要登入才可留言!

类似文章


linux,docker,wifi

用docker创建WPA2/EAP企业用Radius验证伺服器,后端使用mysql数据库

AP提供了WPA2/EAP功能,但不会用吗? 本文介绍我如何透过docker的ubuntu:21.04 image,极速创建Radius伺服器, 与Wifi的WPA2/EAP等相关运用。

javascript

介绍document.designMode

document.designMode,可以控制整个document变为可编辑的。 我们透过"on"及"off"来调整。 透过document.execCommand我们能做很多事情,例如:insertText。