hello everyone,
I wanted to use new device with VPFE in RAW Progressive mode.
I am using Dm355 and MV5 and EVM board.
I was just going through the datasheets of LSP2.10
in datasheet No.SPRUGP6 named "LSP 2.10 Davinci Linux VPFE Capture Driver"
Adding New Decoder Support
VPFE capture driver is made such that if new decoder needs to be supported, it can be done by
implementing some standard functions. One common vid_decoder_if.h file is available describing the
interface for new decoder. To develop a new decoder driver, use existing drivers (that is close enough to
the driver being written) as template
My questions are,
- Were to find vid_decoder_if.h file ??
- Can you elaborate the exact process a little bit , because I am not geting proper way to use micron sensor's ready driver as template !!
Thank you very much