Jiloc / edsdk-python

Canon EDSDK wrapper for Python
MIT License
30 stars 14 forks source link

Fixed missing import in sample as well as added index + "typo" fix #2

Open AirplanegoBrr opened 10 months ago

AirplanegoBrr commented 10 months ago

There is a missing import, PropertyEvent for the callback_property function (in the example) There is no index set for the GetPropertyData (default doesn't work?) As well as a better description for the SetCapacity function (in the example)

The term "Computer" was used as people can have both HDDs and SSDs so computer was a better pick.

AirplanegoBrr commented 10 months ago

This pull fixes #1