Matlab not recognizing Allied Vision Technologies Camera using GigE Adaptor
显示 更早的评论
I am trying to use Matlab to communicate with a GigE camera using the GigE adaptor, however the adaptor is not recognizing the camera. Running 'imaqhinfo' lists 'gige' as an InstalledAdaptor, so it seems like the package itself is working. I have followed the tips here and here with no luck. Any ideas?
2 个评论
Ian Hunter
2017-12-1
I am having the exact same issue on a Mac computer with Matlab 2017b:
imaqhwinfo
ans =
struct with fields:
InstalledAdaptors: {'dcam' 'gige'}
MATLABVersion: '9.3 (R2017b)'
ToolboxName: 'Image Acquisition Toolbox'
ToolboxVersion: '5.3 (R2017b)'
Which looks ok, but then when I ask for gige specific info (i.e. to get a device ID) imaqhwinfo('gige')
ans =
struct with fields:
AdaptorDllName: '/Users/fradenlab/Documents/MATLAB/SupportPackages/R2017b/toolbox/imaq/supportpackages/gige/adaptor/maci64/mwgigeimaq.dylib'
AdaptorDllVersion: '5.3 (R2017b)'
AdaptorName: 'gige'
DeviceIDs: {1×0 cell}
DeviceInfo: [1×0 struct]
Nothing :<
I know the device is connected to my comp via ethernet correctly as calling system_profiler SPUSBDataType shows that the gige device is indeed connected.
Rolando Gonzalez
2018-6-28
You should instaled Vimba software.
Please I have this problem: I have a AVT Marlin F033B and it is connected with Matlab using Vimba software, but I can not capture the images in mode 8, when using 30 and 60 fps. I'm working on Window 7.
回答(1 个)
Le_vent
2018-4-13
0 个投票
I've met this problem recently and solved it then via refreshing "Image Acquisition Tool" adaptor candidates list in MATLAB. MATLAB —— APPs —— Image Acquisition Tool —— Tool —— Refresh specific adaptor (2nd selection)
Good luck.
类别
在 帮助中心 和 File Exchange 中查找有关 GigE Vision Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!