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 ?