IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Configuration instance for a Monitor.
More...
Public Member Functions | |
def | __init__ (self, init_dict=None, key_list=None, new_allowed=True) |
Instantiate a monitor configuration node. More... | |
![]() | |
def | __setattr__ (self, name, value) |
def | dump (self, **kwargs) |
Static Public Member Functions | |
def | get_default_settings () |
Configuration instance for a Monitor.
Instantiating a monitor requires the perceiver and activity detector instances to be complete. Thus any other settings should be specific to how the perceiver will operate or what to do with the processed information.
Fields of the CfgMonitor include:
Field | Meaning |
---|---|
external | Is the perceiver already externally called? If so, then Monitor implementation avoids invoking Perceiver process routine during its own processing. |
display | Set to "basic" for simple display; "overlay" for pure |
image-based display. | | displayDebug | Set to "basic" for simple display; "overlay" for pure image-based display. |
def __init__ | ( | self, | |
init_dict = None , |
|||
key_list = None , |
|||
new_allowed = True |
|||
) |
Instantiate a monitor configuration node.
Reimplemented from AlgConfig.
|
static |