Post

Replies

Boosts

Views

Activity

Capture Image Orientation
This is regarding image orientation when captured with the device rotation lock on.'self.photoOutput.connection(with: AVMediaType.video)?.videoOrientation = self.stillImageOrientationI have self.stillImageOrientation listening to status bar orientationUIApplication.shared.statusBarOrientationHowever, when the user activates device rotation lock and rotates the device, captured photos get saved in the wrong orientation.I expected this might solve the issue:UIDevice.current.orientationThat also stops changing after the device rotation lock.I noticed the native camera app still registers proper orientation even after the device rotation lock. Is there a way to achieve this?
0
0
875
Apr ’20
Burst Mode Using Bracketed Capture?
Eventhough some apps out there figured out how to do proper burst capture that is equal to stock iOS Camera App, there is no official API to do so.Currently I have it where it wil call capturePhoto over and over, which is not fast enough. I've seen some hints floating around that the proper way to do this is using bracketed capture any input on this?Thanks in advance.
1
1
3.2k
Oct ’17