open3d.t.io.RealSenseValidConfigs¶
-
class
open3d.t.io.RealSenseValidConfigs¶ Store set of valid configuration options for a connected RealSense device. From this structure, a user can construct a RealSenseSensorConfig object meeting their specifications.
-
__init__(*args, **kwargs)¶ Initialize self. See help(type(self)) for accurate signature.
-
property
name¶ Device name.
-
property
serial¶ Device serial number.
-
property
valid_configs¶ Mapping between configuraiton option name and a list of valid values.
-