Event Types and Event Data
Every event consists of two fields:- type: a string to identify the event type
- event_data: a dictonary containing dedicated data for the corresponding type
Event Types
Common event types are as follows.Session Events
Session Events allow a developer to query and control the state of an active lens session.
Data Events
Data Events allow a developer to specify and package multimodal sensor data sent in/out of a lens.
Input Stream Events
Input Stream Events allow a developer to connect or disconnect specific input streams to/from a lens.
Output Stream Events
Output Stream Events allow a developer to connect or disconnect specific output streams to/from a lens.