IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Configuration setting specifier for OpenCV2 camera interface. More...
Public Member Functions | |
def | __init__ (self, init_dict=None, key_list=None, new_allowed=True) |
Static Public Member Functions | |
def | builtForROSBag (rosFile=None, camTopic='/device_0/sensor_0/Color_0/imega/data') |
def | get_default_settings () |
Defines most basic, default settings for RealSense D435. More... | |
Configuration setting specifier for OpenCV2 camera interface.
For detailed explanations and options, refer to official OpenCV documentation.
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. |