DeepStream Reference Designs/Project Architecture/High Level Design: Difference between revisions

Line 16: Line 16:


=== AI Manager ===
=== AI Manager ===
This module is in charge of receiving the information data coming from Camera Capture and executes the AI operations necessary to obtain useful information from the transmitted data.
This module is in charge of receiving the information data coming from Camera Capture and executes the AI operations necessary to obtain useful information from the transmitted data. Within its responsibilities, the AI manager interacts with entities called engines, which abstract specific implementations on how to perform AI video analysis to infer business rules, depending on the current context of the application. Each engine provides methods to manage the flow of processed information, through basic operations such as create, start, stop and delete.


=== Action Dispatcher ===
=== Action Dispatcher ===
583

edits