
Camera Driver Architecture
- Application - The user application which captures video or pictures
- V4L2 Core driver - It is a standard or collection of many different ioctl’s for capturing video(it maps functionality to ioctl’s)
- Camera Sensor driver - Responsible for low level management of the camera sensor hardware.
- ISP driver - Responsible for low level management of the ISP hardware.