基于树莓派的视频监控小车
Go to file
jiacai_wang b70005f79c new file: README.md
renamed:    closeCam.sh -> sh/closeCam.sh
	renamed:    openCam.sh -> sh/openCam.sh
2018-08-09 17:33:54 +08:00
sh new file: README.md 2018-08-09 17:33:54 +08:00
b.php Initial commit 2018-08-09 16:58:56 +08:00
caml.php Initial commit 2018-08-09 16:58:56 +08:00
camm.php Initial commit 2018-08-09 16:58:56 +08:00
camr.php Initial commit 2018-08-09 16:58:56 +08:00
car.php Initial commit 2018-08-09 16:58:56 +08:00
f.php Initial commit 2018-08-09 16:58:56 +08:00
l.php Initial commit 2018-08-09 16:58:56 +08:00
ll.php Initial commit 2018-08-09 16:58:56 +08:00
movement.js Initial commit 2018-08-09 16:58:56 +08:00
r.php Initial commit 2018-08-09 16:58:56 +08:00
README.md new file: README.md 2018-08-09 17:33:54 +08:00
rr.php Initial commit 2018-08-09 16:58:56 +08:00
s.php Initial commit 2018-08-09 16:58:56 +08:00
ToggleLight.php Initial commit 2018-08-09 16:58:56 +08:00

PiCamCar

一个带有摄像头的简单远控小车。 ffmpeg采集摄像头画面并推流到本地rtmp livego监听本地rtmp并转为http-flv视频流 web页面用flv.js播放http-flv调用php页面执行GPIO操作完成小车控制。

Usage

自行编译安装ffmpeg 用到的开源项目:flv.jslivegoFFmpegWiring Pi。感谢大佬们。