Difference between csi_v4l2_capture.c and mxc_v4l2_capture.c

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Difference between csi_v4l2_capture.c and mxc_v4l2_capture.c

Jump to solution
1,166 Views
pradeepas
Contributor II

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.

Labels (1)
0 Kudos
Reply
1 Solution
736 Views
joanxie
NXP TechSupport
NXP TechSupport

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.

View solution in original post

0 Kudos
Reply
1 Reply
737 Views
joanxie
NXP TechSupport
NXP TechSupport

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.

0 Kudos
Reply