AV決定が接続されていると仮定するこのコードがあります...
AVCaptureDeviceInput *device_input = [[AVCaptureDeviceInput alloc] initWithDevice :
[AVCaptureDevice devicesWithMediaType : AVMediaTypeVideo][0] error : nil];
このようなメッセージが表示されるように、そのコードを変更するにはどうすればよいですか...
if (No AV devices were detected)
NSLog(@"No AV devices were detected");
else
NSLog(@"The following devices were detected...");
ありがとう、レン。