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
Describe the bug
my code are follow:
// ######################### begin #########################
int main(int argc, char** argv) {
cudaStream_t stream;
cudaStreamCreate(&stream);
}
// ########################## end ############################
// ######################description####################
the function: cvtOp(stream, inTensor, bgrTensor, NVCV_COLOR_BayerRG2BGR);
throw an error:
//############ terrminal output ###################
ERROR: Invalid convert color code: 48
terminate called after throwing an instance of 'nvcv::Exception'
what(): NVCV_ERROR_INVALID_ARGUMENT: :0 (INVALID_PARAMETER)
//############ terrminal output ###################
when i change NVCV_COLOR_BayerRG2BGR to NVCV_COLOR_GRAY2BGR, the error disppear
I'm desperate for a solution,very thankful。
The text was updated successfully, but these errors were encountered:
Strinkin
added
the
bug
Something isn't working as expected (software, install, documentation)
label
Oct 18, 2024
Describe the bug
my code are follow:
// ######################### begin #########################
int main(int argc, char** argv) {
cudaStream_t stream;
cudaStreamCreate(&stream);
}
// ########################## end ############################
// ######################description####################
the function: cvtOp(stream, inTensor, bgrTensor, NVCV_COLOR_BayerRG2BGR);
throw an error:
//############ terrminal output ###################
ERROR: Invalid convert color code: 48
terminate called after throwing an instance of 'nvcv::Exception'
what(): NVCV_ERROR_INVALID_ARGUMENT: :0 (INVALID_PARAMETER)
//############ terrminal output ###################
when i change NVCV_COLOR_BayerRG2BGR to NVCV_COLOR_GRAY2BGR, the error disppear
I'm desperate for a solution,very thankful。
The text was updated successfully, but these errors were encountered: