Other Parts Discussed in Thread: DM3730, OMAP3530
Hello all,
Using the CamISP port, I am planning to capture video frames composed of upto, 16bits per pixel, gray scale data. Each pixel is represented with 16bits and there is only one color component.
Let's say i have a frame resolution of 640x480 pixels, then 1 frame should be composed of 640x480x16 = 4915200 bits RAW data.
I know OMAP3530/DM3730 CamISP input data port is 12 bits wide and not enough for 16 / 14 bits if we want to receive 1 pixel at each clock cycle.
What is the proper way to follow in this scenario? How should I organize my pixel data ? Should I write my own capture driver or is there already one for monochrome cameras with RAW output?
Those who have experience with processing gray-scale video with OMAP3530 / DM3730, what would you recommend ?
Thanks in advance for all your input !