# import <UIKit/UIKit.h> # import <AVFoundation/AVFoundation.h> @interface ViewController : UIViewController<AVCaptureVideoDataOutputSampleBufferDelegate> @property (nonatomic, strong) AVCaptureSession* session; @property (nonatomic, strong) IBOutlet UIImageView* imageView; @end - (void)viewDidLoad { [super viewDidLoad]; //ããã¤ã¹åå¾ AVCaptureDevice* device = [AVCaptureDevice defaultDeviceWithMediaTyp


{{#tags}}- {{label}}
{{/tags}}