Why does MATLAB crash when I use the Image Acquisition Toolbox?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Cyril
el 19 de Sept. de 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
el 19 de Sept. de 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.
Respuestas (2)
Image Analyst
el 15 de Jun. de 2014
Contact PointGrey, since it is most likely them who wrote the pointgrey video adapter, rather than the Mathworks.
1 comentario
David Tarkowski
el 17 de Jun. de 2014
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.
0 comentarios
Ver también
Categorías
Más información sobre Point Grey Hardware en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!