Skip to content

Commit

Permalink
better info
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Dec 25, 2023
1 parent cbbbbcd commit 96f6d8b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions highgui/src/jpeg_decoder_cvi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ static int load_sys_library()

if (!whitelisted)
{
fprintf(stderr, "this device is not \n");
fprintf(stderr, "this device is not whitelisted for jpeg decoder cvi\n");
return -1;
}

Expand Down Expand Up @@ -623,7 +623,7 @@ static int load_vdec_library()

if (!whitelisted)
{
fprintf(stderr, "this device is not \n");
fprintf(stderr, "this device is not whitelisted for jpeg decoder cvi\n");
return -1;
}

Expand Down Expand Up @@ -912,7 +912,7 @@ static int load_vpu_library()

if (!whitelisted)
{
fprintf(stderr, "this device is not \n");
fprintf(stderr, "this device is not whitelisted for jpeg decoder cvi\n");
return -1;
}

Expand Down
2 changes: 1 addition & 1 deletion highgui/src/jpeg_encoder_rk_mpp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ static int load_rkmpp_library()

if (!whitelisted)
{
fprintf(stderr, "this device is not \n");
fprintf(stderr, "this device is not whitelisted for jpeg encoder rkmpp\n");
return -1;
}

Expand Down
4 changes: 2 additions & 2 deletions highgui/src/v4l2_capture_rk_aiq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ static int load_rkaiq_library()

if (!whitelisted)
{
fprintf(stderr, "this device is not \n");
fprintf(stderr, "this device is not whitelisted for v4l2 capture rkaiq\n");
return -1;
}

Expand Down Expand Up @@ -624,7 +624,7 @@ static int load_rga_library()

if (!whitelisted)
{
fprintf(stderr, "this device is not \n");
fprintf(stderr, "this device is not whitelisted for v4l2 capture rkaiq\n");
return -1;
}

Expand Down

0 comments on commit 96f6d8b

Please sign in to comment.