Upcoming maintenance
Dear Customers and Partners.
This website will be undergoing scheduled maintenance on June 14, 2023. Please be aware there may be disruption to the developer portal website and associated services during the scheduled maintenance period.
This upgrade is essential to ensure the continued performance, reliability, and security of Developer World.
We apologize for any inconvenience.
Using theCamera.takePicture() function in ISR
-
I am trying to use an interrupt to capture images from the camera. If I try to use theCamera.takePicture() function within the interrupt service routine (ISR) -> I get a kernel panic. Is that expected? I am using the Arduino IDE, do I need to use the Spresense SDK?
-
The current implementation of the Camera library does not support Camera.takePicture () function within the interrupt service routine (ISR). Kernel panic is expected. Unfortunately, but the same will be with the Spresense SDK.