andreaschiavinato / python_grabber

Python tool to capture photo from camera and for doing simple image processing using DirectShow and OpenCV
MIT License
57 stars 27 forks source link

"unicode" not defined on class statement #26

Open johncblacker opened 9 months ago

johncblacker commented 9 months ago

Installed via pypi and get error with example_1.py: NameError: name 'unicode' is not defined

Also had tried from downloaded github repository...