I have raw frames in my host (CPU) and want to transfer these BayerG8 raw image on GPU and conversion into JPEG on GPU and after processed JPEG, want to write these JPEG image on my disc. Could anyone have suggestions?
there was a recent thread on this topic (debayer) but I can’t find it at the moment. Anyway NPP library has basic debayering functions, and nvjpeg may be used for JPEG compression
This one probably.
1 Like
Okay, Thanks!