You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Digital-Twin/gwx/笔记/第四周 树莓派摄像机推流至上位机人脸检测.md

3.6 KiB

推流

libcamera使用tcp推流未采用

树莓派 Raspberry Pi Bullseye Camera V2 相机 libcamera 用法拍照直播视频_学习溢出的博客-CSDN博客

mpeg

树莓派CSI/USB摄像头使用mjpg实现网页摄像头监控_帅帅气气的黑猫警长的博客-CSDN博客

使用rtsp

最详细的音视频流媒体传输协议-rtsp协议详解 - 知乎 (zhihu.com)

树莓派CSI摄像头实现rtsp流的传输笔记本使用Python调用Opencv显示 - Cool-baby - 博客园 (cnblogs.com)

rtsp视频流传输demo - 知乎 (zhihu.com)

树莓派 + PiCamera 打造局域网实时监控 Version 2 | 码农网 (codercto.com)

使用HTTP最终方法

树莓派监控3— 树莓派监控推流和保存 cc's blog (ccarea.cn)

raspivid

$ raspivid -o - -t 0 -hf -b 1000000 -w 640 -h 480 -fps 24 |cvlc -vvv stream:///dev/stdin --sout '#standard{access=http,mux=ts,dst=:8160}' :demux=h264

使用rtl8188cus网卡

初始账户

2022年4月树莓派系统初始用户名&密码_shamqu的博客-CSDN博客_树莓派默认用户名和密码

无线网卡wlan设置

wireless - Trouble setting up wifi, daemon failed to start - Raspberry Pi Stack Exchange

树莓派 Raspberry Pi 设置无线上网 | 树莓派实验室 (nxez.com)

wpa_passphrase xxxx xxxxx | sudo tee -a /etc/wpa_supplicant/wpa_supplicant.conf
auto lo

iface lo inet loopback
iface eth0 inet dhcp

auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
iface default inet dhcp
wpa-ssid "xxxxxxx"
wpa-psk "xxxxxx"
ifup连接wifi报错

wireless - Trouble setting up wifi, daemon failed to start - Raspberry Pi Stack Exchange

恶性bug

基于Debian11的Raspberry Pi OS Lite系统在开启相机后无法启动尝试Legecy系统换成butter后bug消失

校园网 wap2-企业

树莓派4b连接企业级wpa2 Enterprise配置 - minseo - 博客园 (cnblogs.com)