GitXplorerGitXplorer
e

iOS-PhotoLightning

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
f939bc104b5a32c59536492ba939a5159743073c

Lightning Connected/Disconnected

eemilianoeloi committed 9 years ago
Unverified
80394fcf7f953c1c4258aaa297a2d9648d19b10f

README

eemilianoeloi committed 9 years ago
Unverified
16131f658bae66380925a89e1da4efeea6659a5a

Merge branch 'master' of https://github.com/emilianoeloi/iOS-PhotoLightning

eemilianoeloi committed 9 years ago
Unverified
709d3b12c7c3b629ac49a423bb31511033b04641

Inicial

eemilianoeloi committed 9 years ago
Unverified
89dc0aafa8d6c81101a31a5b41e8e1036d2b1abf

Initial commit

eemilianoeloi committed 9 years ago

README

The README file for this repository.

iOS Photo Lightning

"AVCam demonstrates how to use the AV Foundation capture APIs for recording movies and taking still images. There is a record button for recording movies, a camera button for switching between front and back cameras (on supported devices), and a still button for taking still images. It runs only on an actual device, either an iPad or iPhone, and cannot be run in the simulator." https://developer.apple.com/library/ios/samplecode/AVCam/Introduction/Intro.html#//apple_ref/doc/uid/DTS40010112

References

Build a Simple Camera App Using UIImagePickerController: http://www.appcoda.com/ios-programming-camera-iphone-app/ iOS how to detect if power cable is plugged: http://stackoverflow.com/questions/11345645/ios-how-to-detect-if-power-cable-is-plugged How To Secretly Take Photos On iPhone With Screen Turned Off: http://www.redmondpie.com/how-to-secretly-take-photos-on-iphone-with-screen-turned-off/ Camera Preview On A View Controller:http://www.ios-developer.net/iphone-ipad-programmer/development/camera/camera-preview-on-a-view-controller AVCam for iOS: https://developer.apple.com/library/ios/samplecode/AVCam/Introduction/Intro.html#//apple_ref/doc/uid/DTS40010112 iOS Still Image Capture Using AVCaptureSession: http://www.musicalgeometry.com/?p=1297 How to know when the device is charging? [closed]: http://stackoverflow.com/questions/13186203/how-to-know-when-the-device-is-charging