Error when setting exposure time

16 vues (au cours des 30 derniers jours)
Happy PhD
Happy PhD le 18 Déc 2025 à 14:13
Réponse apportée : Happy PhD il y a environ 16 heures
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 commentaire
dpb
dpb il y a 11 minutes
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.

Connectez-vous pour commenter.

Réponses (1)

Happy PhD
Happy PhD il y a environ 14 heures
The solution this was to use videoinput instead of imaq.VideoDevice. With src.getselectedsource one can set the parameters of the devic.

Catégories

En savoir plus sur MATLAB Support Package for IP Cameras dans Help Center et File Exchange

Produits


Version

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by