这种情况没见过
也不清楚是什么原因
建议确认一下树莓派的电源没问题,5V 3A以上
然后重新刷一下官方最新的系统确认下
这次应该是真的
黄色的什么花看起来很有秋天的感觉
这里有一个视频教程,主要面向学习系统、编程的朋友
https://shumeipai.nxez.com/2019/11/06/easy-raspi-python-one.html
可行,openwrt 有一些朋友在玩。
相关教程:
https://shumeipai.nxez.com/?s=openwrt
过滤广告的话有 Pi-hole:
https://shumeipai.nxez.com/2018/02/09/install-pi-hole-for-raspberry-pi-to-filter-advertisement.html
@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 太难了。。