Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

Image read/write kernels in VAD

Hye-Soo_A_Intel
Employee
474 Views

Hi,

I'm using VAD in Intel CV-SDK Beta R3.

I test the graph of Auto Contrast sample and it works well.

However, when I generate the code to my workspace, it displays nothing.

I thought that I have to try two kinds of things.

  1. Add some codes for read/write functions to the already generated code by myself
  2. Enable the kernel to use imread/imwrite function of OpenCV

I think the 2nd solution would be better for future. But it has failed.

I want to know the solution for this problem. 

If it's a feature that's added in later versions, though not now, please tell me exactly.

Thank you.

Best Regards,

Chloe

0 Kudos
1 Reply
Seunghyuk_P_Intel
474 Views

Hi Chloe,

Have you matched the input type for next stage (for rendering and color converting)?

By default, RGB24 is being used in this graph.

Could you share your code for better understanding?

Regards,

Peter.

0 Kudos
Reply