Advanced controls of CSI camera

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

Advanced controls of CSI camera

974 次查看
jérômepouiller
Contributor III

Hello,

I add support for OV7742 (plugged on CSI port) on kernel 3.10.17. This camera is able to support banding filter and a few other useful features. These features are correctly supported by V4L API (see V4L2_CID_POWER_LINE_FREQUENCY, V4L2_CID_BAND_STOP_FILTER, ... ). However, mxc_v4l2_capture only forward a few subset of V4L controls to camera driver (see mxc_v4l2_s_ctrl() in mxc_v4l2_capture.c). Should I patch mxc_v4l2_capture.c in order to support them, or I have missed something?

标签 (1)
0 项奖励
回复
1 回复

827 次查看
SergioSolis
NXP Employee
NXP Employee

Hello Jerome,

Yes, you need to patch the capture.c to support them.

0 项奖励
回复