Raspberry Pi no delay (<10ms) video stream

若如初见. 提交于 2019-12-02 16:52:53
Rob

I have a RasPi model B and use mjpg-streamer. The delay is almost unnoticeable running at 12fps 640 x 480. It takes around 10 mins to install and configure. In addition to mjpg-streamer I have also tried Motion and FFMpeg, but both were very laggy.

There is a good webcam tutorial for the Raspberry that you may find helpful.

Use the stream.py in this git repo. We have three functions there.

The run function starts streaming with default port 8001. You can change the default port by passing an integer to that.

The stop function stops streaming.

And finally you can check the status by calling status function.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!