Hello Champs,
Can we capture YUV 8 bit parallel raw data to memory?
We don't need H3A feature in ISP.
From omap35xx_cam.cpp, I think sensor parameters will be,
SensorType = PARALLEL
DataType = RAW
DataPath = DIRECT2MEMORY
so we decided to use EVT3 driver which accept the PARALLEL sensor type.
However if the DataType is RAW, the DataPath seems have to be DATA2ISP.
Should we change the DataType to YUV then modify other potions of the driver?
Could you advice which is better way to implement this?
We are using WINCE_6_15_00 DVSDK
Regards,
Nori Shinozaki