LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW + Arduino+ ov7670 camera

 

How to acquire image in labview using ov7670 camera and arduino. 

0 Kudos
Message 1 of 6
(5,155 Views)

How far have you gotten? What do you have planned?

 

Googling 'OV7670' gives me a link to a website called arducam - are you using this kind of setup? (I have no idea what OV7670 or arducam are).

 

The datasheet for the OV7670 tells me it is an on-chip camera that communicates using SCCB. Are you using the arduino to carry out these communications? Do you already have that worked out?

 

What do you need help with?


GCentral
0 Kudos
Message 2 of 6
(5,154 Views)

yeah I have interface OV7670 camera with arduino uno. I am able to get the picture but i want to take picture using labview. Is it possible. As far I have search How to interface camera with labview only USB camera interface has been shown.

 

 

0 Kudos
Message 3 of 6
(5,137 Views)

If you already have the arduino able to take a picture, it sounds like what you want to do is interface an arduino with LabVIEW, not the camera. Is that right?


GCentral
0 Kudos
Message 4 of 6
(5,133 Views)

Arduino can interface with labview using VISA. But I want to see image directly in Labview VI 

0 Kudos
Message 5 of 6
(5,131 Views)

How does the arduino get/store the image? If the arduino has the image stored somewhere, you need to read it into LabVIEW then display it from the communication method. If the arduino is incapable of storing the image, you need to work out how to throughput the image from the chip via the arduino to LabVIEW then display it.


GCentral
0 Kudos
Message 6 of 6
(5,119 Views)