Skip to content
Merged
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
@@ -1,22 +1,23 @@
[sensor]
Sensor_type=stSnsObj
Mode=WDR_MODE_NONE
Sensor_type=stSnsImx385Obj
Mode=0
DllFile=libsns_imx385.so

[mode]
input_mode=INPUT_MODE_MIPI
dev_attr=0

[mipi]
data_type=RAW_DATA_10BIT
data_type=RAW_DATA_12BIT
lane_id = 0|1|2|3|-1|-1|-1|-1| ;lane_id: -1 - disable
wdr_type = DOL

[isp_image]
Isp_x =0
Isp_y =0
Isp_W =1920
Isp_H =1080
Isp_FrameRate=25
Isp_FrameRate=60
Isp_Bayer=BAYER_RGGB

[vi_dev]
Expand Down Expand Up @@ -80,8 +81,8 @@ FieldPolar=0
DataPath=1
InputDataType=1 ;VI_DATA_TYPE_YUV = 0,VI_DATA_TYPE_RGB = 1,
DataRev =FALSE ;Data reverse. FALSE = 0; TRUE = 1
DevRect_x=4
DevRect_y=4
DevRect_x=0
DevRect_y=0
DevRect_w=1920
DevRect_h=1080

Expand Down
Loading