I have IDS camera as given in this. GigE interface is available in camera specification. I have also added "GigE Vision Support from Image Acquisition Toolbox" to Matlab. But when I run gigecamlist
command, it can't find any cameras. (Note: IDS camera drivers were installed to computer)
gigecamlist
Warning: No GigE Vision Cameras were detected. For troubleshooting device detection issues, click
here.
ans =
[]
Actually I found solution using winvideo
:
imaqhwinfo('winvideo')
Using this command cameras can be shown and I can get preview but why gigecamlist
does not show us cameras? Or why we can not connect using gigecam
?