04-23-2017 04:24 AM
How to acquire image in labview using ov7670 camera and arduino.
04-23-2017 04:29 AM
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?
04-23-2017 04:37 AM
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.
04-23-2017 04:41 AM
04-23-2017 04:46 AM
Arduino can interface with labview using VISA. But I want to see image directly in Labview VI
04-23-2017 05:00 AM - edited 04-23-2017 05:01 AM
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.