Basler社製カメラを利用した画像取得(acA640-120um)
Show older comments
こんにちは。 現在、Basler社製のカメラ(acA640-120um)を使用して画像取得を考えています。 皆様のお力をお借りしたいです。
現状、上記カメラを接続した状態で
imaqhwinfo
vid = videoinput('gentl', 1, 'Mono8');
を実行すると
ans =
フィールドをもつ struct:
InstalledAdaptors: {'gentl' 'gige' 'winvideo'}
MATLABVersion: '9.1 (R2016b)'
ToolboxName: 'Image Acquisition Toolbox'
ToolboxVersion: '5.1 (R2016b)'
エラー: videoinput (line 233)
There are no devices installed for the specified ADAPTORNAME. See IMAQHWINFO.
となってしまい、カメラから画像を取得できません。
acA640-120umは、'gentl'ではできないということでしょうか。その場合、どのアドオンパッケージをインストールすればよいかご教授ください。
(Basler Camera Driver(https://jp.mathworks.com/matlabcentral/fileexchange/50681-basler-camera-driver)も試しましたが、 フレームレートが低いため使用を諦めました。希望フレームレートは60fps程度です。)
以上、宜しくお願い致します。
1 Comment
Accepted Answer
More Answers (1)
michio
on 19 Jul 2017
1 vote
Categories
Find more on Device Connection in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!