OV7670 with Arduino Board

When I uploaded the code arduino IDE and run on cmd I got this error message. Sometime this message not come and loading image message appear. But image not capture. Why is it happened? Hardware connection issues?

javax.comm.portinuseexception: port currently owned by unknown windows application at javax.comm.commportidentifier.open(commportidentifier.java:337) at code.simpleread.(simpleread.java:40) at code.simpleread.main(simpleread.java:29)

The error tells you that the serial port you're trying to use is already in use by another application. As you don't provide any more information about your setup (wiring, code, link to hardware, etc.) we cannot help you further.

If "cmd" means you are at a command prompt, then the GUI has attached the serial port and the runline environment cannot attach the port. Close GUI.

Now that error is ok But the image is not captured. Only Looking for images appear on cmd.

I follow this website and this video.
https://www.instructables.com/OV7670-Arduino-Camera-Sensor-Module-Framecapture-T/#:~:text=The%20OV7670%20camera%20module%20is,%2C%20DSP%20%2C%20FPGA%20and%20etc.

I attached my hardware connection.
And screenshot cmd.

Ok Thank u

I can see two probably reasons for this: Either a wiring error or you didn't upload the sketch to the Arduino.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.