bmegli / realsense-depth-to-vaapi-hevc10

Hardware encode Realsense D400 depth stream to HEVC Main10
Mozilla Public License 2.0
8 stars 0 forks source link

depth clamping #3

Closed bmegli closed 4 years ago

bmegli commented 4 years ago

Currently when distance exceeds maximum representable distance, it is clamped at maximum value.

With advanced controls->depth table->depth clamp max it is possible to get other behaviour (looks like 0 when exceeding depth clamp max)

To decide which behavior is better.

Now it's:

When translating to point cloud both special values would have to be taken into account.

bmegli commented 4 years ago

Chosen solution to:

Done directly on Realsense using advanced options:

bmegli commented 4 years ago

Added behaviour explanation on wiki how-it-works