Service: Perception
This API is not yet officially released neither maintained. |
The perception service allows getting, configuring and receiving updates of the perception configurations. Perception configurations specify the algorithms used for e.g. for background subtraction etc.
Method | Request | Response |
---|---|---|
PerceptionWatchResponseStream |
||
Get
Set
Set the perception configuration
Request
Request for setting the perception configuration
Field | Type | Default | Unit |
---|---|---|---|
template_name |
string |
- |
- |
Use a template to set the configuration, templates are predefined perception configurations |
|||
perception |
- |
- |
|
Use the specified configuration |
Watch
ListTemplates
Return list of names for named templates
Response
Response containing perception configuration templates
Field | Type | Default | Unit |
---|---|---|---|
named_templates |
repeated NamedTemplatesEntry |
- |
- |
Mapping from a template name to the template itself. The template can be used to configure the perception algorithms for certain use-cases. |
ResetBackground
Resets the background of one, multiple or all devices
Request
Request to reset the background model of one, multiple or all devices
Field | Type | Default | Unit |
---|---|---|---|
fqdns |
repeated string |
- |
- |
If the list is empty, the background models of all data sources are reset. If the background models of only specific devices should be rebuilt, the 'fqdn' of the respective devices has to be mentioned in the 'fqdns' list. |