Variables | |
| colorized = colorizer.process(frames) | |
| colorizer = rs.colorizer() | |
| config = rs.config() | |
| frames = pipe.wait_for_frames() | |
| pc = rs.pointcloud() | |
| pipe = rs.pipeline() | |
| ply = rs.save_to_ply("1.ply") | |
| points = rs.points() | |
| export_ply_example.colorized = colorizer.process(frames) |
Definition at line 33 of file export_ply_example.py.
| export_ply_example.colorizer = rs.colorizer() |
Definition at line 28 of file export_ply_example.py.
| export_ply_example.config = rs.config() |
Definition at line 19 of file export_ply_example.py.
| export_ply_example.frames = pipe.wait_for_frames() |
Definition at line 32 of file export_ply_example.py.
| export_ply_example.pc = rs.pointcloud() |
Definition at line 13 of file export_ply_example.py.
| export_ply_example.pipe = rs.pipeline() |
Definition at line 18 of file export_ply_example.py.
| export_ply_example.ply = rs.save_to_ply("1.ply") |
Definition at line 36 of file export_ply_example.py.
| export_ply_example.points = rs.points() |
Definition at line 15 of file export_ply_example.py.