| 292 | virtual void setColorSemiAutoExposure(float pseudo_exposure_time_ms) {} |
| 293 | virtual void setColorManualExposure(float integration_time_ms, float analog_gain) {} |
| 294 | virtual void setColorSetting(ColorSettingCommandType cmd, uint32_t value) {} |
| 295 | virtual void setColorSetting(ColorSettingCommandType cmd, float value) {} |
| 296 | virtual uint32_t getColorSetting(ColorSettingCommandType cmd) { return 0u; } |
| 297 | virtual float getColorSettingFloat(ColorSettingCommandType cmd) { return 0.0f; } |
nothing calls this directly
no outgoing calls
no test coverage detected