Hello,
I`ve bought mini board with OMAP3530 (embest mini8100) where I have a camera interface connector. I`am working on university project - video/image processing on OMAP. I was creating simple motherboard based on beagle project. Unfortunately it doesnt provide camera interface (unlike beagle xM, but I have omap3530 and xM has other processor) so I`m a bit scared ;-)
Sorry, I`m begginer with OMAP and have some (probably simple) questions about camera interface:
1) I can`t find any documents with electrical connections camera to SPI. I doubt if I can connect sensor directly pin-to-pin. I suppose I should use some voltage translators to provide 1.8V states, am I right?
I have a camera sensor (PO6030K-2) 2068.PO6030K-2.pdf which I`d like to use. Can I just connect corresponding lines (like vsync, hsync, data0-7, I2C) directly or by some voltage translator?
2) The second problem is about software. I want to work with Linux. I know there are drivers for some sensors, not for mine. According to the datasheet I put above, if I had already connected camera to the ISP then I have to write whole driver by myslef right? In other words will I have to handle whole ISP interface?
3) Camera has 8 bit data bus and doesnt have RAW data format, available formats are: CCIR656, 8bit YCbCr422, 8bit RGB Bayer, RGB565, RGB444, 8bit Mono, hope it would work..
4) I was also considering use of USB Host but in my region I cant get apropriate USB transceiver like usb3322 which was used in beagle-board, is there any posibilities to use usb host without this kind of transceiver (not like a hub but for just one device like camera)?
It is such a lot of questions, looking forward for your advices, thank you in advance,
Regards, Adrian