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.
1080p カメラで 30fps のライブ ビデオをキャプチャする C# アプリがあります。内部処理の目的で、キャプチャした各フレームをメモリ内 JPEG として保存していますが、これは CPU に深刻な負担をかけています。
JPEG 保存を Nvidia GPU にオフロードする既知の方法はありますか?
パフォーマンスが向上する限り、C++、P/Invoke を含む任意のソリューションを使用できます。