File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lite/examples/posenet/ios/PoseNet/Camera Feed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import os
23
23
_ manager: CameraFeedManager , didOutput pixelBuffer: CVPixelBuffer
24
24
)
25
25
26
- /// This method informs that a session runtime error occured .
26
+ /// This method informs that a session runtime error occurred .
27
27
func cameraFeedManagerDidEncounterSessionRunTimeError( _ manager: CameraFeedManager )
28
28
29
29
/// This method informs that the session was interrupted.
@@ -34,7 +34,7 @@ import os
34
34
/// This method informs that the session interruption has ended.
35
35
func cameraFeedManagerDidEndSessionInterruption( _ manager: CameraFeedManager )
36
36
37
- /// This method informs that there was an error in video configurtion .
37
+ /// This method informs that there was an error in video configuration .
38
38
func presentVideoConfigurationErrorAlert( _ manager: CameraFeedManager )
39
39
40
40
/// This method informs that the camera permissions have been denied.
@@ -50,7 +50,7 @@ enum CameraConfiguration {
50
50
}
51
51
52
52
/// This class manages all camera related functionalities.
53
- // MARK: - Camera Related Functionalies Manager
53
+ // MARK: - Camera Related Functionality Manager
54
54
class CameraFeedManager : NSObject {
55
55
// MARK: Camera Related Instance Variables
56
56
private let session : AVCaptureSession = AVCaptureSession ( )
You can’t perform that action at this time.
0 commit comments