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

Completed types. Fixed most Unknowns #18

Closed Avasam closed 1 year ago

Avasam commented 1 year ago

I fixed as accurately and as many Unknown types as I could. I also added py.typed for https://peps.python.org/pep-0561/ so that type-checkers like mypy and Pyright will know to use inline types instead of looking for a non-existent type stub.

For example: Before: image

After: image

Closes #20 Includes #22 (fixes #21)

Avasam commented 1 year ago

@andreaschiavinato