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

15 Ansichten (letzte 30 Tage)
Soya
Soya am 19 Jul. 2017
Kommentiert: Soya am 20 Jul. 2017
こんにちは。 現在、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 Kommentar
Soya
Soya am 19 Jul. 2017
Bearbeitet: Soya am 19 Jul. 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.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

michio
michio am 19 Jul. 2017
  1 Kommentar
Soya
Soya am 20 Jul. 2017
ありがとうございます。
拝見いたしましたが、解決の糸口が発見できませんでした。

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!