ComputerNerd / ov7670-no-ram-arduino-uno

Allows you to use a non fifo ov7670 on the arudino uno without external spi ram like other examples. Sends the data to UART.
235 stars 111 forks source link

Where is the file saved? #5

Open PiPunkt opened 9 years ago

PiPunkt commented 9 years ago

Hooked up everything and connected it & uploaded it to my Arduino. Now the question is how do i take the picture? Where is the raw data saved?

Thanks

ComputerNerd commented 9 years ago

To save these data generated by my program you need to use a program that will capture the image from serial. The image does not magically get saved anywhere.

PiPunkt commented 9 years ago

Do you have any program you can recommend?

ComputerNerd commented 9 years ago

Try this https://github.com/ComputerNerd/simpleFrameGrabber