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

Uninstalls ISR service on cam deinit #516

Merged
merged 2 commits into from
Apr 20, 2023
Merged

Uninstalls ISR service on cam deinit #516

merged 2 commits into from
Apr 20, 2023

Commits on Mar 15, 2023

  1. Uninstalls ISR service on cam deinit

    Since `gpio_install_isr_service()` is called when initializing the
    camera, but on de-initiazlization the ISR service is not uninstalled.
    This causes an error `gpio_install_isr_service(410): GPIO isr service
    already installed` when the camera is re-initialized.
    wouterdebie committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    cfb3859 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    62b3827 View commit details
    Browse the repository at this point in the history