You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
can you elaborate a bit more? Which camera module are you using and which script exactly? The sensor scripts live in /opt/imx8-isp/bin/ . If you are using the daA2500-60mc, have a look at #1
if [ "$ISP_CONFIG_0"!="" ] && [ "$ISP_CONFIG_1"=="" ];then
The script exits with an error because ${RUN_SCRIPT_PATH}/Sensor_${ISP_CONFIG_0}_setup.sh doesn't exist (but after further testing, camera capture works without these scripts)
Hi,
Script run.sh references script Sensor_${ISP_CONFIG_0}_setup.sh, but it is not installed by any recipe. Is this file mandatory to use the camera ?
best regards,
The text was updated successfully, but these errors were encountered: