Hi,
I would like to flip the output (horizontally or vertically) of the OV10640 sensor... But I don't know what to do for this matter.
I have seen parameters in bspdrv_ov10640api.c named flipPrms.hFlip and flipPrms.vFlip but these don't change anything.
There are also masks in bspdrv_ov10640I2c.c applied to the value of 0x3291U and 0x3090U registers but I don't know what the value should be to set the flip on.
The same masks (different name but same values) appear in iss_sensor_ov10640.c and the values are set in ov10640_imi_wdr_1280x720_setup.h but same issue... I don't know the value needed to activate the flip.
In the end, I have tried several combinations in these different files, but the values I used were the same as the masks... And nothing changed on my display (usecase: 1CH ISS capture + ISS ISP + ISS LDC+VTNF + Display)
Does anyone has an idea of how to do the image flip?
Cheers,
Morgan,