Other Parts Discussed in Thread: DRA829,
Hi,
The test found that the input data is the same, but the last four lines of output data on sdk6.02 and sdk7 are different. Use the same SDE configuration file(app_stereo.cfg). The input data is width = 1920, height = 720, On lines 716,717,718,719, the output of sdk6.02 is "0x 0, 0x 0, 0x 0, 0x 0, 0x 0, 0x 0, 0x 0, 0x 0, 0x 0, 0x 0, 0x 0, 0x 0, 0x 0, 0x 0, 0x 0, 0x 0 ...", and sdk7 is "0x ffff, 0x ffff, 0x ffff, 0x ffff, 0x ffff, 0x ffff, 0x ffdf, 0x ffff, 0x ffff, 0x ffff, 0x ffff, 0x ffff, 0x ffef, 0x ffff, 0x ffff, 0x ffff ...".
Why is it different? Which one is correct?
Thanks.