Variables | |
| cfg = rs.config() | |
| data = pose.get_pose_data() | |
| frames = pipe.wait_for_frames() | |
| pipe = rs.pipeline() | |
| pose = frames.get_pose_frame() | |
| t265_example.cfg = rs.config() |
Definition at line 17 of file t265_example.py.
| t265_example.data = pose.get_pose_data() |
Definition at line 32 of file t265_example.py.
| t265_example.frames = pipe.wait_for_frames() |
Definition at line 26 of file t265_example.py.
| t265_example.pipe = rs.pipeline() |
Definition at line 14 of file t265_example.py.
| t265_example.pose = frames.get_pose_frame() |
Definition at line 29 of file t265_example.py.