Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DllFile =/usr/lib/sensors/libsns_ov2735.so ;sensor lib path


[mode]
input_mode = 4 ;INPUT_MODE_MIPI = 0
input_mode = 0 ;INPUT_MODE_MIPI = 0
;INPUT_MODE_SUBLVDS = 1
;INPUT_MODE_LVDS = 2 ...etc

Expand All @@ -19,12 +19,12 @@ dev_attr = 0 ;mipi_dev_attr_t = 0

[mipi]
;----------only for mipi_dev---------
data_type = 3 ;raw data type: 8/10/12/14 bit
data_type = 2 ;raw data type: 8/10/12/14 bit
;RAW_DATA_8BIT = 1
;RAW_DATA_10BIT = 2
;RAW_DATA_12BIT = 3
;RAW_DATA_14BIT = 4
lane_id = 0|1|2|3|-1|-1|-1|-1| ;lane_id: -1 - disable
lane_id = 0|1|-1|-1|-1|-1|-1|-1| ;lane_id: -1 - disable

[lvds]
;----------only for lvds_dev---------
Expand Down Expand Up @@ -67,7 +67,7 @@ Isp_Bayer =3 ;BAYER_RGGB=0, BAYER_GRBG=1, BAYER_GBRG=2, BAYER_BGGR=3


[vi_dev]
Input_mod =2 ;VI_INPUT_MODE_BT656 = 0
Input_mod =5 ;VI_INPUT_MODE_BT656 = 0
;VI_INPUT_MODE_BT601,
;VI_INPUT_MODE_DIGITAL_CAMERA
Work_mod =0 ;VI_WORK_MODE_1Multiplex = 0
Expand Down