Error when setting exposure time
16 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Happy PhD
el 18 de Dic. de 2025 a las 14:13
Respondida: Happy PhD
hace alrededor de 19 horas
I use this to grab the camera I am using,
app.vidobj = imaq.VideoDevice('gentl', 1, 'Mono8');
Then I want to set the exposure time.
relase(app.vidobj);
app.vidobj.DeviceProperties.ExposureTime = 14000;
But I am getting an error:
Unable to set the 'ExposureTime' property of class 'DeviceProperties' because it is read-only.
Any idea what is wrong?
I can change the gamma setting with the same code but with no error.
The camera is a FLIR USB3 camera if that makes any difference.
1 comentario
dpb
hace alrededor de 1 hora
What is wrong is you're trying to set a read-only property.
If this is a frame grabber, you probably can only set a frame rate.
Respuestas (1)
Ver también
Categorías
Más información sobre National Instruments Frame Grabbers 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!