I am trying to reproduce a project related to a UNO & a OV7670 camera. it requires a java utility ArduImageCapture.jar to be added to the Tools Menu of the IDE to display the images on the host system.
Link to what I'm talking about: Link to my Article to download ArduImageCapture plugin for Arduino IDE: https://circuitjournal.com/arduino-OV...
As this relates to the documentation of the IDE it self I asked the IDE support team the question "How do I add a tool to the Tools Menu of the IDE. All they had to say was ask here.
In the last few days I have found 3 Questions asking this, the first had all responses to the person asking the question deleted, the response to second was user shouldn't touch anything related to the IDE. The third was just dismissed with out meaningful response.
So is there some one out there who knows how it is done, it can be done, the author of the project I am following has done it and can be seen using the tool. Unfortunately my poor hearing and the author's Indian accent is too much for me to get the answer from him.
Hi @mickhowe. Which version of Arduino IDE are you using (e.g., "2.0.1")? The version is shown on the window title bar and also in the Help > About dialog.
I ask for this information because I want to give you the appropriate instructions for the IDE version you are using.
I'm using 1.8.19 and have tried 2.0.4 but it kept failing to download Arduino:AVR files every time I started it, But will try the next version
Unzip the plugin folder into the tools folder
This is good news. Unfortunately Arduino IDE 2.x doesn't have support for this tool, but Arduino IDE 1.8.19 does so you're all set. I'll provide instructions you can follow to install it:
- Start Arduino IDE.
- Select File > Preferences from the Arduino IDE menus.
The "Preferences" dialog will open. - Take note of the path shown in the "Sketchbook location" field of the "Preferences" dialog.
- Click the "Cancel" button in the "Preferences" dialog.
- Select File > Quit from the Arduino IDE menus.
- Create a folder named
tools
under the folder at the path you noted from the "Sketchbook location" preference. - Download "ArduImageCapture" from the link in the article:
https://circuitjournal.com/arduino-OV7670-to-pc#install-plug-in - Unzip the downloaded file.
- Copy the unzipped folder to the
tools
folder you created in step (6).
The installation should now have this folder structure:
<Sketchbook location>
└── tools/
└── ArduImageCapture/
├── Linux_ArduImageCapture.sh
├── Mac_ArduImageCapture.command
├── Windows_ArduImageCapture.bat*
└── tool/
├── ArduImageCapture.jar
...
(where <Sketchbook location>
is the path you noted in the "Sketchbook location" preference)
Now start Arduino IDE. You should see an "ArduImageCapture" item in the "Tools" menu.
Many many thanks, so simple when you have the instructions.
thank you
You are welcome. I'm glad if I was able to be of assistance.
Regards,
Per
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.