Basler社製カメ​ラを利用した画像取得​(acA640-12​0um)

11 次查看(过去 30 天)
Soya
Soya 2017-7-19
评论: Soya 2017-7-20
こんにちは。 現在、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 个评论
Soya
Soya 2017-7-19
编辑:Soya 2017-7-19
Approximate translation:
Hello. Currently, I am planning to acquire images using Camera (acA 640 - 120 μm) manufactured by Basler. I would like to borrow the power of everyone.
Currently, When i ran following scripts with the camera, following error occurred.
>>Imaqhwinfo
Vid = videoinput ('gentl', 1, 'Mono 8');
ーーーーーーーーーーーーーーーーーーーーーーー
Ans =
Struct with field:
InstalledAdaptors: {'gentl' 'gige' 'winvideo'}
MATLAB Version: '9.1 (R 2016 b)'
ToolboxName: 'Image Acquisition Toolbox'
Toolbox Version: '5.1 (R2016b)'
Error: videoinput (line 233)
There are no devices installed for the specified ADAPTORNAME. See IMAQHWINFO.
It is impossible to acquire images from the camera.
Is not acA 640 - 120um possible with 'gentl'? In that case, please teach which add-on package to install.
I also tried Basler Camera Driver (https://jp.mathworks.com/matlabcentral/fileexchange/50681-basler-camera-driver). But I gave up using it because the frame rate is low.The desired frame rate is about 60 fps.
Above, thank you.

请先登录,再进行评论。

采纳的回答

Naoya
Naoya 2017-7-20
acA640-120um は、 usb3.0 カメラとなりますでしょうか?
該当カメラをサポートする GenICam GenTL Producer が提供されているかベンダへご確認頂けますでしょうか?
もし提供されているようでしたら、gentl アダプタ (GenICam Interface Support Package をインストール) 経由で、利用することが可能かと思います
  1 个评论
Soya
Soya 2017-7-20
ありがとうございます。
ベンダに確認しましたところ、"Basler pylon U3V GenTL Producer"というProducerを提供されておりました。 そしてそれを利用することで、gentlアダプタ経由で画像取得可能になりました。
動作確認済みです。本当にありがとうございました。

请先登录,再进行评论。

更多回答(1 个)

michio
michio 2017-7-19
  1 个评论
Soya
Soya 2017-7-20
ありがとうございます。
拝見いたしましたが、解決の糸口が発見できませんでした。

请先登录,再进行评论。

Community Treasure Hunt

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

Start Hunting!