stonier / ueye_cam

A ROS nodelet and node that wraps the driver API for UEye cameras by IDS Imaging Development Systems GMBH.
Other
1 stars 2 forks source link

UEye driver utility (replace check_ueye_api) #9

Closed stonier closed 3 years ago

stonier commented 3 years ago

Right now check_ueye_api just dlopens the library. The message it delivers on failure is a little misleading to. It claims that it could not detect official drivers. Note - the unofficial drivers would work here if you set the library paths correctly.

It would be nice to have a small non-ros app that could verify working driver and hardware without potential problems introduced by the ROS wrapper.

stonier commented 3 years ago

Reverted to just keeping it as a driver installation check.