Skip to content
This repository was archived by the owner on Jan 12, 2019. It is now read-only.

Commit

Permalink
Merge pull request #63 from wisolith/master
Browse files Browse the repository at this point in the history
Update CardIOVideoStream's previewLayer to CALayer
  • Loading branch information
bluk committed Apr 27, 2016
2 parents 6492d8e + 3baadd4 commit fabc925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/CardIOVideoStream.mm
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ @interface CardIOVideoStream ()
@property(nonatomic, assign, readwrite) BOOL wasRunningBeforeBeingBackgrounded;
@property(nonatomic, assign, readwrite) BOOL didEndGeneratingDeviceOrientationNotifications;
@property(assign, readwrite) UIInterfaceOrientation interfaceOrientation; // intentionally atomic -- video frames are processed on a different thread
@property(nonatomic, strong, readwrite) AVCaptureVideoPreviewLayer *previewLayer;
@property(nonatomic, strong, readwrite) CALayer *previewLayer;
@property(nonatomic, strong, readwrite) AVCaptureSession *captureSession;
@property(nonatomic, strong, readwrite) AVCaptureDevice *camera;
@property(nonatomic, strong, readwrite) AVCaptureDeviceInput *cameraInput;
Expand Down

0 comments on commit fabc925

Please sign in to comment.