model_pipeline that define how data is processed. They are configured in the lens_config when registering or modifying a lens.
Types of Lens Processors
From the documentation, the following processors are available:| Processor Name | Purpose |
|---|---|
lens_camera_processor | Processes camera/video data for activity monitoring |
lens_timeseries_state_processor | Processes time-series sensor data for machine state classification |
lens_sensor_logs_processor | Processes sensor logs |
Configuration Example
processor_config can be skipped if it is empty (it will automatically be added by the backend).
Best Practices
- Always destroy sessions when done to free resources
- Use appropriate buffer sizes for your data type
- Match input data format to processor requirements