sync(system): sync system changes.
@@ -0,0 +1,252 @@
|
||||
########### paramter (ref to tulip_cedarx.conf)############
|
||||
[parameter]
|
||||
dev_name = /dev/video1
|
||||
# pic_format is UVC_YUY2, UVC_NV12, UVC_H264, UVC_MJPEG
|
||||
pic_format = UVC_MJPEG
|
||||
capture_videobufcnt = 5
|
||||
capture_width = 800
|
||||
capture_height = 480
|
||||
capture_framerate = 30
|
||||
decode_out_width = 1280
|
||||
decode_out_height = 720
|
||||
display_x = 0
|
||||
display_y = 0
|
||||
display_width = 720
|
||||
display_height = 1280
|
||||
|
||||
|
||||
# VI and VENC Config
|
||||
online_en = 0 #在线编码 0:disable, 1:enable
|
||||
online_share_buf_num = 2 #only for online enable, 1:one buf, 2:two buf
|
||||
|
||||
#vipp dev
|
||||
vipp_id = 0
|
||||
|
||||
#vipp wdr setting, 1:enable, 0:disable(default)
|
||||
wdr_en = 0
|
||||
|
||||
#drop frame num, offline: vipp drop frm, online: ve drop frm.
|
||||
drop_frm_num = 0
|
||||
|
||||
##### 1280x720->720p, 1920x1080->1080p, 2560×1440->2k, 3840x2160->4k, 7680x4320->8k
|
||||
src_width = 1920
|
||||
src_height = 1080
|
||||
|
||||
src_framerate = 20
|
||||
|
||||
vi_buffer_num = 3
|
||||
|
||||
#saturation, [-256, 512]
|
||||
saturation_change = 0
|
||||
|
||||
#Normal: nv21(yvu420sp), yu12(yuv420p), yv12, nv12
|
||||
#only for jpeg/mjpeg: nv61, nv16
|
||||
#LBC: aw_lbc_2_0x, aw_lbc_2_5x, aw_lbc_1_5x, aw_lbc_1_0x
|
||||
src_pixfmt = "nv21"
|
||||
|
||||
#color space: jpeg, rec709, rec709_part_range
|
||||
color_space = "rec709_part_range"
|
||||
|
||||
#venc dev channel id.
|
||||
venc_ch_id = 0
|
||||
|
||||
video_framerate = 20
|
||||
video_bitrate = 1572864
|
||||
|
||||
##### 1280x720->720p, 1920x1080->1080p, 2304x1296->3M, 2560×1440->2k, 3840x2160->4k, 7680x4320->8k
|
||||
video_width = 1920
|
||||
video_height = 1080
|
||||
|
||||
#H.264; H.265; MJPEG
|
||||
video_encoder = "H.264"
|
||||
|
||||
#####use pfrofile, for h264: 0 -> base; 1 -> main; 2 -> high(suggested);
|
||||
##### for h265: 0 -> main(suggested); 1 -> main10; 2 -> sti11
|
||||
profile = 0
|
||||
|
||||
#LBC: aw_lbc_2_0x, aw_lbc_2_5x, aw_lbc_1_5x, aw_lbc_no_lossy
|
||||
ve_ref_lbc_mode = "aw_lbc_1_5x"
|
||||
|
||||
#product_mode: 0:static ipc, 1:moving ipc, 2: doorbell, 3:cdr, 4:sdv, 5:projection, 6:UAV(Unmanned Aerial Vehicle)
|
||||
product_mode = 0
|
||||
|
||||
#key frame interval, 0:=frameRate, >0:interval
|
||||
key_frame_interval = 100
|
||||
|
||||
#Enable GDC, 0:disable(default), 1:enable.
|
||||
enable_gdc = 0
|
||||
|
||||
#rc_mode for H264/H265 0:CBR 1:VBR 2:FIXQP(only for debug) 3:ABR(not support)
|
||||
rc_mode = 1
|
||||
|
||||
init_qp = 37
|
||||
min_i_qp = 25
|
||||
max_i_qp = 45
|
||||
min_p_qp = 25
|
||||
max_p_qp = 45
|
||||
moving_th = 20
|
||||
mb_qp_limit_en = 1
|
||||
quality = 1
|
||||
p_bits_coef = 10
|
||||
i_bits_coef = 10
|
||||
|
||||
#gop mode is 0:NormalP(only support normalP)
|
||||
gop_mode = 0
|
||||
|
||||
#H265 gop_size should be [1, 63]
|
||||
gop_size = 2
|
||||
|
||||
#Advanced Reference
|
||||
AdvancedRef_Base = 0 #0 is disable advanced reference, >0 is enable, 10 is default.
|
||||
AdvancedRef_Enhance = 5
|
||||
AdvancedRef_RefBaseEn = 0
|
||||
|
||||
#fast encoder enable
|
||||
enable_fast_enc = 0
|
||||
|
||||
#smart function
|
||||
enable_smart = 0
|
||||
|
||||
#svc, layer=0,2,3,4
|
||||
svc_layer=0
|
||||
|
||||
#encode rotate, 0, 90, 180, 270, clockwise.
|
||||
encode_rotate = 90
|
||||
|
||||
#encode mirror
|
||||
mirror = 0 #0: disable, 1: enable
|
||||
|
||||
color2grey = "no" #yes or no
|
||||
|
||||
2dnr_en = 1
|
||||
2dnr_strength_y = 127 #[0, 255]
|
||||
2dnr_strength_c = 127 #[0, 255]
|
||||
2dnr_threshold_y = 11 #[0, 15]
|
||||
2dnr_threshold_c = 7 #[0, 15]
|
||||
|
||||
3dnr_en = 1
|
||||
3dnr_pix_level_en = 0
|
||||
3dnr_smooth_en = 1
|
||||
3dnr_pix_diff_th = 6 #[0, 31]
|
||||
3dnr_max_mv_th = 8 #[0, 63]
|
||||
3dnr_max_mad_th = 11 #[0, 63]
|
||||
3dnr_min_coef = 13 #[0, 3dnr_max_coef]
|
||||
3dnr_max_coef = 16 #[3dnr_min_coef, 16]
|
||||
|
||||
|
||||
#roi test
|
||||
roi_num = 0 # [0, 8]
|
||||
roi_qp = 50 # (0, 51)
|
||||
roi_BgFrameRateEnable = 0 # if enable roi, decide if enable BgFrateRate to low non-roi area encode frame rate.
|
||||
roi_BgFrameRateAttenuation = 3 # n: The ROI dst BgFrameRate is 1/n of the ROI src BgFrameRate.
|
||||
|
||||
|
||||
#PIntraRefresh
|
||||
IntraRefresh_BlockNum = 0 #0:disable
|
||||
|
||||
|
||||
#ORL(Object Rectangle Label) test
|
||||
orl_num = 0 # [0,16]
|
||||
|
||||
#config vbvBufferSize and threshSize, unit:Byte/s
|
||||
vbvBufferSize = 0 #0:middleware decide itself, >0:app decide. suggest: 933882(1.5Mbps@20fps)
|
||||
vbvThreshSize = 0 #0:middleware decide itself, >0:app decide. suggest: 147450(1.5Mbps@20fps)
|
||||
|
||||
#MBSuminfoOutput config
|
||||
mbsuminfo_enable = 0 #0:disable, 1: enable
|
||||
|
||||
#crop config
|
||||
crop_en = 0 #0: disable, 1: enable
|
||||
crop_rect_x = 0
|
||||
crop_rect_y = 0
|
||||
crop_rect_w = 720
|
||||
crop_rect_h = 1280
|
||||
|
||||
vui_timing_info_present_flag = 0
|
||||
|
||||
encpp_enable = 1
|
||||
|
||||
isp_ve_linkage_enable = 1
|
||||
camera_adaptive_moving_and_static_enable = 0
|
||||
ve_lens_moving_max_qp = 40
|
||||
|
||||
ve_rec_ref_buf_reduce_enable = 0
|
||||
|
||||
super_frm_mode = -1 #-1:use default, 0:none, 1:discarded, 2:re-encode
|
||||
super_max_rencode_times = 3
|
||||
super_max_p2i_frm_bitsratio = 0.33
|
||||
super_i_frm_bits_thr = 0 #0:use default, >0: user specified.
|
||||
super_p_frm_bits_thr = 0 #0:use default, >0: user specified.
|
||||
|
||||
bits_clip_dis_default = 0 #[0, 1]
|
||||
bits_clip_mode = 1 #[0, 1]
|
||||
bits_clip_en_gop_clip = 0 #[0, 1]
|
||||
bits_clip_gop_bit_ratio_th[0] = 0.58 #[0, inf) float
|
||||
bits_clip_gop_bit_ratio_th[1] = 0.64 #[0, inf) float
|
||||
bits_clip_gop_bit_ratio_th[2] = 1.25 #[0, inf) float
|
||||
bits_clip_coef[0][0] = -0.5 #[-0.5, 3] float
|
||||
bits_clip_coef[0][1] = 0.2 #[bits_clip_p_coef[0][0], 3] float
|
||||
bits_clip_coef[1][0] = -0.3 #[-0.5, 3] float
|
||||
bits_clip_coef[1][1] = 0.3 #[bits_clip_p_coef[1][0], 3] float
|
||||
bits_clip_coef[2][0] = -0.3 #[-0.5, 3] float
|
||||
bits_clip_coef[2][1] = 0.3 #[bits_clip_p_coef[2][0], 3] float
|
||||
bits_clip_coef[3][0] = -0.5 #[-0.5, 3] float
|
||||
bits_clip_coef[3][1] = 0.5 #[bits_clip_p_coef[3][0], 3] float
|
||||
bits_clip_coef[4][0] = 0.4 #[-0.5, 3] float
|
||||
bits_clip_coef[4][1] = 0.7 #[bits_clip_p_coef[4][0], 3] float
|
||||
|
||||
en_ifrm_mb_rc_move_status_enable = 0
|
||||
en_ifrm_mb_rc_move_status = 3 #[0, 4]
|
||||
|
||||
i_p_target_bits_ratio_enable = 0
|
||||
i_p_target_bits_ratio_scene_coef[0] = 20
|
||||
i_p_target_bits_ratio_scene_coef[1] = 17
|
||||
i_p_target_bits_ratio_scene_coef[2] = 15
|
||||
i_p_target_bits_ratio_move_coef[0] = 1
|
||||
i_p_target_bits_ratio_move_coef[1] = 0.75
|
||||
i_p_target_bits_ratio_move_coef[2] = 0.5
|
||||
i_p_target_bits_ratio_move_coef[3] = 0.25
|
||||
i_p_target_bits_ratio_move_coef[4] = 0.25
|
||||
|
||||
req_idr_enable = 0
|
||||
|
||||
dynamic_set_ve_ref_lbc_mode_en = 0
|
||||
|
||||
region_d3d_en = 0
|
||||
region_d3d_result_en = 0
|
||||
|
||||
chroma_qp_offset_enable = 0
|
||||
chroma_qp_offset = -4 #[-12,12]
|
||||
|
||||
h264_constraint_flag_enable = 0
|
||||
h264_constraint_flag_bit0 = 1 #[0, 1]
|
||||
h264_constraint_flag_bit1 = 1 #[0, 1]
|
||||
h264_constraint_flag_bit2 = 1 #[0, 1]
|
||||
h264_constraint_flag_bit3 = 0 #[0, 1]
|
||||
h264_constraint_flag_bit4 = 0 #[0, 1]
|
||||
h264_constraint_flag_bit5 = 0 #[0, 1]
|
||||
|
||||
ve2isp_d2d_limit_enable = 0
|
||||
ve2isp_d2d_limit_d2d_level0 = 768 #[1, 1024]
|
||||
ve2isp_d2d_limit_d2d_level1 = 640 #[1, 1024]
|
||||
ve2isp_d2d_limit_d2d_level2 = 512 #[1, 1024]
|
||||
ve2isp_d2d_limit_d2d_level3 = 448 #[1, 1024]
|
||||
ve2isp_d2d_limit_d2d_level4 = 384 #[1, 1024]
|
||||
ve2isp_d2d_limit_d2d_level5 = 320 #[1, 1024]
|
||||
|
||||
#AI and AENC 音频输入和编码
|
||||
ai_encoder_type = "aac" #aac, pcm, g711a, g711u, g726a, g726u
|
||||
ai_sample_rate = 16000
|
||||
ai_channel_cnt = 1
|
||||
ai_bit_width = 16
|
||||
ai_frame_size = 1024
|
||||
ai_dev_volume = 100
|
||||
|
||||
# ADEC and AO 音频解码和输出
|
||||
ao_decoder_type = "aac" #aac, pcm, g711a, g711u, g726a, g726u
|
||||
ao_sample_rate = 16000
|
||||
ao_channel_cnt = 1
|
||||
ao_bit_width = 16
|
||||
ao_frame_size = 1024
|
||||
ao_dev_volume = 100
|
||||
|
||||
|
After Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 6.6 KiB |
|
After Width: | Height: | Size: 607 B |
|
After Width: | Height: | Size: 589 B |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 1006 B |
|
After Width: | Height: | Size: 3.9 KiB |
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 674 B |
|
After Width: | Height: | Size: 857 B |
|
After Width: | Height: | Size: 725 B |
|
After Width: | Height: | Size: 824 B |
|
After Width: | Height: | Size: 987 B |
|
After Width: | Height: | Size: 825 B |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 837 B |
|
After Width: | Height: | Size: 692 B |
|
After Width: | Height: | Size: 4.4 KiB |
|
After Width: | Height: | Size: 6.7 KiB |
|
After Width: | Height: | Size: 4.4 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 993 B |
|
After Width: | Height: | Size: 2.2 KiB |
|
After Width: | Height: | Size: 11 KiB |
@@ -87,4 +87,6 @@ run_usb_adb
|
||||
|
||||
#l-sen
|
||||
echo "show ls value"
|
||||
cat /sys/class/gpadc/data
|
||||
cat /sys/class/gpadc/data
|
||||
|
||||
/APP/SL100BACKPANEL &
|
||||
@@ -87,4 +87,6 @@ run_usb_adb
|
||||
|
||||
#l-sen
|
||||
echo "show ls value"
|
||||
cat /sys/class/gpadc/data
|
||||
cat /sys/class/gpadc/data
|
||||
|
||||
/APP/SL100BACKPANEL &
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
#
|
||||
CONFIG_MODULES=y
|
||||
CONFIG_HAVE_DOT_CONFIG=y
|
||||
# CONFIG_TARGET_v851s_fastboot_h13_pv is not set
|
||||
CONFIG_TARGET_v851s_fastboot_sl100_back=y
|
||||
# CONFIG_TARGET_v851s3_fastboot_sl100_front is not set
|
||||
CONFIG_TARGET_v851s_fastboot_sl100_back_=y
|
||||
@@ -169,7 +170,7 @@ CONFIG_KERNEL_PRINTK=y
|
||||
# CONFIG_KERNEL_PROVE_LOCKING is not set
|
||||
CONFIG_KERNEL_PRINTK_TIME=y
|
||||
# CONFIG_KERNEL_SLABINFO is not set
|
||||
# CONFIG_KERNEL_PROC_PAGE_MONITOR is not set
|
||||
CONFIG_KERNEL_PROC_PAGE_MONITOR=y
|
||||
CONFIG_KERNEL_PROC_SYSCTL=y
|
||||
# CONFIG_KERNEL_KEXEC is not set
|
||||
# CONFIG_USE_RFKILL is not set
|
||||
@@ -2201,7 +2202,6 @@ CONFIG_PACKAGE_wifimanager-v2.0=y
|
||||
# Wifimanager-v2.0 Configuration
|
||||
#
|
||||
# CONFIG_WMG_PROTOCOL_SOFTAP is not set
|
||||
# CONFIG_WMG_PROTOCOL_BLE is not set
|
||||
# CONFIG_WMG_PROTOCOL_XCONFIG is not set
|
||||
# CONFIG_WMG_PROTOCOL_SOUNDWAVE is not set
|
||||
# CONFIG_WMG_PLATFORM_LINUX is not set
|
||||
@@ -4619,6 +4619,7 @@ CONFIG_PACKAGE_mtd-utils-mkfs.jffs2=y
|
||||
# CONFIG_PACKAGE_prlimit is not set
|
||||
# CONFIG_PACKAGE_procps is not set
|
||||
# CONFIG_PACKAGE_procps-ng is not set
|
||||
# CONFIG_PACKAGE_procrank_linux is not set
|
||||
# CONFIG_PACKAGE_px5g is not set
|
||||
# CONFIG_PACKAGE_px5g-standalone is not set
|
||||
# CONFIG_PACKAGE_qrencode is not set
|
||||
|
||||
|
After Width: | Height: | Size: 6.6 KiB |
|
After Width: | Height: | Size: 6.7 KiB |
|
After Width: | Height: | Size: 420 B |
|
After Width: | Height: | Size: 3.9 KiB |
|
After Width: | Height: | Size: 6.6 KiB |
|
After Width: | Height: | Size: 5.1 KiB |
|
After Width: | Height: | Size: 5.1 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 252 B |
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 355 B |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 593 B |
|
After Width: | Height: | Size: 987 B |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 2.6 KiB |
|
After Width: | Height: | Size: 7.0 KiB |
|
After Width: | Height: | Size: 6.7 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 4.7 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 186 B |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 665 B |
|
After Width: | Height: | Size: 665 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 4.5 KiB |
|
After Width: | Height: | Size: 813 B |
|
After Width: | Height: | Size: 993 B |
@@ -0,0 +1 @@
|
||||
<EFBFBD><EFBFBD>g<08>=X<>Q^<5E><><1A><>"<1A>ӌ|<7C><>C/F*ރ<>XϏ#<23><>ka̸<61><CCB8><EFBFBD><1E>'85h<35><68><EFBFBD>s<EFBFBD><<3C><><EFBFBD><EFBFBD><EFBFBD><17>Th}Ig<49><67><EFBFBD><EFBFBD><EFBFBD><EFBFBD>_<><5F><EFBFBD>Z-D#<23><><EFBFBD><EFBFBD>Í<0F>A#<23><><EFBFBD><EFBFBD><0E><><EFBFBD>ctNa<4E>wYS52x<32><78>:<3A><1F>Fn<46>
|
||||
@@ -100,6 +100,14 @@ setusbconfig rndis
|
||||
|
||||
ifconfig usb0 up
|
||||
|
||||
ifconfig usb0 192.168.2.100
|
||||
ifconfig usb0 10.10.10.235
|
||||
|
||||
# /mnt/UDISK/rt_media-uvc &
|
||||
cp /APP/picture /mnt/UDISK/ -rf
|
||||
|
||||
cp /APP/res/*.aac /mnt/UDISK/
|
||||
|
||||
if [ ! -f "/mnt/UDISK/pix_auth_key.bin" ]; then
|
||||
cp /APP/res/pix_auth_key.bin /mnt/UDISK/pix_auth_key.bin
|
||||
fi
|
||||
|
||||
/APP/SL100FRONTPANEL &
|
||||
@@ -17,6 +17,12 @@ for i in /etc/init.d/S??* ;do
|
||||
# Ignore dangling symlinks (if any).
|
||||
[ ! -f "$i" ] && continue
|
||||
|
||||
echo "$i"
|
||||
|
||||
if [ "$i" == "/etc/init.d/SL100FRONTPANEL" ]; then
|
||||
continue;
|
||||
fi
|
||||
|
||||
case "$i" in
|
||||
*.sh)
|
||||
# Source shell script for speed.
|
||||
@@ -100,6 +106,6 @@ setusbconfig rndis
|
||||
|
||||
ifconfig usb0 up
|
||||
|
||||
ifconfig usb0 192.168.2.100
|
||||
ifconfig usb0 10.10.10.235
|
||||
|
||||
# /mnt/UDISK/rt_media-uvc &
|
||||
/etc/init.d/SL100FRONTPANEL &
|
||||
|
||||
@@ -10,6 +10,10 @@ for i in $(ls -r /etc/init.d/S??*) ;do
|
||||
# Ignore dangling symlinks (if any).
|
||||
[ ! -f "$i" ] && continue
|
||||
|
||||
if [ "$i" == "/etc/init.d/SL100FRONTPANEL" ]; then
|
||||
continue;
|
||||
fi
|
||||
|
||||
case "$i" in
|
||||
*.sh)
|
||||
# Source shell script for speed.
|
||||
|
||||
@@ -2797,7 +2797,7 @@ CONFIG_FIRMWARE_PATH="/lib/firmware/"
|
||||
# CONFIG_PACKAGE_libepoxy is not set
|
||||
# CONFIG_PACKAGE_libjpeg is not set
|
||||
# CONFIG_PACKAGE_libpixman is not set
|
||||
# CONFIG_PACKAGE_libpng is not set
|
||||
CONFIG_PACKAGE_libpng=y
|
||||
# CONFIG_PACKAGE_librsvg is not set
|
||||
# CONFIG_PACKAGE_libump is not set
|
||||
# CONFIG_PACKAGE_libwebp is not set
|
||||
|
||||