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.
All,
With Gumstix release of their new OMAP driven motherboards, one of the highlight features is the CIF interface (Camera Interface Subsystem-ISP). We would like to mate this to a 5MP HD capable CMOS sensor which has complimentary clocks and 12bit ADC. From my research it seems pretty clear that there isn't a ready to go driver yet so we are going to have to develop one.
But any suggestions and ideas to get us up and on the right track would be very appreciated!
Specifically I'm wondering if there are earlier CIF based drivers (for a 8 or 10 bit sensor) floating around which could be rapidly adapted?
The system which will be run will be some linux variant.
Thanks,
Dan
There certainly is code out there to handle the camera interface on the OMAP, in particular there is a /drivers/media/video/omap34xxcam.c within the OMAP SDK kernel tree that would be a good place to start, note that although this is for OMAP34xx that it is essentially the same camera interface as the OMAP35xx.