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.

Capturing YUV 8 bit parallel raw data in OMAP

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

  • If you mention the "DataType   = RAW" then it is for Bayer RAW output format sensor.

     

    If your sensor outputs YUV then you have to configure "DataType = YUV", but after doing this also you may need to modify the existing driver.

     

    You can also try the camera_mdc driver which is bit simple than the Camera driver.But  it also requires modifications since it is developed for capturing interlaced frame.

     

    Regards,

    Prabu

    http://prabukumar.wordpress.com