ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

basler camera automatic image adjustment function in ROS

asked 2018-04-22 23:20:50 -0500

CrystalJing gravatar image

I'm running Basler camera with ROS using package: pylon_camera for Basler cameras. When run camera in a relatively dark environment, e.g. under a desk, the camera return a black image with most pixel value between 1 to 3. With camera's default API, the automatic image adjustment tool can return an image with reasonable pixel range and intensity. Anyone knows if this automatic image adjustment function in which part of ROS package, or how to implement it? Thanks a lot!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-04-23 10:41:39 -0500

lucasw gravatar image

updated 2018-04-23 10:42:05 -0500

There appears to be an 'exposure_auto' parameter: https://github.com/magazino/pylon_cam...

Also setting a fixed exposure manually (via a ros param) looks to be supported, and the exposure can be controlled live through the set_exposure service.

(I haven't personally tried either, it's just there in the source)

edit flag offensive delete link more

Comments

yes, in that way it works if also set up a brightness parameter

CrystalJing gravatar image CrystalJing  ( 2018-04-23 16:32:19 -0500 )edit

Question Tools

3 followers

Stats

Asked: 2018-04-22 23:20:50 -0500

Seen: 970 times

Last updated: Apr 23 '18