int myDelay = 10000;
sets a variable to take an image every 10 seconds. Change that number to about 500 to take lots of .PNG pictures. Depending on how well the Portenta SD Card fits you might get several bad photos. An easy solution is to just take many more photos. You might want to attach sunglasses in front of the camera if reflections are a problem when using the car inside.
#include "edge-impulse-advanced-v2.h"
. If you want you can manually load that included file from: edge-impulse-advanced-v2.h. It is just a way to get rid of the complex coding, so your main file only has the necessary code that you might want to change.