pupil-labs / pyuvc

python binding to libuvc
Other
117 stars 51 forks source link

Typo in Property Name #77

Closed yurikleb closed 3 years ago

yurikleb commented 3 years ago

There is a typo in the "available_modes" property name: https://github.com/pupil-labs/pyuvc/blob/c16f2c8e5b0db2d52bd2ce6861a4c905cb34d9ba/uvc.pyx#L748 it says "avaible" - "la" is missing.

Which can lead to a few very long minutes of debugging if you dont just copy-paste from the example file or using autocomplete :)

papr commented 3 years ago

@yurikleb Thank you very much for reporting this. We will add a correctly spelled version of the property while keeping the old one for backward compatibility.

yurikleb commented 3 years ago

sounds good thanks!