0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

IPhoneでカメラを使ったアプリの基本(swift)

Posted at

UIImagePickerController

→実装がすごい簡単
できることは少ない

AVCaptureStillImageOutput

→iOS10でdeprecated

AVCapturePhotoOutput

→iOS10以降
・API Reference - AVCapturePhotoOutput
・LivePhotoなどの撮影が可能
・UIImagePickerControllerと比べると実装が複雑

AVCaptureVideoDataOutput

→iOS4以降
動画撮影を行う

0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?