NvJpegEncoder.h 126 Bytes
#include <nvjpeg.h>

int saveJpeg(const char * filepath, unsigned char* d_srcBGR, int width, int height, cudaStream_t stream);