theta-client-react-native
Version:
This library provides a way to control RICOH THETA using.
18 lines • 670 B
TypeScript
/**
* White balance auto strength
*
* To set the strength of white balance auto for low color temperature scene.
* This option can be set for photo mode and video mode separately.
* Also this option will not be cleared by power-off.
*
* For RICOH THETA Z1 firmware v2.20.3 or later
*/
export declare const WhiteBalanceAutoStrengthEnum: {
/** ON */
readonly ON: "ON";
/** OFF */
readonly OFF: "OFF";
};
/** type definition of WhiteBalanceAutoStrengthEnum */
export type WhiteBalanceAutoStrengthEnum = (typeof WhiteBalanceAutoStrengthEnum)[keyof typeof WhiteBalanceAutoStrengthEnum];
//# sourceMappingURL=option-white-balance-auto-strength.d.ts.map