Does Matlab R2015a support FlyCapture 2.11?
Show older comments
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.
Answers (2)
Image Analyst
on 21 Nov 2017
0 votes
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 Comment
YUNIEN HUANG
on 21 Nov 2017
Image Analyst
on 21 Nov 2017
0 votes
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.
Categories
Find more on Point Grey Hardware in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
