Skip to content

isp_wrapper: few minor improvements & allow repeated start / stop #2

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

avolmat-st
Copy link

This PR provide few minor improvements such as assert and removal of duplicated prototypes as well as allow performing repeated start / stop of the camera pipeline.

Alain Volmat added 3 commits August 12, 2025 13:44
Include the Zephyr DCMIPP driver exported stm32_dcmipp.h
header file in order to get weak functions prototypes.

Signed-off-by: Alain Volmat <[email protected]>
Add an assert in the stm32_dcmipp_isp_init function to check
the validity of the sensor parameter. This pointer is later on
used by all ISP ops.

Signed-off-by: Alain Volmat <[email protected]>
No specific processing is necessary currently as part of the
stm32_dcmipp_isp_start function hence remove the assert(0)
currently preventing stop of the isp.

Signed-off-by: Alain Volmat <[email protected]>
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

Successfully merging this pull request may close these issues.

2 participants