Variables | |
args = parser.parse_args() | |
colorizer = rs.colorizer() | |
config = rs.config() | |
depth_color_frame = colorizer.colorize(depth_frame) | |
depth_color_image = np.asanyarray(depth_color_frame.get_data()) | |
depth_frame = frames.get_depth_frame() | |
frames = pipeline.wait_for_frames() | |
help | |
key = cv2.waitKey(1) | |
parser | |
pipeline = rs.pipeline() | |
str | |
type | |
read_bag_example.args = parser.parse_args() |
Definition at line 23 of file read_bag_example.py.
read_bag_example.colorizer = rs.colorizer() |
Definition at line 55 of file read_bag_example.py.
read_bag_example.config = rs.config() |
Definition at line 39 of file read_bag_example.py.
read_bag_example.depth_color_frame = colorizer.colorize(depth_frame) |
Definition at line 66 of file read_bag_example.py.
read_bag_example.depth_color_image = np.asanyarray(depth_color_frame.get_data()) |
Definition at line 69 of file read_bag_example.py.
read_bag_example.depth_frame = frames.get_depth_frame() |
Definition at line 63 of file read_bag_example.py.
read_bag_example.frames = pipeline.wait_for_frames() |
Definition at line 60 of file read_bag_example.py.
read_bag_example.help |
Definition at line 21 of file read_bag_example.py.
read_bag_example.key = cv2.waitKey(1) |
Definition at line 73 of file read_bag_example.py.
read_bag_example.parser |
Definition at line 18 of file read_bag_example.py.
read_bag_example.pipeline = rs.pipeline() |
Definition at line 36 of file read_bag_example.py.
read_bag_example.str |
Definition at line 21 of file read_bag_example.py.
read_bag_example.type |
Definition at line 21 of file read_bag_example.py.