I am trying to change DCAMPROP_READOUT_DIRECTION attribute. that is defined in dcamprop_defs.py line 123 to 126.
When I use:
hcam.set_attribute_value("readout_direction", 1.0)
an error raised: DCAMERR_NOTWRITABLE.
If I print all the attributes using hcam.get_all_attributes(), it returns:
Hi,
I am trying to change DCAMPROP_READOUT_DIRECTION attribute. that is defined in dcamprop_defs.py line 123 to 126. When I use:
hcam.set_attribute_value("readout_direction", 1.0)
an error raised: DCAMERR_NOTWRITABLE.If I print all the attributes using
hcam.get_all_attributes()
, it returns:I don't understand why the min is 5. I checked on the DCAM.py file and I don't see where it could be forced to work only in mode 5 ('DIVERGE') ?
Thanks a lot,