How can I set the exact exposure time (in milliseconds or seconds) for GigE devices? I am trying to set the exposure time set with the attribute „ExposureTimeAbs“.
John Michell answered .
2025-11-20
>> v=videoinput('gige',1);
>> s=v.Source;
>> prophelp(s,'ExposureTimeAbs')
ans =
'EXPOSURETIMEABS double [31 1000000] (Read-only: notCurrently)
Sets the exposure time in microseconds (us) when ExposureMode is set to Timed.
See also PROPINFO, and ExposureMode.'