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:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user