Commit graph

71 commits

Author SHA1 Message Date
gazz
addff327d6 Merge branch 'autoflash' into swifty_master
# Conflicts:
#	DemoSwiftyCam/DemoSwiftyCam.xcodeproj/project.pbxproj
#	DemoSwiftyCam/DemoSwiftyCam/ViewController.swift
2018-12-06 11:30:51 +01:00
Deniz Adalar
c55732d9e8 Expose outputFolder as a variable 2018-12-01 18:22:22 +00:00
Deniz Adalar
582efb4b5a Fix a bug where didFinishRecordingVideo delegate method wasn't being called if stopVideoRecording gets called before the actual recording starts 2018-12-01 18:21:28 +00:00
Peter Marathas
a672cd3da4 sync w/ upstream 2018-11-23 13:45:25 -05:00
Jon Andersen
88779afb79
Merge pull request #190 from Awalz/Swift4.2
Swift 4.2 to master
2018-11-21 10:29:16 -05:00
Jon Andersen
5c5931e869 Migrate swift from 4.0 to 4.2 2018-11-18 20:40:56 -05:00
Michael Prummer
c88e8f3d03 Fixed optional checking for audio and video device (e.g. prevent crashing on the simulator) 2018-05-03 10:43:39 +02:00
gazz
8fd983de19 Merge branch 'master' into feature/swift4-auto-flash
# Conflicts:
#	DemoSwiftyCam/DemoSwiftyCam.xcodeproj/project.pbxproj
#	DemoSwiftyCam/DemoSwiftyCam/ViewController.swift
#	Source/SwiftyCamViewController.swift
2018-04-12 12:40:41 +02:00
Andrea Maschio
52d8b1151c support for auto mode in flash 2018-04-11 19:43:14 +02:00
Khaled AlSaadi
b0d6fd2ca4
Update SwiftyCamViewController.swift
adding previewLayer.center = view.center will enable full screen camera on iphone x
2018-04-09 21:38:26 +03:00
Vincent Castro
afd121afa2 Fix for switching camera from front to back and back to front with addition for iOS 10 2017-10-28 19:56:51 -08:00
Jon Andersen
995071a574 Format code 2017-09-07 17:23:26 -04:00
Jon Andersen
a95a04a475 Use core motion to calculate orientation 2017-09-07 17:21:15 -04:00
Jon Andersen
0c4b65f8aa Remove protocol for orientation mode 2017-09-07 17:10:01 -04:00
Jon Andersen
a9746bf861 Ensure preview layer is accessed on main thread 2017-09-07 17:06:21 -04:00
Jon Andersen
04faa034e3 Move orientation logic to separate class 2017-09-07 17:00:18 -04:00
Andrew Walz
c98cf8256d Fixed issue with audio going over bluetooth 2017-09-06 13:43:57 -06:00
Andrew Walz
6b8d19620c Fixed issue with Bluetooth audio being forced onto device 2017-09-06 13:24:22 -06:00
Andrew Walz
d837d4d71e Added optional delegate methods for running session and added enabled property to SwiftyCamButton 2017-09-06 12:33:59 -06:00
Andrew Walz
ad38933dca Added delegate to prompt to app settings 2017-08-30 21:41:03 -06:00
Andrew Walz
85d9bc917c Added delegate for failed configuration 2017-08-30 21:17:54 -06:00
Andrew Walz
2f4784ae39 Added check for start recording video 2017-08-30 20:59:38 -06:00
Andrew Walz
a7474d5bcc Hopefully fixing camera issue 2017-08-30 20:56:34 -06:00
Andrew Walz
a3a8c6e3c1 Continued work of phone call interruptions 2017-08-25 15:53:16 -06:00
Andrew Walz
a98f190828 Added new delegate function 2017-08-25 15:36:27 -06:00
Andrew Walz
fa6e301806 Updating project 2017-08-25 14:49:38 -06:00
Peter Marathas
f041dd7af0 Fixed a bug where moving your finger while recording a video would crash the app 2017-07-07 12:25:02 -04:00
Jack Chen
6b41e540dd Fixed Video Crashing Issue 2017-07-07 07:52:03 -04:00
Andrew Walz
9b8e7fd951 Finished Changelog 2017-05-29 22:05:43 -06:00
Andrew Walz
8af20d6a0d Documentation 2017-05-29 21:36:02 -06:00
Andrew Walz
b2d4913d98 Added public pinch and pan gestures 2017-05-29 21:33:31 -06:00
Andrew Walz
5fcc21edf9 Added support for no audio video recording 2017-05-29 21:21:39 -06:00
Andrew Walz
65c26e35a9 Added documentation{ 2017-05-29 21:15:55 -06:00
Andrew Walz
62eef1dce0 Added support for video gravity 2017-05-29 21:11:01 -06:00
Andrew Walz
151bed4623 Added support for device auto rotation 2017-05-29 20:55:59 -06:00
Andrew Walz
fa9e75fe46 Added support for autorotate 2017-05-29 20:53:26 -06:00
Andrew Walz
b90a09d590 Commit after merge 2017-05-29 20:48:06 -06:00
ryandailey100
814a659d93 Fixed retain cycle bug with delegates
- Added weak reference to delegates
2017-05-25 13:43:46 -04:00
Andrew Walz
f760434cf8 Fixed potential bounds issue for PreviewLayer 2017-04-26 17:38:06 -06:00
Andrew Walz
042428a4b7 Added swipe to zoom 2017-04-26 11:35:03 -06:00
Andrew Walz
e884300f85 Tip keyboard now works 2017-04-24 14:36:51 -06:00
Andrew Walz
ab94441095 Adding check for running session before switching camera 2017-04-24 13:14:52 -06:00
Pavel Minárik
82662a4771 Added preview layer frame maintenance 2017-04-06 15:55:18 +02:00
Pavel Minárik
5caeaa73fb Added support for capture in landscape orientation 2017-04-06 14:48:47 +02:00
Andrew Walz
a08abd9baa Updated README 2017-03-23 09:48:20 -06:00
Andrew Walz
e1da22fdec Adding merge for device orientation 2017-03-23 09:39:11 -06:00
Andrew Walz
553ac50865 Added fix image orientation 2017-03-02 09:35:33 -07:00
Oleg Ivanov
ec33ad5a84 - added the capability to set the maximum zoom scale using the public variable 'maxZoomScale'
- added the possibility to chose, using the public variable 'shouldUseDeviceOrientation', wether the captured media orientation should be inherited by the device or not
2017-02-25 22:28:08 +01:00
Andrew Walz
67ff337423 Added default camera functionality' 2017-01-15 17:12:21 -07:00
Andrew Walz
da8f7ba858 Fixed issue with front flash not turning on in time 2017-01-13 17:05:51 -07:00