What is the units for the Shutter setting in image acquisition toolbox?

3 visualizaciones (últimos 30 días)
miaochen
miaochen el 18 de Jun. de 2016
Comentada: miaochen el 22 de Jun. de 2016
Hi, I am using MATLAB to control a "Basler A631f/fc Area Scan FireWire Camera". I set the Shutter to 500.
videoSrc = imaq.VideoDevice('dcam',1, 'F7_Y16_1392x1040');
deviceProps = videoSrc.DeviceProperties;
set(deviceProps, 'Shutter', 500);
What I would like to know is how to convert the 500 into physical time? Is it 500ms or there is any formula for conversion.
Thank you!

Respuestas (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by