fourcc = cv2.VideoWriter_fourcc('X','2','6','4')
AttributeError: 'module' object has no attribute 'VideoWriter_fourcc'
我在使用fourcc时不断收到此错误。任何帮助,将不胜感激。
fourcc = cv2.VideoWriter_fourcc('X','2','6','4')
AttributeError: 'module' object has no attribute 'VideoWriter_fourcc'
我在使用fourcc时不断收到此错误。任何帮助,将不胜感激。