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.
私は GPUImage を使用しており、ビデオ フィード [GPUImageVideoCamera] からいくつかのフレームを抽出し、ボタンがクリックされたときに確認するために画像として保存したいと考えています。
これを行う最善の方法は何ですか?
これは、使用しているフィルターから現在のフレームを取得する方法です。
UIImage *currentVideoFrame = [フィルター imageFromCurrentlyProcessedOutput];