필터 지우기
필터 지우기

How can I get MATLAB to detect my GigE vision camera?

조회 수: 16 (최근 30일)
Kohei Nimura
Kohei Nimura 2024년 7월 5일 16:02
편집: Bhanu Prakash 2024년 7월 9일 6:48
I am trying to operate a GigE vision camera manufactured by IDS through MATLAB. I installed Image Aquisition Toolbox and the support package for GigE but the gigecamlist function won't return me anything. I followed the configuration guide on https://www.mathworks.com/help/imaq/configure-gigabit-ethernet-network-adapter-on-windows.html, but it didn't solve the issue. I tried turing off firewall and that didn't solve either. The camera itself does work and can be operated with the software from IDS. What could be the issue?

답변 (1개)

Bhanu Prakash
Bhanu Prakash 2024년 7월 9일 6:47
편집: Bhanu Prakash 2024년 7월 9일 6:48
Hi Kohei,
The issue you are facing might be due to:
  1. The device not being configured properly.
  2. Another imaging application using the camera.
Although you have mentioned that you have configured the device using the provided documentation and also disabled the firewal, I suggest you re-verify that:
  • You have the recommended hardware setup and the configurations as mentioned in the below documentation:
  • The installed Ethernet network adapter driver is provided by the network adapter manufacturer (and is not a custom high-performance driver installed for use with a third-party imaging application).
Once you re-verify the configuration and the driver, use the following commands to delete the image acquisition objects and search for new image hardware:
imaqreset
imaqhwinfo('gige')
For further informaiton on troubleshooting 'GiGE Vision Hardware', you can refer to the following documentation:
If the issue persists, try reaching out to MathWorks Technical Support using the below link:
Hope this helps!

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by