Dear All,
I am trying to develop V4L2 Driver for OMAP L138 (As per my understanding V4L2 support is not available in AM1808).
We are using OV3640 sensor (Already present and work with OMAP3), Because OV3640 driver is based on v4l2_int_device, so i have to adopt the v4l2_int_device interface to develop V4L2 for OMAP L138.
I am referring the OMAP34XXCAM module for my development, I want to know is this right approach to do that? . If this is not the right reference please guide me because OMAP3 is based on PSP & MMU as well.
If i can refer OMAP3(after excluding PSP & MMU part) then i have few question here.
1. At the time of V4L2 module initialization when "omap34xxcam_device_register(struct v4l2_int_device *s)" will be invoking, will this happen automatically or i have to configure something to invoke this, because this function is only responsible for the device node creation (/dev/videox).
2. How i can invoke sensor functions from V4L2, How V4L2 and sensor will be knowing each other presence.
Any Help is appriciated as i am new to the V4L2 frame work.
Thanks &Regards
Gajendra