Variables | |
| config = rs.config() | |
| int | coverage = [0]*64 |
| depth = frames.get_depth_frame() | |
| dist = depth.get_distance(x, y) | |
| frames = pipeline.wait_for_frames() | |
| string | line = "" |
| pipeline = rs.pipeline() | |
| python-tutorial-1-depth.config = rs.config() |
Definition at line 16 of file python-tutorial-1-depth.py.
| int python-tutorial-1-depth.coverage = [0]*64 |
Definition at line 30 of file python-tutorial-1-depth.py.
| python-tutorial-1-depth.depth = frames.get_depth_frame() |
Definition at line 26 of file python-tutorial-1-depth.py.
Definition at line 33 of file python-tutorial-1-depth.py.
| python-tutorial-1-depth.frames = pipeline.wait_for_frames() |
Definition at line 25 of file python-tutorial-1-depth.py.
| string python-tutorial-1-depth.line = "" |
Definition at line 38 of file python-tutorial-1-depth.py.
| python-tutorial-1-depth.pipeline = rs.pipeline() |
Definition at line 13 of file python-tutorial-1-depth.py.