Using Arduino IDE 2.3.6 on a Mac Mini M4 running Sequoia 15.5 and Ameba Pro build 4.0.9. Trying to compile RTSPFaceDetection example from AmebaNN folder I get the following error:
In file included from /Users/samlewis/Library/Arduino15/packages/realtek/hardware/AmebaPro2/4.0.9-build20250528/libraries/NeuralNetwork/src/NNFaceDetection.h:11,
from /private/var/folders/5v/gypk7bd16wq7r6qj0g0tm7z80000gn/T/.arduinoIDE-unsaved2025512-852-1nod69d.jnvbi/RTSPFaceDetection/RTSPFaceDetection.ino:28:
/Users/samlewis/Library/Arduino15/packages/realtek/hardware/AmebaPro2/4.0.9-build20250528/system/component/media/mmfv2/module_vipnn.h:5:10: fatal error: vip_lite.h: No such file or directory
5 | #include <vip_lite.h>
| ^~~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: exit status 1
The same error occurs with the ObjectDetection examples.
The HTTPDisplayJPEGContinuous example compiles with no error and runs successfully.
I just tried 4.0.9-build20250325 and this works apart from a warning.