Searched defs:MultiCamPhysicalUpdate (Results 1 – 1 of 1) sorted by relevance
26 struct MultiCamPhysicalUpdate { struct27 uint32_t current_camera_id; // The physical camera id of the pipeline28 uint32_t logical_camera_id; // The logical camera id for the usecase29 uint32_t lead_camera_id; // The physical camera id of the lead pipeline30 bool sync_active; // Should synchronize the two sensors31 bool lpm_enabled; // Should shut off the inactive pipeline32 bool active; // Is this pipeline active.