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.
RTSP ビデオ ストリームを BMP 画像に変換してから、顔検出アプリケーションに渡す必要があります。ffmpegツールを使用して同じことを行うことは可能ですか? そうでない場合は、誰かが私を適切なツール/同じことを行うカスタムコードに案内できます。
前もって感謝します!!
image2マルチプレクサを使用できます。
ffmpeg.exe -i <rtsp stream> -f image2 'img-%03d.bmp'