Skip to content

Commit

Permalink
Make the capture session public
Browse files Browse the repository at this point in the history
  • Loading branch information
gillygize committed Dec 19, 2016
1 parent fe4dfc4 commit 98b2754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Source/iOS/Camera.swift
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class Camera: NSObject, ImageSource, AVCaptureVideoDataOutputSampleBuffer

public let targets = TargetContainer()
public var delegate: CameraDelegate?
let captureSession:AVCaptureSession
public let captureSession:AVCaptureSession
let inputCamera:AVCaptureDevice!
let videoInput:AVCaptureDeviceInput!
let videoOutput:AVCaptureVideoDataOutput!
Expand Down

0 comments on commit 98b2754

Please sign in to comment.