Hello, I'm using Arduino on mac for a project using OV7670 with this tutorial : https://www.youtube.com/watch?v=R94WZH8XAvM&ab_channel=Indrek. I tried to install first the ArduImage Capture Plug In, I put the right files in the right folder "tool" i created in the Arduino Folder, but it doesn't appear on tools in Arduino. What can I do ? Thank you for your help. I have Arduino 2.3.4.
Hi @agathe_g.
ArduImageCapture is an Arduino IDE 1.x Tool. Arduino IDE 2.x has a completely different extensions system and doesn't support the Arduino IDE 1.x Tools system. So you can't use ArduImageCapture with Arduino IDE 2.x.
If you need this Tool, you must use Arduino IDE 1.x. You can download Arduino IDE 1.8.19 from the links listed on the Software page here:
https://www.arduino.cc/en/software#legacy-ide-18x
You can have Arduino IDE 1.x and 2.x installed at the same time on your computer, so there is no need to uninstall Arduino IDE 2.x before installing 1.8.19, in case you might want to continue to use Arduino IDE 2.x except in the times when you need ArduImageCapture.
Thank you, it worked !