Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
カメラのビューをライブで分析する方法を探しています。iPhoneは、明るさの突然の変化を認識して対応する必要があります。どうすればいいですか?
iOS4では、AVCaptureVideoDataOutputを介して生のビデオフレームにアクセスできます。
ビデオフレームを取得したら、その明るさを分析し、それに応じて反応することができます。
AVCamサンプルを探します。