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

Configuration setting specifier for OpenCV2 camera interface. More...

Inheritance diagram for CfgColor:
Inheritance graph
[legend]
Collaboration diagram for CfgColor:
Collaboration graph
[legend]

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...
 

Detailed Description

Configuration setting specifier for OpenCV2 camera interface.

For detailed explanations and options, refer to official OpenCV documentation.

Note
Currently not using a CfgCamera super class. Probably best to do so.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  init_dict = None,
  key_list = None,
  new_allowed = True 
)

Member Function Documentation

◆ builtForROSBag()

def builtForROSBag (   rosFile = None,
  camTopic = '/device_0/sensor_0/Color_0/imega/data' 
)
static

◆ get_default_settings()

def get_default_settings ( )
static

Defines most basic, default settings for RealSense D435.

Parameters
[out]default_dictDictionary populated with minimal set of default settings.

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