magazino / pylon_camera

ROS-Driver for Basler Cameras
BSD 3-Clause "New" or "Revised" License
78 stars 108 forks source link

Feature request: Support 12bit pixel depth #17

Open marc-up opened 7 years ago

marc-up commented 7 years ago

Currently only 8bit pixel depth is supported. The brightness / exposure search and different other functions are operating on values between 0 and 255. The support of 12bit pixel depth would need to template multiple functions that take uint8_t as default pixel type by taking into account the number of channels.

nqoptik commented 5 years ago

Are you still working on it @marceldebout? I really want to take advantages of wide dynamic range cameras. Which are the parts of the codes that I need to template to make it supports 12bit pixel?

lucasw commented 5 years ago

Crosslink https://answers.ros.org/question/308885/capturing-12-bit-with-pylon_camera/