I am currently reading on interfacing a custom sensor through the CSI interface for iMX6Q processor. I saw two files csi_v4l2_capture.c and mxc_v4l2_capture.c in the kernel. I would like to know what different purposes do these files serve?
Thank you.
Solved! Go to Solution.
mxc_v4l2_capture.c is the source file associated with the V4L2 drivers. csi_v4l2_capture.c is derived from mxc_v4l2_capture.c, if you boot up the board and want to use capture, you should use the "modprobe mxc_v4l2_capture" to load the module.
mxc_v4l2_capture.c is the source file associated with the V4L2 drivers. csi_v4l2_capture.c is derived from mxc_v4l2_capture.c, if you boot up the board and want to use capture, you should use the "modprobe mxc_v4l2_capture" to load the module.