genicam / harvesters

Image Acquisition Library for GenICam-based Machine Vision System
Apache License 2.0
501 stars 86 forks source link

IDS Camera not found #364

Closed TrinhNC closed 1 year ago

TrinhNC commented 1 year ago

Hi, I have followed the Installation guide and installed everything sucessfully (harvester, IDS driver, mvIMPACT Acquire). However, when I run this code it returns no cameras.

from harvesters.core import Harvester
h = Harvester()
h.add_file('C:/Program Files/IDS/ids_peak/ids_u3vgentl/64/ids_u3vgentlk.cti')
h.update()
print(len(h.device_info_list)) 

Output 0 I thought it because of the .cti file but I have tried all the cti files: mvGenTLProducer.cti, ids_u3vgentlk.cti, ids_gevgentlk.cti, none worked. Does any one know the solutions? Thanks!

TrinhNC commented 1 year ago

I found the solution. When installing IDS Peak, I have to choose the uEye TL from the list of available.