Stream realtime video between 2 computers using Python

余生长醉 提交于 2019-12-02 17:44:11

The reason may be that you VideoCapture device is not configured for higher framerate or it does not support higher framerate at all.

You specified very low frame rate, I don't know what this means to you, but I tested it with my 2 cameras. With slightly modified code, I can max out the first camera to 15fps, but the second one is running at 25fps without problems. These are expected numbers for me.

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