将网络摄像头数据流式传输到网页
我的意图:
- 将网络摄像头流传输到网页。
- 有与 Python 程序对话的按钮。
我计划使用 OpenTLD(AKA Predator)通过网络摄像头获取有关移动扬声器的信息。然后,我会将坐标发送到 Python,Python 将进行计算,并通过串行连接(使用 pyserial)将其发送到 Arduino,该 Arduino 将移动电机,从而移动相机。
我想要一个网络界面,通过与 Python 控制器/程序对话来远程预览/手动控制 Arduino。
我正在寻找在 Ubuntu 上运行的东西,它允许显示网络摄像头流并将命令发送到 Python 程序。
My intention:
- Stream webcam feed to a webpage.
- Have buttons that talk to a Python program.
I'm planning on using OpenTLD (AKA Predator) to get information about a moving speaker via webcam. Then I will send the coordinates to Python, which will do calculations, and send it via the serial connection (using pyserial) to an Arduino that'll move a motor which moves a camera.
I'd like a web interface for remote preview/manual control of the Arduino, via talking to the Python controller/program.
I'm looking for something that runs on Ubuntu that allows the webcam stream to be displayed and commands to be sent to a Python program.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议如下:
您可能需要纳入一些反馈方面以进行适当的控制。为了捕获和写入文件,应该有一系列程序。许多程序都能够拍摄快照并写入文件(相同名称或单独的文件),而不是您可以利用的视频。我不记得名字了,但我记得在 Ubuntu 上使用过一个这样的程序。
I would suggest the following:
You might need to incorporate some feedback aspect for proper control. For capturing and writing to files, there should be range of programs. Many programs are capable of taking snapshots and writing to files (same name or separate ones) instead of video which you can exploit. I can't recollect the name, but I remember using one such program on Ubuntu.