piemonte / PBJVision

📸 iOS Media Capture – features touch-to-record video, slow motion, and photography
MIT License
1.93k stars 324 forks source link

Adds support for AVCapturePhotoOutput in iOS 10+ #333

Closed AdamPro13 closed 7 years ago

AdamPro13 commented 7 years ago

It's worth noting that highResolutionCaptureEnabled must be enabled before the AVCaptureSession startRunning method is called, which is why I enabled this immediately after init rather than exposing this property as a BOOL in PBJVision.h.

piemonte commented 7 years ago

great changes, thanks @AdamPro13 ✌️

piemonte commented 7 years ago

@AdamPro13 incase you're interested, i pulled together a Swift camera library too:

http://github.com/nextlevel/nextlevel

AdamPro13 commented 7 years ago

@piemonte thanks for the heads up, I probably should have just switched us over to NextLevel since we're a predominantly Swift app anyways. I'll try to do that next time I have a chance.