Items with no label
3335 Discussions

How can I use R200 for low-light environments?

ATriv2
Beginner
1,845 Views

My application is indoors with low-lighting environment. Is there a way I can use R200 for low-light environment? Is there a way to control the laser power or the IR emitter? I read in the SDK that there is a disable/enable for the IR.

Thanks!

0 Kudos
3 Replies
MartyG
Honored Contributor III
310 Views

Veteran RealSense developer Samontab advised, like you suggested, disabling the R200's IR emitter with scripting, since over-exposure of light could reduce the R200's capture quality. Here is the documentation page for that function.

https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?setdsenableemitter_device_pxccapture.html Intel® RealSense™ SDK 2016 R2 Documentation

Someone tried following this advice to disable the emitter and said that it improved their capture in strong sunlight.

There is also a laser configuration program for the Librealsense open-source SDK called cpp-config-ui.

https://github.com/IntelRealSense/librealsense/tree/master/librealsense.vc12/cpp-config-ui librealsense/librealsense.vc12/cpp-config-ui at master · IntelRealSense/librealsense · GitHub

Edit: I dug up a bit more info on the subject. "Turning on color stream auto exposure may lower the color stream frame rate in the low-light condition."

And, again from Samontab:

"When [the R200] is indoors, it acts as an active IR stereo camera, and when it is outside, it acts as a passive IR stereo camera."

0 Kudos
ATriv2
Beginner
310 Views

Thank you Marty for your response. I shall look into trying your suggestions out and also the laser configuration UI.

I guess an alternative could be to use additional lighting to light up the low lit areas for good RGB data.

0 Kudos
MartyG
Honored Contributor III
310 Views

Yes, sometimes a simple low-tech solution (like additional lighting) is as good as a complex high-tech one.

There is another laser configuration tool available that was created by Samontab, though I didn't recommend it as a primary option because it has some caveats.

1. It was designed for the F200 camera and has not been proven to work with R200.

2. As it is an old application, it apparently needs to be run in the 'Windows 8.1 compatibility mode' of Windows 10. Or Windows 8.1 itself, if you have an old PC!

https://software.intel.com/en-us/forums/realsense/topic/537872 Utility for changing laser camera parameters (IVCAM v0.5)

Good luck!

0 Kudos
Reply