Does Matlab R2015a support FlyCapture 2.11?
Mostrar comentarios más antiguos
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
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
el 21 de Nov. de 2017
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.
Categorías
Más información sobre Point Grey Hardware en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

