フィルターのクリア

Image Acquisition Toolbox crashes when using a Point Grey Grasshopper3

2 ビュー (過去 30 日間)
Alexander
Alexander 2014 年 10 月 17 日
回答済み: Anchit Dhar 2014 年 10 月 21 日
Hi,
I am trying to use the Image Acquisition Toolbox (MATLAB 2013b) to access data from a Point Grey Grasshopper3 (USB 3.0 camera) using the point grey adaptor. I can store the camera as a video input and access many camera properties without any trouble. However when I actually try to capture frames or view the stream, I get an access violation and MATLAB crashes. For example:
obj = videoinput('pointgrey',1,'F7_Mono8_1024x1024_Mode1');
src = getselectedsource(obj);
preview(obj); %Crashes here
I have no trouble accessing the camera using the DirectShow Dlls through the winvideo adaptor, however I don't have access to a lot of camera functionality in this mode. Any ideas as to why the camera can be accessed but no frames can be captured? I can post the crash info if needed. Thanks!
  1 件のコメント
Bruno Pop-Stefanov
Bruno Pop-Stefanov 2014 年 10 月 20 日
Attaching the crash dump file would probably be useful, indeed. Thank you.

サインインしてコメントする。

回答 (1 件)

Anchit Dhar
Anchit Dhar 2014 年 10 月 21 日
Pointgrey USB3 cameras are supported release R2014a onwards.

Community Treasure Hunt

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

Start Hunting!

Translated by