You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
问题1,你使用的是单线程,而我的方法是多线程。
First, you use single thread, and my method in GitHub using Python 'multiprocessing'.
上面的代码所示的方法是单线程的,这是官网的写法,不是我提供的多线程版本。
我用Python 自带的 multiprocessing 实现了多线程。多线程比单线程快。
问题2,你没有展示你的网络利用率。
Second, you should check your network utilization.
此外,你能否查看 【摄像机】→【处理设备】 之间的传输情况。
很多人的性能瓶颈都在【网络传输】上,与代码无关。
你好朋友,我在树莓派3B+上编译了opencv-4.1.0版,用如下代码获取数据帧时只能得到不超过每秒10帧的数据,用imshow显示就是卡顿,摄像头是720P的,而且在windows10中用系统自带的照相机程序录制可以达到每秒接近30帧,这明显不是摄像头问题,是我代码写的有问题,还是树莓派硬件性能不行,望赐教。代码如下:
运行结果输出:
The text was updated successfully, but these errors were encountered: