Easy custom camera

Easy custom camera

Source code introduction

This is a simple custom camera, LLsimpleCamera control can realize a snapchat-like camera screen, which can easily capture images, handle position and flash, and hide the details related to developers.
Source code running screenshot

Source code snippet

  1. - ( void )snapButtonPressed:(UIButton *)button {
  2. [self.camera capture];
  3. }
  4.   
  5. /* camera delegates */  
  6. - ( void )cameraViewController:(LLSimpleCamera *)cameraVC didCaptureImage:(UIImage *)image {
  7. // we should stop the camera, since we don't need it anymore. We will open a new vc.  
  8. [self.camera stop];
  9.       
  10. ImageViewController *imageVC = [[ImageViewController alloc] initWithImage:image];
  11. [self presentViewController:imageVC animated:NO completion:nil];
  12. }
  13.   
  14. - ( void )cameraViewController:(LLSimpleCamera *)cameraVC didChangeDevice:(AVCaptureDevice *)device {
  15. // device changed, check if flash is available  
  16. if (cameraVC.isFlashAvailable) {
  17. self.flashButton.hidden = NO;
  18. }
  19. else {
  20. self.flashButton.hidden = YES;
  21. }
  22.       
  23. self.flashButton.selected = NO;
  24. }

Source code link: http://download..com/data/1975253

<<:  Wandoujia opens up a new way to discover personalized content

>>:  GuessGame——Guessing Game

Recommend

Double 11 to grab traffic, Tencent’s information flow advertising guide!

The annual Double 11 promotion is approaching, an...

Apple turns off iOS 8.2 verification

[[133321]] This day has finally come. Apple offic...

iPhone 7 leaked again! The lens uses low-purity sapphire glass

Apple has claimed to use sapphire glass to protec...

Flu ≠ Cold! Here’s how you should deal with the often-ignored flu →

Recently, the topic of influenza has been trendin...

QQShare: How did an unknown app in China become a national app in India?

[[167125]] In China, not many people know Yan Fei...

Dr. Mo's seven comments on 2015: This year's technology industry is a bit dull

2015 is coming to an end in 7 days. What were the...

What are the methods and techniques for online promotion?

Internet promotion is to publicize and promote pr...

Double 11 is here! How do those bidding veterans operate their accounts?

" Double Eleven has begun, has your traffic ...