You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Key not found error in when trying to set cam.properties . The others seems to work fine, does anyone have any idea about this ?
>>> cam.properties['ExposureTime']
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "cython\factory.pyx", line 87, in pypylon.cython.factory._PropertyMap.__getitem__
KeyError: 'Key does not exist'
>>> cam.properties['DeviceLinkThroughputLimitMode']
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "cython\factory.pyx", line 87, in pypylon.cython.factory._PropertyMap.__getitem__
KeyError: 'Key does not exist'
Key not found error in when trying to set cam.properties . The others seems to work fine, does anyone have any idea about this ?
The above two throws an error, while this works
Does anyone have a clue what is happening ?
The text was updated successfully, but these errors were encountered: