◆ __init__()
def __init__ |
( |
|
self, |
|
|
d435.D435_Configs |
d435_configs = d435.D435_Configs(exposure=100, gain=50) , |
|
|
|
ext = ".bag" |
|
) |
| |
The base d435 recorder.
The base recorder will create the d435 runner, store the depth scaling parameters,
and obtain the rgb image and the depth before scaling from the camera.
Children classes only need to :
1. Specify the file extension
2. overwrite what video writer to init
3. overwrite how to save out the rgb and depth information
Args:
d435_configs (d435.D435_Configs, optional): The D435 camera configurations. Defaults to d435.D435_Configs(exposure=100, gain=50).
ext (str): The file extension. Defaults to ".bag"
◆ check_duplicate()
def check_duplicate |
( |
|
self, |
|
|
|
save_file, |
|
|
|
exist_file |
|
) |
| |
◆ get_save_path_from_input()
def get_save_path_from_input |
( |
|
self | ) |
|
◆ init_vidWriter()
def init_vidWriter |
( |
|
self | ) |
|
◆ postprocess_save_path()
def postprocess_save_path |
( |
|
self, |
|
|
|
save_path |
|
) |
| |
Check for duplicates. If any, will append a number at the end of the file name
◆ run()
◆ save_frame()
def save_frame |
( |
|
self, |
|
|
|
rgb, |
|
|
|
depth_before_scale |
|
) |
| |
◆ d435_configs
◆ d435_starter
◆ depth_scale
◆ ext
◆ save_dir
◆ save_path
◆ vid_writer
The documentation for this class was generated from the following file: