cv2.error: opencv(4.5.3) :-1: error: (-5:bad argument) in function 'puttext'
时间: 2023-05-01 21:03:58 浏览: 238
opencv.tar.gz_opencv v4l2_opencv+v4l2参考代码_v4l2_v4l2 opencv_v4l2+
5星 · 资源好评率100%
此错误是由于在使用OpenCV中的 putText 函数时,存在参数错误所导致的。具体错误信息为“bad argument”,意为参数不正确。需要检查 putText 函数的参数是否正确,并进行相应的调整。
阅读全文