What is the units for the Shutter setting in image acquisition toolbox?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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)
Ver también
Categorías
Más información sobre DCAM Hardware en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!