pyrealsense2.option_range

class pyrealsense2.option_range
__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: pyrealsense2.option_range) -> None

  2. __init__(self: pyrealsense2.option_range, min: float, max: float, step: float, default: float) -> None

Methods

__init__(*args, **kwargs)

Overloaded function.

Attributes

default

max

min

step

property default
property max
property min
property step