如何在 Python 中更改相机尺寸以适应 Pysharm 上的图像

How to change the camera size to fit the image on the Pysharm in Python

提问人:mahmet ismailoğlu 提问时间:11/3/2023 最后编辑:Christoph Rackwitzmahmet ismailoğlu 更新时间:11/4/2023 访问量:21

问:

我想更改相机尺寸以适合图片 上限 = CV2。视频捕获(1)

帽集(3, 640.0) 帽集(4, 480.0) 而 True: 成功,img = cap.read()

imgBackground[162:162 + 480, 55:55 + 640] = img

cv2.imshow("Webcam", img)
cv2.imshow("Face Attendance", imgBackground)

它向我显示此错误 ValueError:无法将输入数组从形状 (1080,1920,3) 广播到形状 (120,214,3) 请帮忙

ValueError:无法将输入数组从形状 (1080,1920,3) 广播到形状 (120,214,3)

python numpy pycharm 网络摄像头 值错误

评论

0赞 Community 11/4/2023
请编辑问题,将其限制为具有足够详细信息的特定问题,以确定适当的答案。

答: 暂无答案