morefigs / py-ic-imaging-control

Python wrapper for the IC Imaging Control SDK from The Imaging Source (TIS)
MIT License
33 stars 22 forks source link

Verifying auto variable available before setting it. #7

Closed orpinchasov closed 7 years ago

orpinchasov commented 7 years ago

When trying to set the brightness setting of the camera I got an exception. I noticed that it must happen because we try to set the automatic value of the variable without it even having any.

morefigs commented 7 years ago

Thanks :+1: