ComputerNerd / simpleFrameGrabber

Uses SDL to display frames sent via serial. POSIX systems only.
GNU General Public License v3.0
10 stars 14 forks source link

Is it possible to run it in Arduino IDE? #3

Open AUMCardio opened 8 years ago

AUMCardio commented 8 years ago

Hello! I am trying to use Arduino IDE because I am not a guru of C code. I have already compiled your ov7670 code using this link: https://github.com/eranws/ov7670-no-ram-arduino-uno

The program compiled successfully in Arduino. However, I still need to receive the image data from serial to my PC for other image processing. Is there any way to make simpleFrameGrabber work in Arduino IDE as well? Thank you!