Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Uninstalls ISR service on cam deinit (#516)
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. Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
- Loading branch information