grove camera arduino timer code

any ideas where to start or examples ?

Yes, the BlinkWithoutDelay example shows you how to call functions at specific times on an Arduino. With that information is quite easy to extend your sketch to take a picture every minute.

Hint: Remove the while(1) loop in your code.