Jump to content

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

Line 9: Line 9:
=== Camera Capture ===
=== Camera Capture ===


This subsystem is responsible for managing the entities in charge of receiving the information data. The input data can be a live streaming video or a video file. Due to the flexibility of the design, this module does not depend on a specific camera that captures the information, nor does it have a dependency on the transmission protocol used to deliver the data.
This subsystem is responsible for managing the entities in charge of receiving the information data. The input data can be a live streaming video or a video file. Due to the flexibility of the design, this module does not depend on a specific camera that captures the information, nor does it have a dependency on the transmission protocol used to deliver the data. Regardless of the custom module used, Camera Capture will manage the control flow of information by interacting with the entities called Medias. Each media abstracts through its interface, any specific implementation, and provides the basic control operations like create, start, stop, and delete.


=== AI Manager ===
=== AI Manager ===
583

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.