[T31] Remove extra options from IMX307

pull/324/head
Dmitry Ermakov 2022-08-08 16:35:18 +03:00
parent a8f8d641ce
commit 7940bbe0ba
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ case ${SENSOR} in
SENSOR_PARAM="sensor_max_fps=25 data_interface=1"
;;
"imx307")
ISP_PARAM="isp_clk=125000000 ispw=1920 isph=1080 isptop=20 ispleft=12"
ISP_PARAM="isp_clk=125000000"
SENSOR_PARAM=""
;;
*)