Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing sensor setup script #2

Open
karim-ammouche opened this issue Apr 21, 2022 · 2 comments
Open

Missing sensor setup script #2

karim-ammouche opened this issue Apr 21, 2022 · 2 comments

Comments

@karim-ammouche
Copy link

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,

@stefanklug
Copy link

Hi @karim-ammouche,

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

Best regards,
Stefan

@karim-ammouche
Copy link
Author

karim-ammouche commented May 10, 2022

Hi @stefanklug,
The camera module is daA3840-30mc for imx8mp-evk. The script is here:

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)

Best regards,
Karim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants