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

how does light effect depth from camera !!

asked 2017-05-02 06:08:57 -0500

zubair gravatar image

updated 2017-05-02 06:09:32 -0500

hi guys ,

just a general question i wanted to ask, that i am using intel realsense r200 camera and i am doing color tracking with it... i just want to know because of different light environments , my depth changes, is it normal ?? to be more clear cant i make my program more general to all light conditions???? i see that inside the room the depth is perfect but when the camera is exposed to bright white light in front of it,, its not able to give depth properly ..

any suggestions !!

thanks guys

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2017-05-02 07:26:13 -0500

The Realsense is a stereo camera that computes depth based on the two IR cameras on a onboard ASIC . It additionally illuminates the scene with an IR pattern to add structure for the stereo matching. This allows use indoor and outdoor, but within the limits of physics of course.

There are different setting presets available that provide different trade-offs between speckles/noise and depth image density. You can test those with the example programs that come with librealsense.

If for your application both the scene and sensor are static you could also compute the depth image yourself, possibly taking multiple exposures etc., but that is pretty involved.

edit flag offensive delete link more

Comments

thanks for your response !! so you mean i need to know the environment light condition and robot will behave in particularly that light condition,, its very difficult to get depth when the object is in front of bright sunlight it just gives outline of the object not the depth exactly

zubair gravatar image zubair  ( 2017-05-02 09:08:30 -0500 )edit

in conclusion to your response i guess the light condition should be know prior to get a good depth and do setting (camera ) accordingly ..

zubair gravatar image zubair  ( 2017-05-02 09:09:13 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2017-05-02 06:08:57 -0500

Seen: 423 times

Last updated: May 02 '17