anqixu / ueye_cam

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

exit camera with code 3 #91

Closed sepid91 closed 3 years ago

sepid91 commented 3 years ago

Hi, I use camera ui-5240se-c-hq-rev2 and kubuntu 20.04 with idscameramanager 4.93 but it gives me code 3 (IS_CANT_OPEN_DEVICE). how can i fix it? I tested the camera with windows and it worked. I tested all version of suit and i got the same error.

nullket commented 3 years ago

This is most likely not a problem of this driver.

Speaking for me: 4.93 & Kubuntu 20.04 & latest git clone from here works fine with a UI-5270CP-CHQ-R2. My camera seems to be fairly comparable to yours (in terms of what is relevant for this driver).

IS_CANT_OPEN_DEVICE usually means, that the camera is busy otherwise. This mostly happens when you have the camera opened within uEye demo (not the ids cameramanager, the ids program that just shows the camera image) while trying to launch the ros file. The camera can only be accessed by one program at the same time (means you need to close uEye demo).

If that is not the problem check the following:

nullket commented 3 years ago

Closing due to no response