Skip to content

Commit

Permalink
Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Zalatov committed Feb 19, 2019
1 parent ad12776 commit a4d9e83
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 1 deletion.
48 changes: 48 additions & 0 deletions hisi-osdrv2/_cleanup/_herospeed_config.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
[DEVICE]
Chip = HI3518E_V200
Sensor = IMX323
Type = normal
[Sensor]
Type = IMX323
IspBayerFormat = 0
[VI]
Width = 1920
Height = 1080
MaxFrameRate = 15
WindowStartPointX = 200
WindowStartPointY = 20
[VB]
AlignWidth = 64
VBpoolCnt = 128
BlkNum = 3
Width = 1920 720 352
Height = 1080 480 288
BlkCnt = 3 6 6
[VPSS]
GrpMaxWidth = 1920
GrpMaxHeight = 1080
ChnNum = 5
ChnMaxWidth = 1920 720 720 352 352
ChnMaxHeight = 1080 480 480 288 288
Mirror = 0 ;0:both close 1:mirror open flip close 2:mirror close flip open 3:both open
ThirdStreamExtChn = 0
SnapChn = 2
SnapFrameRate = 5
[VENC]
chnNum = 4
MaxWidth = 1920 720 352 720
MaxHeight = 1080 480 288 480
MaxSrcFrameRate = 15 15 15
MaxDstFrameRate = 15 15 15
MaxBitRate = 4096 2048 512
MjpegMaxDstFrameRate = 15 15 15
MjpegMaxBitRate = 16384 12288 5120
ChnBindSrc = 0 1 4 2
ChnBindDest = 0 1 2 3
FluctuateLevel = 0
BufSizeNum = 1
SnapChn = 3
[MD]
enable = 1
IveExtWidth = 352
IveExtHeight = 288
8 changes: 7 additions & 1 deletion hisi-osdrv2/_cleanup/sdk041_load3518e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,10 @@ insert_ko()
insmod hi3518e_venc.ko
insmod hi3518e_chnl.ko ChnlLowPower=1
insmod hi3518e_h264e.ko
# insmod hi3518e_h264e.ko OneStreamBuffer=1 H264eMiniBufMode=1 # Add from DBELL
insmod hi3518e_jpege.ko
# insmod hi3518e_jpege.ko OneStreamBuffer=1 JpegeMiniBufMode=1 # Add from DBELL

insmod hi3518e_ive.ko save_power=0;
# insmod hi3518e_ive.ko
insmod extdrv/sensor_i2c.ko
Expand All @@ -251,7 +254,10 @@ insert_ko()
insert_sns
insert_audio

insmod hi_mipi.ko
insmod hi_rtc.ko # Add from DBELL
insmod io.ko # Add from DBELL
insmod wdt.ko # Add from DBELL
insmod hi_cipher.ko # Add from DBELL
echo "==== Your input Sensor type is $SNS_TYPE ===="
}

Expand Down

0 comments on commit a4d9e83

Please sign in to comment.