IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Variables
scripts.d435_record Namespace Reference

Variables

 d435_configs
 
 d435_starter = d435.D435_Runner(d435_configs)
 
 dep
 
int H = 1080
 
 opKey = cv2.waitKey(1)
 
 ratio
 
 rgb
 
 success
 
 vid_writer
 
string vidname = "puzzle_play"
 
int W = 1920
 
 window_name
 

Variable Documentation

◆ d435_configs

d435_configs
Initial value:
1 = d435.D435_Configs(
2  W_dep=848,
3  H_dep=480,
4  W_color=W,
5  H_color=H,
6  exposure = 100,
7  gain = 50
8 )

◆ d435_starter

d435_starter = d435.D435_Runner(d435_configs)

◆ dep

dep

◆ H

int H = 1080

◆ opKey

opKey = cv2.waitKey(1)

◆ ratio

ratio

◆ rgb

rgb

◆ success

success

◆ vid_writer

vid_writer
Initial value:
1 = vidWriter(
2  dirname = "./",
3  vidname= vidname,
4  W = W,
5  H = H,
6  activate=True,
7  save_depth=True
8 )

◆ vidname

string vidname = "puzzle_play"

◆ W

int W = 1920

◆ window_name

window_name