pyrealsense2.product_line

class pyrealsense2.product_line

Members:

any

any_intel

non_intel

sw_only

D400

D500

SR300

L500

T200

DEPTH

TRACKING

__init__(self: pyrealsense2.product_line, value: int) None

Methods

__init__(self, value)

Attributes

D400

D500

DEPTH

L500

SR300

T200

TRACKING

any

any_intel

name

non_intel

sw_only

value

D400 = <product_line.D400: 2>
D500 = <product_line.D500: 32>
DEPTH = <product_line.DEPTH: 46>
L500 = <product_line.L500: 8>
SR300 = <product_line.SR300: 4>
T200 = <product_line.T200: 16>
TRACKING = <product_line.T200: 16>
any = <product_line.any: 255>
any_intel = <product_line.any_intel: 254>
property name
non_intel = <product_line.non_intel: 1>
sw_only = <product_line.sw_only: 256>
property value