Items with no label
3335 Discussions

Light sensor on d435

YHirs1
Beginner
1,690 Views

Hello!

I am trying to figure out how can I get the output value of the light sensor that implanted on d435.

Since the color camera has an auto exposure mode and auto white balance mode, I supposed that the light sensor value can be reached somehow.

Hope you can help me with that.

0 Kudos
1 Solution
MartyG
Honored Contributor III
576 Views

A RealSense SDK 2.0 sample program called 'Sensor Control' can be used to query the settings of the supported sensors on a camera.

https://github.com/IntelRealSense/librealsense/tree/master/examples/sensor-control librealsense/examples/sensor-control at master · IntelRealSense/librealsense · GitHub

View solution in original post

0 Kudos
7 Replies
MartyG
Honored Contributor III
577 Views

A RealSense SDK 2.0 sample program called 'Sensor Control' can be used to query the settings of the supported sensors on a camera.

https://github.com/IntelRealSense/librealsense/tree/master/examples/sensor-control librealsense/examples/sensor-control at master · IntelRealSense/librealsense · GitHub

0 Kudos
YHirs1
Beginner
576 Views

Hey MartyG,

Thank you for the quick replay.

I have looked on what you sent, and it is not exactly what I was looking for.

The value i'm looking for is the amount of light that D435 is exposed to. I need to get this value from a specific sensor.

which sensor can give me that value? and how can I read that value from the sensor?

many thanks,

yom

0 Kudos
YHirs1
Beginner
576 Views

I am familiar with the D400 data sheet and with the exposure-related elements.

Still, those elements use a light sensor that evaluates the amount of light around, and according to that (with a specific algorithm), the exposure and AWB parameter are being set on the RealSense app.

I am trying to understand how can I get the value from that light sensor component.

Every camera has an ambient light sensor, this link might clarify what I mean:

https://en.wikipedia.org/wiki/Ambient_light_sensor Ambient light sensor - Wikipedia

thanks

0 Kudos
MartyG
Honored Contributor III
576 Views

I did extensive follow-up research to your question. Although incoming light is apparently handled by the camera's CMOS first, I could not find evidence that the camera has a light sensor component, and so may calculate the light level in some other way. The data sheet says that the CMOS chip is in the imager.

An article about the 400 Series on the Tom;s Hardware website suggested that performance in low light is related to the shutter type and lens size, with the D435's faster global shutter and larger lenses performing better in low-light conditions.

I do not know of a way to directly measure that incoming light with a value though, unfortunately.

0 Kudos
YHirs1
Beginner
576 Views

OK! Thank you!

I have looked on that article as well now and researched it a little bit more.

looks like there is another way which is common with cameras today, this method called TTL metering, stands for Through- The- Lens metering, Works with the camera's CMOS.

I don't think it's possible to get a value from that method...

Thank you anyway! you helped me a lot.

0 Kudos
MartyG
Honored Contributor III
576 Views

You're very welcome. I'm glad I could be of help. Have a great week!

0 Kudos
Reply