Difference between csi_v4l2_capture.c and mxc_v4l2_capture.c

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Difference between csi_v4l2_capture.c and mxc_v4l2_capture.c

跳至解决方案
1,504 次查看
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.

标签 (1)
0 项奖励
回复
1 解答
1,074 次查看
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 项奖励
回复
1 回复
1,075 次查看
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 项奖励
回复