問題タブ [cmsamplebuffer]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
swift - Vision がイベントを認識する前にカメラ出力を記録する
私のアプリは Vision を使用してイベントを認識し、CMSampleBuffer を使用して認識します。イベントの後、私はすでに AVWriter を使用してビデオを正常に記録しています。
ここで、モーション全体を記録して、イベントが発生する 1 ~ 2 秒前を記録したいと考えています。
をリングバッファーにプッシュしようとしCMSampleBuffer
ましたが、カメラのバッファーが不足します。
これらの 1 ~ 2 秒のビデオを、ディスクに書き込んでからビデオ ファイルの先頭に追加せずに継続的に保存するにはどうすればよいですか?
ありがとう!