I am trying out the aruco.tester.py that was copied from the github and am having a problem. Disnt change anything in the code, its just straight from caleb github.
When i try to rus : python aruco_tester.py i get this
Traceback (most recent call last):
File “aruco_tester.py”, line 15, in <module>
cap = WebcamVideoStream(src=0, height=height, width=width).start()
TypeError: init() got an unexpected keyword argument ‘width’
cant find the solution. Thank you