Re: Re: Is there anyone use the ipipeif resizer on the dm355?

2008-11-13 Thread ashish pareek
I captured a frame in bayers RAW format of width > 1344 . U mean before DoIpipe i have to slice RAW image into into 2 parts x and y (say) and than call Doipipe(x) and DoIpipe(y) ? How a Raw image can be spilleted like this ? On Thu, 13 Nov 2008 Stephen Berry wrote : >That routine looks famili

Re: Re: RE: Is there anyone use the ipipeif resizer on the dm355?

2008-11-13 Thread ashish pareek
Hi , Even i am having similar problem .I want to see 1920x1080 resolution image but i am getting it on left side tht too divided in 2 sections . Ashish My Setparams func looks like pIpipeParam->ipipeif_param.hnum = width; pIpipeParam->ipipeif_param.vnum = height; pIpipeParam->

Re: RE: Is there anyone use the ipipeif resizer on the dm355?

2008-11-13 Thread pavelhan
yes,I have test the ipipeif rsz and the ccdc culling pattern,I think these two methon is different in their implement: the ipipeif rsz only dicimate the pixels that is larger than 1280 pixels,so it is not the real scale,which means you can only get the left block of the image; and the culling pat