GigE camera (FLIR AX-5) no image

3 ビュー (過去 30 日間)
Hsin-Feng Hsu
Hsin-Feng Hsu 2016 年 6 月 2 日
コメント済み: Hsin-Feng Hsu 2016 年 6 月 21 日
Image acquisition does recognize the camera and shows the correct supported one format. I pressed the format, the program enters endless loading status (a rotating ring). I tried core 2 processor, core i5, and an i7-3920xm with K3000M. All result in the same rotating ring. The camera works fine with FLIR researchIR software. What wrong is it and how to resolve it? Thanks for your patient help.

回答 (1 件)

Madhura Suresh
Madhura Suresh 2016 年 6 月 3 日
Hi Hsin,
I guess you are using IMAQTOOL. Instead of using that, can you try the command line?
To get the gige devices, run
hwinfo = imaqhwinfo('gige')
Then, create a videoinput object using:
v = videoinput('gige',1)
Preview frames using:
preview(v)
Look at source properties using:
src = v.Source
  1 件のコメント
Hsin-Feng Hsu
Hsin-Feng Hsu 2016 年 6 月 21 日
Thank you for good advice. Sorry you for replying late since I just recover my license for trying too many computer for this in short time.
The ans for imaqhwinfo is
ans =
InstalledAdaptors: {'gentl'}
MATLABVersion: '9.0 (R2016a)'
ToolboxName: 'Image Acquisition Toolbox'
ToolboxVersion: '5.0 (R2016a)'
The response of the suggested commands is
Error using imaqhwinfo (line 109) Invalid ADAPTOR specified. Type 'imaqhwinfo' for a list of installed ADAPTORs. Image acquisition adaptors may be available as downloadable support packages. Open Support Package Installer to install additional vendors.
Any more suggestions for this? Thanks for your patient help.

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

Community Treasure Hunt

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

Start Hunting!

Translated by