theta-client-react-native
Version:
This library provides a way to control RICOH THETA using.
382 lines (364 loc) • 10.1 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.WhiteBalanceEnum = exports.OptionNameEnum = exports.LanguageEnum = exports.IsoEnum = exports.IsoAutoHighLimitEnum = exports.ExposureProgramEnum = exports.ExposureDelayEnum = exports.BluetoothPowerEnum = void 0;
/** BluetoothPower value. */
const BluetoothPowerEnum = exports.BluetoothPowerEnum = {
/** ON */
ON: 'ON',
/** OFF */
OFF: 'OFF'
};
/** type definition of BluetoothPowerEnum */
/** Operating time (sec.) of the self-timer. */
const ExposureDelayEnum = exports.ExposureDelayEnum = {
/** Disable self-timer. */
DELAY_OFF: 'DELAY_OFF',
/** a second */
DELAY_1: 'DELAY_1',
/** 2 seconds */
DELAY_2: 'DELAY_2',
/** 3 seconds */
DELAY_3: 'DELAY_3',
/** 4 seconds */
DELAY_4: 'DELAY_4',
/** 5 seconds */
DELAY_5: 'DELAY_5',
/** 6 seconds */
DELAY_6: 'DELAY_6',
/** 7 seconds */
DELAY_7: 'DELAY_7',
/** 8 seconds */
DELAY_8: 'DELAY_8',
/** 9 seconds */
DELAY_9: 'DELAY_9',
/** 10 seconds */
DELAY_10: 'DELAY_10'
};
/** type definition of ExposureDelayEnum */
/** Exposure program. The exposure settings that take priority can be selected. */
const ExposureProgramEnum = exports.ExposureProgramEnum = {
/** Manual program */
MANUAL: 'MANUAL',
/** Normal program */
NORMAL_PROGRAM: 'NORMAL_PROGRAM',
/** Aperture priority program */
APERTURE_PRIORITY: 'APERTURE_PRIORITY',
/** Shutter priority program */
SHUTTER_PRIORITY: 'SHUTTER_PRIORITY',
/** ISO priority program */
ISO_PRIORITY: 'ISO_PRIORITY'
};
/** type definition of ExposureProgramEnum */
/** GPS information */
/** ISO sensitivity. */
const IsoEnum = exports.IsoEnum = {
/** AUTO (0) */
ISO_AUTO: 'ISO_AUTO',
/** 50 */
ISO_50: 'ISO_50',
/** 64 */
ISO_64: 'ISO_64',
/** 80 */
ISO_80: 'ISO_80',
/** 100 */
ISO_100: 'ISO_100',
/** 125 */
ISO_125: 'ISO_125',
/** 160 */
ISO_160: 'ISO_160',
/** 200 */
ISO_200: 'ISO_200',
/** 250 */
ISO_250: 'ISO_250',
/** 320 */
ISO_320: 'ISO_320',
/** 400 */
ISO_400: 'ISO_400',
/** 500 */
ISO_500: 'ISO_500',
/** 640 */
ISO_640: 'ISO_640',
/** 800 */
ISO_800: 'ISO_800',
/** 1000 */
ISO_1000: 'ISO_1000',
/** 1250 */
ISO_1250: 'ISO_1250',
/** 1600 */
ISO_1600: 'ISO_1600',
/** 2000 */
ISO_2000: 'ISO_2000',
/** 2500 */
ISO_2500: 'ISO_2500',
/** 3200 */
ISO_3200: 'ISO_3200',
/** 4000 */
ISO_4000: 'ISO_4000',
/** 5000 */
ISO_5000: 'ISO_5000',
/** 6400 */
ISO_6400: 'ISO_6400'
};
/** type definition IsoEnum */
/** ISO sensitivity upper limit when ISO sensitivity is set to automatic. */
const IsoAutoHighLimitEnum = exports.IsoAutoHighLimitEnum = {
/** 100 */
ISO_100: 'ISO_100',
/** 125 */
ISO_125: 'ISO_125',
/** 160 */
ISO_160: 'ISO_160',
/** 200 */
ISO_200: 'ISO_200',
/** 250 */
ISO_250: 'ISO_250',
/** 320 */
ISO_320: 'ISO_320',
/** 400 */
ISO_400: 'ISO_400',
/** 500 */
ISO_500: 'ISO_500',
/** 640 */
ISO_640: 'ISO_640',
/** 800 */
ISO_800: 'ISO_800',
/** 1000 */
ISO_1000: 'ISO_1000',
/** 1250 */
ISO_1250: 'ISO_1250',
/** 1600 */
ISO_1600: 'ISO_1600',
/** 2000 */
ISO_2000: 'ISO_2000',
/** 2500 */
ISO_2500: 'ISO_2500',
/** 3200 */
ISO_3200: 'ISO_3200',
/** 4000 */
ISO_4000: 'ISO_4000',
/** 5000 */
ISO_5000: 'ISO_5000',
/** 6400 */
ISO_6400: 'ISO_6400'
};
/** type definition of IsoAutoHighLimitEnum */
/** language */
const LanguageEnum = exports.LanguageEnum = {
/** german */
DE: 'DE',
/** british english */
EN_GB: 'EN_GB',
/** us english */
EN_US: 'EN_US',
/** french */
FR: 'FR',
/** italian */
IT: 'IT',
/** japanese */
JA: 'JA',
/** korean */
KO: 'KO',
/** chinese */
ZH_CN: 'ZH_CH',
/** taiwan chinese */
ZH_TW: 'ZH_TW'
};
/** type definition of LanguageEnum */
/** White balance. */
const WhiteBalanceEnum = exports.WhiteBalanceEnum = {
/** Automatic */
AUTO: 'AUTO',
/** Outdoor */
DAYLIGHT: 'DAYLIGHT',
/** Shade */
SHADE: 'SHADE',
/** Cloudy */
CLOUDY_DAYLIGHT: 'CLOUDY_DAYLIGHT',
/** Incandescent light 1 */
INCANDESCENT: 'INCANDESCENT',
/** Incandescent light 2 */
WARM_WHITE_FLUORESCENT: 'WARM_WHITE_FLUORESCENT',
/** Fluorescent light 1 (daylight) */
DAYLIGHT_FLUORESCENT: 'DAYLIGHT_FLUORESCENT',
/** Fluorescent light 2 (natural white) */
DAYWHITE_FLUORESCENT: 'DAYWHITE_FLUORESCENT',
/** Fluorescent light 3 (white) */
FLUORESCENT: 'FLUORESCENT',
/** Fluorescent light 4 (light bulb color) */
BULB_FLUORESCENT: 'BULB_FLUORESCENT',
/** CT settings (specified by the _colorTemperature option) */
COLOR_TEMPERATURE: 'COLOR_TEMPERATURE',
/** Underwater */
UNDERWATER: 'UNDERWATER'
};
/** type definition of WhiteBalanceEnum */
/** Camera setting options name. */
const OptionNameEnum = exports.OptionNameEnum = {
/** _accessInfo */
AccessInfo: 'AccessInfo',
/** _aiAutoThumbnail */
AiAutoThumbnail: 'AiAutoThumbnail',
/** _aiAutoThumbnailSupport */
AiAutoThumbnailSupport: 'AiAutoThumbnailSupport',
/** aperture */
Aperture: 'Aperture',
/** apertureSupport */
ApertureSupport: 'ApertureSupport',
/** autoBracket */
AutoBracket: 'AutoBracket',
/** _bitrate*/
Bitrate: 'Bitrate',
/** _bluetoothPower*/
BluetoothPower: 'BluetoothPower',
/** _bluetoothRole*/
BluetoothRole: 'BluetoothRole',
/** _burstMode*/
BurstMode: 'BurstMode',
/** _burstOption*/
BurstOption: 'BurstOption',
/** _cameraControlSource */
CameraControlSource: 'CameraControlSource',
/** _cameraControlSourceSupport */
CameraControlSourceSupport: 'CameraControlSourceSupport',
/** _cameraLock */
CameraLock: 'CameraLock',
/** _cameraLockConfig */
CameraLockConfig: 'CameraLockConfig',
/** cameraMode */
CameraMode: 'CameraMode',
/** cameraPower */
CameraPower: 'CameraPower',
/** _cameraPowerSupport */
CameraPowerSupport: 'CameraPowerSupport',
/** captureInterval */
CaptureInterval: 'CaptureInterval',
/** captureMode */
CaptureMode: 'CaptureMode',
/** captureNumber */
CaptureNumber: 'CaptureNumber',
/** colorTemperature */
ColorTemperature: 'ColorTemperature',
/** _colorTemperatureSupport */
ColorTemperatureSupport: 'ColorTemperatureSupport',
/** _compassDirectionRef */
CompassDirectionRef: 'CompassDirectionRef',
/** _compositeShootingOutputInterval */
CompositeShootingOutputInterval: 'CompositeShootingOutputInterval',
/** _compositeShootingOutputIntervalSupport */
CompositeShootingOutputIntervalSupport: 'CompositeShootingOutputIntervalSupport',
/** _compositeShootingTime */
CompositeShootingTime: 'CompositeShootingTime',
/** _compositeShootingTimeSupport */
CompositeShootingTimeSupport: 'CompositeShootingTimeSupport',
/** continuousNumber */
ContinuousNumber: 'ContinuousNumber',
/** dateTimeZone */
DateTimeZone: 'DateTimeZone',
/** ethernetConfig */
EthernetConfig: 'EthernetConfig',
/** exposureCompensation */
ExposureCompensation: 'ExposureCompensation',
/** exposureDelay */
ExposureDelay: 'ExposureDelay',
/** exposureDelaySupport */
ExposureDelaySupport: 'ExposureDelaySupport',
/** exposureProgram */
ExposureProgram: 'ExposureProgram',
/** _faceDetect */
FaceDetect: 'FaceDetect',
/** fileFormat */
FileFormat: 'FileFormat',
/** filter */
Filter: 'Filter',
/** _function */
Function: 'Function',
/** _gain */
Gain: 'Gain',
/** gpsInfo */
GpsInfo: 'GpsInfo',
/** _gpsTagRecordingSupport */
GpsTagRecordingSupport: 'GpsTagRecordingSupport',
/** imageStitching */
ImageStitching: 'ImageStitching',
/** isGpsOn */
IsGpsOn: 'IsGpsOn',
/** iso */
Iso: 'Iso',
/** isoAutoHighLimit */
IsoAutoHighLimit: 'IsoAutoHighLimit',
/** language */
Language: 'Language',
/** _latestEnabledExposureDelayTime */
LatestEnabledExposureDelayTime: 'LatestEnabledExposureDelayTime',
/** maxRecordableTime */
MaxRecordableTime: 'MaxRecordableTime',
/** microphoneNoiseReduction */
MicrophoneNoiseReduction: 'MicrophoneNoiseReduction',
/** _mobileNetworkSetting */
MobileNetworkSetting: 'MobileNetworkSetting',
/** networkType */
NetworkType: 'NetworkType',
/** offDelay */
OffDelay: 'OffDelay',
/** _offDelayUSB */
OffDelayUsb: 'OffDelayUsb',
/** password */
Password: 'Password',
/** powerSaving */
PowerSaving: 'PowerSaving',
/** preset */
Preset: 'Preset',
/** previewFormat */
PreviewFormat: 'PreviewFormat',
/** proxy */
Proxy: 'Proxy',
/** shootingMethod */
ShootingMethod: 'ShootingMethod',
/** shutterSpeed */
ShutterSpeed: 'ShutterSpeed',
/** sleepDelay */
SleepDelay: 'SleepDelay',
/** remainingPictures */
RemainingPictures: 'RemainingPictures',
/** remainingVideoSeconds */
RemainingVideoSeconds: 'RemainingVideoSeconds',
/** remainingSpace */
RemainingSpace: 'RemainingSpace',
/** timeShift */
TimeShift: 'TimeShift',
/** topBottomCorrection */
TopBottomCorrection: 'TopBottomCorrection',
/** topBottomCorrectionRotation */
TopBottomCorrectionRotation: 'TopBottomCorrectionRotation',
/** topBottomCorrectionRotationSupport */
TopBottomCorrectionRotationSupport: 'TopBottomCorrectionRotationSupport',
/** totalSpace */
TotalSpace: 'TotalSpace',
/** shutterVolume */
ShutterVolume: 'ShutterVolume',
/** _usbConnection */
UsbConnection: 'UsbConnection',
/** username */
Username: 'Username',
/** videoStitching */
VideoStitching: 'VideoStitching',
/** _visibilityReduction */
VisibilityReduction: 'VisibilityReduction',
/** whiteBalance */
WhiteBalance: 'WhiteBalance',
/** _whiteBalanceAutoStrength */
WhiteBalanceAutoStrength: 'WhiteBalanceAutoStrength',
/** _wlanAntennaConfig */
WlanAntennaConfig: 'WlanAntennaConfig',
/** _wlanFrequency */
WlanFrequency: 'WlanFrequency',
/** _wlanFrequencySupport */
WlanFrequencySupport: 'WlanFrequencySupport',
/** _wlanFrequencyCLmode */
WlanFrequencyClMode: 'WlanFrequencyClMode'
};
/** type definition of OptionNameEnum */
/** camera setting options */
//# sourceMappingURL=options.js.map