You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I create Encode handle and state and Encode params. I set Encoding Algorithm by function nvjpegEncoderParamsSetEncoding(params_.encoder_params,encoding,params_.stream); the encoding content is NVJPEG_ENCODING_PROGRESSIVE_DCT_HUFFMAN. I get a function parameter error #2. when i select NVJPEG_ENCODING_BASELINE_DCT It is Ok. have anyone can tell me why? how can i solve this problem.
The content you are editing has changed. Please copy your edits and refresh the page.
hi, would it be possible for you to share a self contained reproducer code along with the cuda toolkit and driver versions being used? This will help us triage this further
I create Encode handle and state and Encode params. I set Encoding Algorithm by function
nvjpegEncoderParamsSetEncoding(params_.encoder_params,encoding,params_.stream);
the encoding content isNVJPEG_ENCODING_PROGRESSIVE_DCT_HUFFMAN
. I get a function parameter error #2. when i selectNVJPEG_ENCODING_BASELINE_DCT
It is Ok. have anyone can tell me why? how can i solve this problem.Tasks
The text was updated successfully, but these errors were encountered: