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

こんにちは。 現在、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 commentaire

Soya
Soya le 19 Juil 2017
Modifié(e) : Soya le 19 Juil 2017
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.

Connectez-vous pour commenter.

 Réponse acceptée

Naoya
Naoya le 20 Juil 2017

3 votes

acA640-120um は、 usb3.0 カメラとなりますでしょうか?
該当カメラをサポートする GenICam GenTL Producer が提供されているかベンダへご確認頂けますでしょうか?
もし提供されているようでしたら、gentl アダプタ (GenICam Interface Support Package をインストール) 経由で、利用することが可能かと思います

1 commentaire

Soya
Soya le 20 Juil 2017
ありがとうございます。
ベンダに確認しましたところ、"Basler pylon U3V GenTL Producer"というProducerを提供されておりました。 そしてそれを利用することで、gentlアダプタ経由で画像取得可能になりました。
動作確認済みです。本当にありがとうございました。

Connectez-vous pour commenter.

Plus de réponses (1)

michio
michio le 19 Juil 2017

1 vote

1 commentaire

Soya
Soya le 20 Juil 2017
ありがとうございます。
拝見いたしましたが、解決の糸口が発見できませんでした。

Connectez-vous pour commenter.

Question posée :

le 19 Juil 2017

Commenté :

le 20 Juil 2017

Community Treasure Hunt

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

Start Hunting!