Question
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“.
Expert Answer
John Michell
PhD Expert
Answered Aug 26, 2026
For the videoinput GigE adaptor, ExposureTimeAbs is a standard GenICam property.
The units are set by the camera manufacturer per the GenICam SFNC standard. You can use the PROPHELP function to get info on a property (this inf is also provided by the camera manufacturer in the camera XML file). For example, here is the output with a camera I have on my desk. The units for ExposureTimeAbs are in microseconds.
>> 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.'
100% Run Guarantee
3-Hour Fast-Track Delivery
Need a Custom Version or Complete Simulation for This Problem?
Our 500+ PhD engineers build, debug, and optimize working MATLAB scripts and Simulink (.slx) models tailored to your exact assignment rubrics with zero plagiarism.
Tested on MATLAB R2024b / R2026a
Turnitin 0% Plagiarism Report
Free 7-Day Revisions Guarantee
Have a different question? Ask here
Related relation Questions & Solutions
Browse All →
Explore similar technical troubleshooting questions and verified MATLAB solutions:
Ready-to-Run MATLAB & Simulink Projects
Browse All Projects →