|
Gocator API
|
| kStatus GoAdvanced_SetIntensityCompatibilityMode | ( | GoAdvanced | advanced, |
| kBool | state | ||
| ) |
Enables or disables intensity compatibility feature between G3 hardware revisions.
Setting the compatibility mode to kTRUE makes the newer hardware projector intensity compatibile with the older hardware projector intensity. Setting the mode to kFALSE turns this off and allows the newer hardware projector to operate at full intensity.
This API is only meaningful if GoAdvanced_IntensityCompatibilityModeEnabled() return kTRUE.
| advanced | GoAdvanced object. |
| state | Set to kTRUE to enable projector intensity compatibility. Set to kFALSE to disable it. |