This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Ipipe resizer problem

Hello everyone,

I am trying to do ipiping RAW2YUV and getting RGB output. This is how I configured IPIPE for RGB output. Therefore I modified ipipe_config.c from the dvsdk demos and added the following:

params.rsz2rgb[0].rsz_rgb_en = 0;
params.rsz2rgb[0].rsz_rgb_typ = 1;
params.rsz2rgb[0].rsz_rgb_msk0 = 0;
params.rsz2rgb[0].rsz_rgb_msk1 = 0;

After that the image looks like zoomed in and the color is quite strange. Without that I get a good looking picture but without color. (YUV).

Do you know what I am doing wrong?

Thanks for your answers.

Martin