MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / setColorSetting

Method setColorSetting

src/libfreenect2.cpp:294–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected