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

Ueye camera exposure time smaller than 1 ms #34

Closed Changliu52 closed 8 years ago

Changliu52 commented 8 years ago

Hi, I am using the ueye_cam node with a UI-1220LE-M-GL camera. All were running perfectly in the lab.

However when I try to use it outdoor, with quite strong sun light, the node struggled to adjust the exposure to adapt this situation.

I tried both auto and manual exposure: in manual since the exposure parameter is 'int', thus the minimum will be 1 ms, which is not small enough; in auto exposure, same thing happens, I guess it is limited to 1 ms as well.

Is this a limitation of this package? or any way I can set decimal numbers?

Thank you very much for your time,

Chang

anqixu commented 8 years ago
Changliu52 commented 8 years ago

That's great! Thank you very much!