Object-Based Data Flow
Object-Based Data Flow
One of the core programming models in Grid Studio is object-based data processing.
Objects and connections used for data processing are created and organized in the Project Tree.
This approach is commonly used for systems that process real-time data, such as camera tracking, sensor systems, or spatial data.
In this model, data flows between objects using data mappings.
Typical Object Data Flow
Objects receive data through Map Inputs, optionally process the data using Filters, and send the resulting values through Map Outputs to other objects.
This system is optimized for high update rates and real-time signal processing.
For example, a connection object may receive tracking data from an external system and pass it to a virtual camera object that uses the data to update its position in the scene.
Last updated