You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: programming/ios/primary-api/camera-enhancer.md
+17-8Lines changed: 17 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ class CameraEnhancer : ImageSourceAdapter
49
49
|[`outputEnhancedSettingsToFile`](#outputenhancedsettingstofile)| Output the enhanced settings to a JSON file. The enhanced settings contain auxiliary parameters of enhanced features. |
50
50
|[`resetEnhancedSettings`](#resetenhancedsettings)| Reset the enhanced settings to default value. |
51
51
|[`getCapabilities`](#getcapabilities)| Get the device capabilities including zoom factor, ISO, exposure time, etc. |
52
-
|[`getCameraState`](#getcamerastate)|Get the device capabilities including zoom factor, ISO, exposure time, etc. |
52
+
|[`getCameraState`](#getcamerastate)|Tells you whether the camera is open, opening, closing, or closed - each state being represented by a member of the [CameraState]({{ site.dce-enums }}camera-state.html?lang=objc,swift) enumeration. |
53
53
|[`setCameraStateListener`](#setcamerastatelistener)| Set a DSCameraStateListener to receive callback when the camera state changed. |
54
54
|[`enableEnhancedFeatures`](#enableenhancedfeatures)| Enable the specified enhanced features. View DSEnhancedFeatures for more details. |
55
55
|[`disableEnhancedFeatures`](#disableenhancedfeatures)| Disable the specified enhanced features. View DSEnhancedFeatures for more details. |
0 commit comments