zivid / zivid-halcon-samples

HALCON code samples for Zivid
https://zivid.com
BSD 3-Clause "New" or "Revised" License
13 stars 6 forks source link

Add get_first_available_zivid_device function #9

Closed SatjaSivcev closed 4 years ago

SatjaSivcev commented 4 years ago

This function prevents open_framegrabber from connecting to the TeliCamTL64 producer of the internal 2D camera. Without this function, Halcon connects to the first suitable device it finds in the GENICAM_GENTL_64_PATH. With this new function, the order in the path becomes irrelevant.

SatjaSivcev commented 4 years ago

Few things make me as proud as figuring out something new in Halcon. Ready for review.

SatjaSivcev commented 4 years ago

@torbsorb do you approve the proposed folder structure? If so, I will merge.