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/api-reference/camera-enhancer/camera-enhancer.md
-41Lines changed: 0 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,6 @@ The main class of `DynamsoftCameraEnhancer`. It contains APIs that enable user t
69
69
| [`getFrameFromBuffer`](#getframefrombuffer) | Get the latest frame from the buffer. The boolean value determines whether the fetched frame will be removed from the buffer. |
70
70
| [`addListener`](#addlistener) | Add a listener to the camera enhancer instance. |
71
71
| [`removeListener`](#removelistener) | Remove a previously added listener from the camera enhancer instance. |
72
-
| [`takePhoto`](#takephoto) | Take a photo from the camera and save the image in the memory. |
73
72
74
73
## Enhanced Features Methods Summary
75
74
@@ -916,46 +915,6 @@ dce.removeListener(self)
916
915
917
916
918
917
919
-
### takePhoto
920
-
921
-
Take a photo from the camera and save the image in the memory. The photo will be captured and users can receive the captured photo via [`photoOutputCallback`](../auxiliary-api/protocol-dcephotolistener.md#photooutputcallback).
0 commit comments