IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Public Member Functions | Public Attributes | List of all members
D435RecBase Class Reference
Inheritance diagram for D435RecBase:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, d435.D435_Configs d435_configs=d435.D435_Configs(exposure=100, gain=50), ext=".bag")
 
def check_duplicate (self, save_file, exist_file)
 
def get_save_path_from_input (self)
 
def init_vidWriter (self)
 
def postprocess_save_path (self, save_path)
 
def run (self)
 
def save_frame (self, rgb, depth_before_scale)
 

Public Attributes

 d435_configs
 
 d435_starter
 
 depth_scale
 
 ext
 
 save_dir
 
 save_path
 
 vid_writer
 

Constructor & Destructor Documentation

◆ __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"

Member Function Documentation

◆ 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)

Reimplemented in D435RecRosbag.

◆ 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()

def run (   self)

◆ save_frame()

def save_frame (   self,
  rgb,
  depth_before_scale 
)

Reimplemented in D435RecRosbag.

Member Data Documentation

◆ d435_configs

d435_configs

◆ d435_starter

d435_starter

◆ depth_scale

depth_scale

◆ ext

ext

◆ save_dir

save_dir

◆ save_path

save_path

◆ vid_writer

vid_writer

The documentation for this class was generated from the following file: