I am using an adafruit M4 express Cortex M4 core running at 120 MHz, 512 KB flash, 192 KB RAM
For now I want to use the m7 as a camera that can take a picture on demand from an arduino serial port.
Is it possible and do you know of any sample code for both arduino & openmv to
- Request (from the arduino) the openmv to take a picture (This is cleaner in my case than using an external pin trigger)
- Receive from the openmv a picture (binary data is fine, once the arduino receives it will be posted to a server)
Thanks!