Why does MATLAB crash when I use the Image Acquisition Toolbox?
Mostra commenti meno recenti
I just downloaded MATLAB 2014 today in order to use the Image Acquisition toolbox and communicate with a PointGrey camera. However, several commands into my session MATLAB crashes. For example:
vid = videoinput('pointgrey',1)
src = getselectedsource(vid);
get(src)
preview(vid)
snapshot = getsnapshot(vid);
imagesc(snapshot)
set(vid,'FramesPerTrigger',30)
start(vid)
and then it all crashes and i have to restart MATLAB. However, if I repeat the same sequence of commands, it crashes on the snapshot = getsnapshot(vid) command or another command. It's inconsistent beyond crashing quickly. What's going on and how do I prevent this?
2 Commenti
Cyril
il 19 Set 2014
Was this issue ever resolved? I am seeing similar behavior when using Point Grey Grasshopper and Flea cameras. I have created a GUI to mimic much of the image acquisition toolbox functionality with the added ability to view two cameras simultaneously. Sometimes I will be able to preview the cameras, acquire, and save images without issue. Other times Matlab will crash at seemingly random calls of the point grey adaptor (e.g. trigger(vid), start(vid), getdata(vid)).
Image Analyst
il 19 Set 2014
I would guess so, if Meredith took David's recommendation. Why don't you call the Mathworks and ask them to look it up in their records.
Risposte (2)
Image Analyst
il 15 Giu 2014
0 voti
Contact PointGrey, since it is most likely them who wrote the pointgrey video adapter, rather than the Mathworks.
1 Commento
David Tarkowski
il 17 Giu 2014
MathWorks developed this adaptor.
David Tarkowski
il 17 Giu 2014
0 voti
The first thing that I would check is that you are using the correct version of the Point Grey FlyCapture software. I believe that the version supported in R2014a is 2.5. If that does not resolve the issue, please contact MathWorks technical support with this issue.
Categorie
Scopri di più su Point Grey Hardware in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!