IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Static Public Attributes | List of all members
Config_D435 Class Reference

Simple configuration structure for the D435 camera. More...

Static Public Attributes

 int
 
 str
 

Detailed Description

Simple configuration structure for the D435 camera.

Has the most basic elements, which are the resolutions for the cameras and an optional configuration JSON file to load that contains the richer set of parameters.

NOTE: Supposedly the default depth resolution of 848x480 is optimal for the d435 camera. See notes

Parameters
[in]W_depth(int). Width of depth image. (Optional: Defaults to 848)
[in]H_depth(int). Height of depth image. (Optional: Defaults to 480)
[in]W_color(int). Width of color image. (Optional: Defaults to 1920)
[in]H_color(int). Height of color image. (Optional: Defaults to 1080)
[in]cfgfile(str). Configuration file location (Camera unchanged if empty).

Member Data Documentation

◆ int

int
static

◆ str

str
static

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