Items with no label
3335 Discussions

Is 70 meters possible with a 435?

RTasa
New Contributor I
2,297 Views

So I am watching this youtube video and noticed in the corner they have a range from 4 to 76 meters.

That would be HUGE for me if its possible.

https://www.youtube.com/watch?v=5tY2A-_VBi8&t=7s First Flight. Intel RealSense D435 Depth Camera on Jetson TX2 UAV - YouTube

All see in the viewer is a max of 10 meters.

0 Kudos
1 Solution
MartyG
Honored Contributor III
229 Views

The 400 Series has a depth sensing range of 10 m but has an 'expressive range' of 65 m. It is this depth scale calculation that allows the camera to see 65 m, whilst the earlier SR300 camera model can only see around 2 m.

The default depth scale of the 400 Series makes it less accurate than the SR300 at very close range but able to see much further at long range.

Quoting from SDK 2.0's projection documentation:

The default scale of a D400 device is one millimeter, allowing for a maximum expressive range of ~65 meters. The depth scale can be modified by calling rs2_set_option(...) with RS2_OPTION_DEPTH_UNITS, which specifies the number of micrometers per one increment of depth. 1000 would indicate millimeter scale, 10000 would indicate centimeter scale, while 31 would roughly approximate the SR300's 1/32th of a millimeter scale.

View solution in original post

0 Kudos
2 Replies
MartyG
Honored Contributor III
230 Views

The 400 Series has a depth sensing range of 10 m but has an 'expressive range' of 65 m. It is this depth scale calculation that allows the camera to see 65 m, whilst the earlier SR300 camera model can only see around 2 m.

The default depth scale of the 400 Series makes it less accurate than the SR300 at very close range but able to see much further at long range.

Quoting from SDK 2.0's projection documentation:

The default scale of a D400 device is one millimeter, allowing for a maximum expressive range of ~65 meters. The depth scale can be modified by calling rs2_set_option(...) with RS2_OPTION_DEPTH_UNITS, which specifies the number of micrometers per one increment of depth. 1000 would indicate millimeter scale, 10000 would indicate centimeter scale, while 31 would roughly approximate the SR300's 1/32th of a millimeter scale.

0 Kudos
RTasa
New Contributor I
229 Views

Wow I had no idea. I have to play with this.

0 Kudos
Reply