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

Set Global/Rolling shutter #81

Open eitan-babcock opened 4 years ago

eitan-babcock commented 4 years ago

Hello! I'm not sure if this repository is still being actively worked on, but it would be great if someone could implement a function to set the shutter mode to Global shutter. My camera is capable of both rolling and global shutter, but it defaults to rolling shutter and I need global shutter for my application. Thanks!

anqixu commented 4 years ago

Hi. Unfortunately I don't have much time these days to work on this project, and I don't believe I have a camera with global shutter option, so it'll be difficult for me to develop this.

I looked at the IDS doc though ("IDS Software Suite" > "Switching the shutter mode"). It looks quite straight-forward:

If you or others want to take a crack at implementing and testing this feature, I'll be happy to squeeze time to perform a code review.