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.
232 stars 111 forks source link

Integration of OV7076 camera and esp8266 #22

Open neerajpal opened 7 years ago

neerajpal commented 7 years ago

Hey ComputerNerd, I think you have used OV7076 camera many times, I am experimenting with OV7076 camera (without fifo) . I was able to capture images using Instructables OV7076 camera tutorial. They have provided the code written by ComputerNerd [code].

Now for the second phase i want to stream my images to the local machine. Is this possible? Have you tried? Can you give me some steps or advices to go through? I will be highly grateful.

SayedBaqer commented 7 years ago

Looking for same idea, If it is possible to use this type of camera with nodemcu if possible and watch over nodemcu web page

Tvde1 commented 6 years ago

Did you make this work?