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.