网络摄像头的实时帧

时间:2018-04-29 09:07:31

标签: python python-3.x camera

In [7]: list_names
Out[7]: 
[['symboling'],
 ['normalized-losses'],
 ['make'],
 ['fuel-type'],
 ['aspiration'],
 ['num-of-doors'],
 ['body-style'],
 ['drive-wheels'],
 ['engine-location'],
 ['wheel-base'],
 ['length'],
 ['width'],
 ['height'],
 ['curb-weight'],
 ['engine-type'],
 ['num-of-cylinders'],
 ['engine-size'],
 ['fuel-system'],
 ['bore'],
 ['stroke'],
 ['compression-ratio'],
 ['horsepower'],
 ['peak-rpm'],
 ['city-mpg'],
 ['highway-mpg'],
 ['price']]

此代码将在我自己的屏幕上显示我自己的实时帧。 我想将我的实时帧发送到另一台计算机,并接收另一台计算机自己的实时帧以显示它。 我可以帮忙吗?

0 个答案:

没有答案