Hi,
We are writing the Generic camera sensor kernel driver that can cater to different image sensors and want to use mode tables and other image sensor specific settings from the application layer so that it will be a generic kernel driver where whatever image sensor specific settings required by the user can added in the application layer/user space on demand.
Is there any reference code or any documentation about it?