I have a C# app that captures 30fps of live video a 1080p camera. For internal processing purposes it is saving each captured frame as in-memory JPEG but this is taking a severe toll on the CPU.
Is there a known way to offload the JPEG saving to a Nvidia GPU?
I can take any solution including C++, P/Invoke as long as the performance is improved.