mirror of https://github.com/OpenIPC/firmware.git
add support for imx327 on gk7205v300 (#1741)
parent
07b24d2ef8
commit
580de6bdaf
|
@ -0,0 +1,73 @@
|
||||||
|
[sensor]
|
||||||
|
Sensor_type=stSnsImx327Obj
|
||||||
|
Mode=WDR_MODE_NONE
|
||||||
|
DllFile=libsns_imx327.so
|
||||||
|
|
||||||
|
[mode]
|
||||||
|
input_mode=INPUT_MODE_MIPI
|
||||||
|
raw_bitness=12
|
||||||
|
clock=36MHz
|
||||||
|
|
||||||
|
[mipi]
|
||||||
|
lane_id = 0|1|2|3|-1|-1|-1|-1| ;lane_id: -1 - disable
|
||||||
|
data_type=DATA_TYPE_RAW_12BIT
|
||||||
|
|
||||||
|
[isp_image]
|
||||||
|
Isp_FrameRate=30
|
||||||
|
Isp_Bayer=BAYER_RGGB
|
||||||
|
Isp_x =0
|
||||||
|
Isp_y =0
|
||||||
|
Isp_W =1920
|
||||||
|
Isp_H =1080
|
||||||
|
|
||||||
|
[vi_dev]
|
||||||
|
Input_mod=VI_MODE_MIPI
|
||||||
|
Work_mod = VI_WORK_MODE_1Multiplex
|
||||||
|
Mask_num = 2
|
||||||
|
Mask_0 = 0xFFF00000
|
||||||
|
Mask_1 = 0x0
|
||||||
|
Scan_mode = VI_SCAN_PROGRESSIVE
|
||||||
|
Data_seq = VI_DATA_SEQ_YUYV
|
||||||
|
Vsync =1 ; vertical synchronization signal
|
||||||
|
;VI_VSYNC_PULSE,
|
||||||
|
VsyncNeg=1 ;Polarity of the vertical synchronization signal
|
||||||
|
;VI_VSYNC_NEG_HIGH = 0,
|
||||||
|
;VI_VSYNC_NEG_LOW /*if VIU_VSYNC_E
|
||||||
|
Hsync =0 ;Attribute of the horizontal synchronization signal
|
||||||
|
;VI_HSYNC_VALID_SINGNAL = 0,
|
||||||
|
;VI_HSYNC_PULSE,
|
||||||
|
HsyncNeg =0 ;Polarity of the horizontal synchronization signal
|
||||||
|
;VI_HSYNC_NEG_HIGH = 0,
|
||||||
|
;VI_HSYNC_NEG_LOW
|
||||||
|
VsyncValid =1 ;Attribute of the valid vertical synchronization signal
|
||||||
|
;VI_VSYNC_NORM_PULSE = 0,
|
||||||
|
;VI_VSYNC_VALID_SINGAL,
|
||||||
|
VsyncValidNeg =0;Polarity of the valid vertical synchronization signal
|
||||||
|
;VI_VSYNC_VALID_NEG_HIGH = 0,
|
||||||
|
;VI_VSYNC_VALID_NEG_LOW
|
||||||
|
Timingblank_HsyncHfb =0 ;Horizontal front blanking width
|
||||||
|
Timingblank_HsyncAct =1920 ;Horizontal effetive width
|
||||||
|
Timingblank_HsyncHbb =0 ;Horizontal back blanking width
|
||||||
|
Timingblank_VsyncVfb =0 ;Vertical front blanking height
|
||||||
|
Timingblank_VsyncVact =1080 ;Vertical effetive width
|
||||||
|
Timingblank_VsyncVbb=0 ;Vertical back blanking height
|
||||||
|
Timingblank_VsyncVbfb =0 ;Even-field vertical front blanking height(interlace, invalid progressive)
|
||||||
|
Timingblank_VsyncVbact=0 ;Even-field vertical effetive width(interlace, invalid progressive)
|
||||||
|
Timingblank_VsyncVbbb =0 ;Even-field vertical back blanking height(interlace, invalid progressive)
|
||||||
|
InputDataType=1 ;VI_DATA_TYPE_YUV = 0,VI_DATA_TYPE_RGB = 1,
|
||||||
|
DataRev =FALSE ;Data reverse. FALSE = 0; TRUE = 1
|
||||||
|
DevRect_w=1920
|
||||||
|
DevRect_h=1080
|
||||||
|
DevRect_x=0
|
||||||
|
DevRect_y=0
|
||||||
|
|
||||||
|
Combine_mode =0 ;Y/C composite or separation mode
|
||||||
|
;VI_COMBINE_COMPOSITE = 0 /*Composite mode */
|
||||||
|
;VI_COMBINE_SEPARATE, /*Separate mode */
|
||||||
|
Comp_mode =0 ;Component mode (single-component or dual-component)
|
||||||
|
;VI_COMP_MODE_SINGLE = 0, /*single component mode */
|
||||||
|
;VI_COMP_MODE_DOUBLE = 1, /*double component mode */
|
||||||
|
Clock_edge =0 ;Clock edge mode (sampling on the rising or falling edge)
|
||||||
|
;VI_CLK_EDGE_SINGLE_UP=0, /*rising edge */
|
||||||
|
;VI_CLK_EDGE_SINGLE_DOWN, /*falling edge */
|
||||||
|
#FullLinesStd=1875
|
|
@ -97,8 +97,8 @@ define GOKE_OSDRV_GK7205V200_INSTALL_TARGET_CMDS
|
||||||
## $(INSTALL) -m 644 -t $(TARGET_DIR)/usr/lib/sensors $(GOKE_OSDRV_GK7205V200_PKGDIR)/files/sensor/libsns_imx290.so
|
## $(INSTALL) -m 644 -t $(TARGET_DIR)/usr/lib/sensors $(GOKE_OSDRV_GK7205V200_PKGDIR)/files/sensor/libsns_imx290.so
|
||||||
$(INSTALL) -m 644 -t $(TARGET_DIR)/usr/lib/sensors $(GOKE_OSDRV_GK7205V200_PKGDIR)/files/sensor/libsns_imx307_2l.so
|
$(INSTALL) -m 644 -t $(TARGET_DIR)/usr/lib/sensors $(GOKE_OSDRV_GK7205V200_PKGDIR)/files/sensor/libsns_imx307_2l.so
|
||||||
## $(INSTALL) -m 644 -t $(TARGET_DIR)/usr/lib/sensors $(GOKE_OSDRV_GK7205V200_PKGDIR)/files/sensor/libsns_imx307.so
|
## $(INSTALL) -m 644 -t $(TARGET_DIR)/usr/lib/sensors $(GOKE_OSDRV_GK7205V200_PKGDIR)/files/sensor/libsns_imx307.so
|
||||||
## $(INSTALL) -m 644 -t $(TARGET_DIR)/usr/lib/sensors $(GOKE_OSDRV_GK7205V200_PKGDIR)/files/sensor/libsns_imx327_2l.so
|
$(INSTALL) -m 644 -t $(TARGET_DIR)/usr/lib/sensors $(GOKE_OSDRV_GK7205V200_PKGDIR)/files/sensor/libsns_imx327_2l.so
|
||||||
## $(INSTALL) -m 644 -t $(TARGET_DIR)/usr/lib/sensors $(GOKE_OSDRV_GK7205V200_PKGDIR)/files/sensor/libsns_imx327.so
|
$(INSTALL) -m 644 -t $(TARGET_DIR)/usr/lib/sensors $(GOKE_OSDRV_GK7205V200_PKGDIR)/files/sensor/libsns_imx327.so
|
||||||
## $(INSTALL) -m 644 -t $(TARGET_DIR)/usr/lib/sensors $(GOKE_OSDRV_GK7205V200_PKGDIR)/files/sensor/libsns_imx335.so
|
## $(INSTALL) -m 644 -t $(TARGET_DIR)/usr/lib/sensors $(GOKE_OSDRV_GK7205V200_PKGDIR)/files/sensor/libsns_imx335.so
|
||||||
$(INSTALL) -m 644 -t $(TARGET_DIR)/usr/lib/sensors $(GOKE_OSDRV_GK7205V200_PKGDIR)/files/sensor/libsns_mis2008.so
|
$(INSTALL) -m 644 -t $(TARGET_DIR)/usr/lib/sensors $(GOKE_OSDRV_GK7205V200_PKGDIR)/files/sensor/libsns_mis2008.so
|
||||||
## $(INSTALL) -m 644 -t $(TARGET_DIR)/usr/lib/sensors $(GOKE_OSDRV_GK7205V200_PKGDIR)/files/sensor/libsns_os05a.so
|
## $(INSTALL) -m 644 -t $(TARGET_DIR)/usr/lib/sensors $(GOKE_OSDRV_GK7205V200_PKGDIR)/files/sensor/libsns_os05a.so
|
||||||
|
|
Loading…
Reference in New Issue