This is a bit dull but meant to be a very detailed explanation for those people struggling with this camera. Next week more entertainment promised 😁
@lightdark007 жыл бұрын
Highlight/sticky your comment so it stays on top 😊
@mreffgee75557 жыл бұрын
A bit dull but very, very well explained and super helpful!
@notpikallito4 жыл бұрын
This was very helpfull! as most tutorials i found are more about getting it to work with pc. Im realy happy that you explained how the data is actualy transferred.
@rallymax23 жыл бұрын
Thx for the walkthrough. Not dull at all
@papaman10377 жыл бұрын
Love it dude!!! Please keep the great stuff coming.
@user21XXL7 жыл бұрын
cool, using cameras always seemed too hard, you made it more manageable. Maybe some day I'll try it out.
@ProtoG427 жыл бұрын
Just found your channel, great stuff!
@zolatanaffa877 жыл бұрын
hi i'm a new entry! just after 2 videos and your presentation in your home page. see youn soon! and good wishes for your healing Knee
@lozzak9984 жыл бұрын
This was a great description of this camera module. It's very hard to find any proper, detailed information on these. Can I ask why you use the OV7670 rather than something like the OV2640 that's widely used on the ESP32-CAM boards?
@aptech29337 жыл бұрын
I've been trying the do 160x120 and 80x60 for a loooong time.
@lightdark007 жыл бұрын
Can the video be interlaced to allow for a higher resolution, at the cost of throwing away half the data each frame?
@bitluni7 жыл бұрын
Yes. Overcoming the ram limit of the esp is easy to do this just by skipping every other line when reading from the FIFO. to overcome the limit of the FIFO memory it probably will work by using HREF and toggle writeEnable every other line. I didn't try this yet but it should work. I had also the idea to use HREF to record just a portion of the lines from the center.. this way you could get a widescreen image with a higher resolution
@임건우-n6i5 жыл бұрын
Hi. Your video really helped me. However, I'm trying to connect the OV7670 (with FIFO) to an SD card so that I can view the video on my computer later on. Can you please help me with it?
@pranavshinde19895 жыл бұрын
Can I video stream using nrf24l01 and arduino?
@mukundsrinivas84266 жыл бұрын
Possible without fifo camera?
@rampr42255 жыл бұрын
Is it possible to capture a still image and send it to the cloud...
@mohitkashyap75737 жыл бұрын
can we interface ov7670 with arduino uno using this tutorial....since i am struggling aloltt
@bitluni7 жыл бұрын
The sources should work with uno... you need to change the pin numbers and connect the tft to the mosi and sck pins of the uno.
@rajeshduggineni74654 жыл бұрын
Hello Mohit Kashyap are you done interfacing ov7670 with arduino? If yes could you please help me with the code. its fine with out tft module.
@isojed7 жыл бұрын
dalmirdasilva/ArduinoCamera on Github (C++) has nice code with explaination. Or google for "pdf: OV7670 Implementation Guide (V1.0)"
@bitluni7 жыл бұрын
Awesome! that is great .. why didn't I find this earlier. will link the stuff on the project page thanks!
@amiga68k754 жыл бұрын
thanks for your great video! what‘s the exact benefit of the FIFO memory? does it save ESP32 RAM? my application will send camera images through a TCP socket to a Java application. does the FIFO memory makes sense for that?
@razeric6 жыл бұрын
Can you help me? I don't have a TFT SPI screen. And image I'm receiving on Web page is low pixel and low fps.
@cgdincer7 жыл бұрын
Thanks 👍🏻
@Rothammel17 жыл бұрын
nutzt du damit beide Kerne?
@bkzzzzz7 жыл бұрын
This is really nice project but can you show us workaround how to do it for the camera modules that don't have fifo and oscillator on it?
@lufycz.7 жыл бұрын
He said that he will cover that in a later episode
@bitluni7 жыл бұрын
this is a little bit more sophisticated since it needs some I2S coding or assembly. I will try... But you can check out the CameraDemo from the espressif idf. I linkted it on the project page
@KDM-Reloaded7 жыл бұрын
Please continue your work without fifo! Thank you!