|
IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|


Public Member Functions | |
| def | __init__ (self, init_dict=None, key_list=None, new_allowed=True) |
Static Public Member Functions | |
| def | builtForReplay (rosFile=None) |
| def | get_default_settings () |
| Defines most basic, default settings for RealSense D435. More... | |
@brief Configuration setting specifier for the D435 camera. For detailed explanations and options, refer to official D435 documentation. @note Currently not using a CfgCamera super class. Probably best to do so.
| def __init__ | ( | self, | |
init_dict = None, |
|||
key_list = None, |
|||
new_allowed = True |
|||
| ) |
|
static |
|
static |
Defines most basic, default settings for RealSense D435.
| [out] | default_dict | Dictionary populated with minimal set of default settings. |