@tchder
选树莓派套件,带SD卡、电源等配件的。内存2G 4G 随便选。
开箱上手必读:
https://shumeipai.nxez.com/hot-explorer#beginner
手册:
https://pan.baidu.com/s/1mkkbNVa2x7Rf-i7wFJBgmQ (提取码: isir)
没有试过你说的这个播放器,不清楚
我喜欢黄色绿色和红色
# 编辑 `/etc/apt/sources.list` 文件,删除原文件所有内容,用以下内容取代:
deb http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ buster main non-free contrib
deb-src http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ buster main non-free contrib
# 编辑 `/etc/apt/sources.list.d/raspi.list` 文件,删除原文件所有内容,用以下内容取代:
deb http://mirrors.tuna.tsinghua.edu.cn/raspberrypi/ buster main ui
更新软件源列表
sudo apt-get update
然后再试试
sudo apt-get install qtbase5-dev
sudo apt-get install qt5-default
欢迎入坑
有什么问题欢迎在这里交流
@yang video0、video1、videoX…… 都是视频输入设备,接多少个摄像头就会出现多少个。
是存在驱动的问题,手机屏幕的驱动程序一般是拿不到的。
还是只能用 VNC,或者另外买一块适配树莓派的小屏幕。
提供一点线索:
https://shumeipai.nxez.com/2013/10/10/raspberry-pi-pick-kindle-display.html
这个也不算是直接连接屏幕,而是通过USB网络和终端控制的。
查了一下,应该是系统 BUG。
需要自己更新 USB firmware:
https://www.raspberrypi.org/forums/download/file.php?id=33477
这里有相关的讨论
https://stackoverflow.com/questions/59772765/how-to-turn-usb-port-power-on-and-off-in-raspberry-pi-4
问题不明确
为什么要这么操作
@沐风MWind 我也不知道,看到了随手记一下概念
删掉网络配置重新按照下面的方法配置试试
https://shumeipai.nxez.com/2016/09/17/raspberry-pi-set-up-a-wireless-internet-access.html
pip install Pillow matplotlib
Python 脚本:
from PIL import Image
import matplotlib.pyplot as plt
img=Image.open('dog.png')
plt.figure("dog")
plt.imshow(img)
plt.show()
这样试试呢?
编程的学习推荐这个产品,配有一些课程
https://shumeipai.nxez.com/swiss-army-knife-shield-for-raspberry-pi
另外还有一套用户自己录制的视频课程
https://shumeipai.nxez.com/2019/11/06/easy-raspi-python-one.html
设备购买可以在我们店铺
http://taobao.nxez.com
运行
sudo apt update
参考这贴
https://talk.quwj.com/topic/881
@沐风MWind 回去过年的,这个年过了两个月又三周
@RaspiSQH 太难了。。
@RaspiSQH 居家隔离中,暂时不影响工作。
你们开学还挺快的,看看学校要不要戴口罩上课。
@RaspiSQH 赞,这么快就出研究成果了。
技术上可以的。安卓手机和 linux 读写磁盘的逻辑类似。方法的话找一下有没有现成的烧录 app。或者用 dd 命令。
可能先要用busybox把dd 做进文件系统的命令里。
sd 卡通过 otg 数据线连接。
这等于默认了?存放一些临时的较大的文件还是不错的。