oem_uvcc: RkLunch.sh: set 0 for isp_line def

Signed-off-by: Mark Huang <huangjc@rock-chips.com>
Change-Id: I09a1f011a4c014fdf4d315b0c04fd81b53fd9f67
This commit is contained in:
Mark Huang
2021-08-24 12:28:36 +08:00
parent 48e7ef9c8e
commit 51c92d5e07

View File

@ -49,7 +49,7 @@ export CAMERA_MAX_WIDTH=${camera_max_width}
export CAMERA_MAX_HEIGHT=${camera_max_height}
#line config
isp_line=$((${camera_max_height} / 2))
isp_line=0 #$((${camera_max_height} / 2))
ispp_line=0 #$((${camera_max_height} / 4 * 3 )) #no fec
cif_line=$((${camera_max_height} / 4 * 3 ))
echo "isp_line= $isp_line , ispp_line= $isp_line, cif_line= $cif_line"