Does Matlab R2015a support FlyCapture 2.11?

I can use matlab R2015a to control or preview my pointgrey camera with FlyCapture_2.5.3.4. However, I can't control or preview my pointgrey camera after installing FlyCapture_2.11.3. Dose Matlab R2015a support FlyCapture 2.11?
>> v=videoinput('pointgrey', 1, 'F7_Mono8_2048x1536_Mode7')
s = v.Source;
preview(v);
Error using videoinput (line 391)
pointgrey: Failed to set the camera in the specified FORMAT7 video mode.
Additional information from the driver Unable to determine if this mode and framerate is supported.

Respuestas (2)

Image Analyst
Image Analyst el 21 de Nov. de 2017

0 votos

Run imaqtool. What modes do you see? Attach a screenshot. Evidently it thinks the one you chose is not valid. Pick one from imaqtool and copy the code that gets generated to your own script.

1 comentario

YUNIEN HUANG
YUNIEN HUANG el 21 de Nov. de 2017
Thanks for answering. This is the error message. No matter which mode I pick, it pop up this error window. The camera can be controlled before when the Flycapture versioin is 2.5.3.4. So I just want to check if MatlabR2015a can support Flycapture 2.11?
And below is the FlyCapture2.11 interface. I can only control and preview the camera by FlyCapture, but I want to control it by Matlab.
Thank you so much!

Iniciar sesión para comentar.

Image Analyst
Image Analyst el 21 de Nov. de 2017

0 votos

I don't see that mode in your screenshot but perhaps you forgot to scroll down to show it. If it worked with an earlier video adapter driver but not the newer one, you'll need to contact the camera manufacturer. I'm experiencing a similar thing with my camera that worked up through MATLAB R2015a but not with later releases. The camera manufacturer is just now working on updating the adapter to let it work with R2017b.

Preguntada:

el 21 de Nov. de 2017

Respondida:

el 21 de Nov. de 2017

Community Treasure Hunt

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

Start Hunting!

Translated by