OV7670 Camera module to PC with Arduino (SIMPLIFIED!)

Поделиться
HTML-код
  • Опубликовано: 28 ноя 2024

Комментарии • 244

  • @averagegodotenjoyer
    @averagegodotenjoyer 11 месяцев назад +9

    For anyone who just keeps getting the red screen and everything looks correct. You even get the vsync word popping up in the terminal. Try switching out the 1k and 680k resistors for 4.7k resisters. 4.7's on both connections.
    I'm not sure why this worked for me.
    I believe it is a difference in the camera chip itself.
    My ov767 module was labeled differently is as follows:
    scl = sioc
    sda = siod
    mclk = xclk
    pclk = pclx
    vs = vsync
    If yours is labeled this way it may be your resistors that need changing.
    Only change the 1k and 680 though. Leave the 10k resisters alone, they are fine.
    I don't know why this works I'm just documenting that it did.
    Hope this helps someone, because it threw me for a loop. this guide was great though.
    Also if you have the new Arduino ide It may be better to just get the old version which is still available on the website. Idk why I didn't think of that sooner trying to get this working with the new ide is annoying.

    • @wpprohelper9796
      @wpprohelper9796 9 месяцев назад

      Hi, I am getting coloured blur images. Do you know what can be the issue?

    • @Артём-щ6п3я
      @Артём-щ6п3я 8 месяцев назад

      @@wpprohelper9796 Did you manage to fix it?

    • @wpprohelper9796
      @wpprohelper9796 8 месяцев назад

      ​@@Артём-щ6п3яYes, it was due to the lens. Try adjusting the lens of the camera and see if image is clear

  • @MahBor
    @MahBor 3 года назад +21

    Found your channel recently, just tried this project and the load cell one and they both work!
    Wanted to thank you for making these videos. Without you I wouldn’t have been able to make this camera work.
    Keep up the great work and good luck!

    • @IndrekL
      @IndrekL  3 года назад +1

      Thank's a lot for the feedback!

  • @augustvanhout2163
    @augustvanhout2163 2 года назад +29

    Great stuff! Just discovered that the custom tools functionality (so ArduImageCapture) is not implemented in Arduino IDE > version 2.0. Be sure to use legacy IDE

    • @manavmanoj3870
      @manavmanoj3870 2 года назад +2

      thank you very much for sharing, I just came across this issue

    • @1queijocas
      @1queijocas Год назад +1

      thank you, I was having difficulties figuring out what was wrong

    • @nitish6491
      @nitish6491 Год назад +3

      But i need to implement in Arduino IDE 2.1.1 Version. Then what I have to do. Set ArdulmageCapture plugin.
      Please reply ASAP.

    • @mukhos2481
      @mukhos2481 7 месяцев назад

      Which Arduino ide is suggested? 1.8.0 ?

    • @catalinpopa8908
      @catalinpopa8908 4 месяца назад

      @@nitish6491you can just go to the folder and search for a .bat file. You will see it runs some java code which is also there. It worked for me. It doesn’t need to be in arduino, you can run it outside the ide

  • @darrenleeyx
    @darrenleeyx 3 года назад +16

    Hi Indrek, good to see you back on these tutorials! Thank you so much for your assistance in my load cell project earlier this year. Hope to see more amazing videos from you :)
    All the best,
    Darren

  • @vittalsingh4034
    @vittalsingh4034 2 года назад +24

    Arduino has 3.3v output why do we have to divide the voltage with resistors

    • @StevenHayles
      @StevenHayles Год назад +8

      The camera is powered from the 3.3V output. The resistors are to reduce the 5V signals down to 3.3V.

    • @torcher5023
      @torcher5023 Год назад +2

      ​@@StevenHaylesbut we don't have 5v lol. Only 3.3. What a nonsense.

    • @orange_tweleve
      @orange_tweleve 9 месяцев назад +4

      I didnt watch the video yet , but the 3.3v comes from the ch340g chip which is the com chip and its pretty easy to burn this chip if you pull too much current from it. Its a better idea all in all to never use that 3.3v out and just use a 3.3v regulator instead

    • @Sndbbscxh
      @Sndbbscxh 3 месяца назад

      ​@@torcher5023U no need resistors on 3.3v arduinos

    • @magnuslund8321
      @magnuslund8321 Месяц назад +1

      Good question. He does use 3.3V from the arduinos 3.3V pin, however the camera needs a clock signal, which he gets from pin D3. There is no 3.3V clock on the arduino by default, so you have to divide it yourself. Hope it makes sense.

  • @alpha499
    @alpha499 10 месяцев назад +2

    The video you showed us is very useful. But how make this board to send the video or photo to another device (computer) wirelessly?

  • @dogzer
    @dogzer Год назад +3

    I'm glad to have found this channel! RUclips shouldn't keep this hidden from people. 😅

  • @CaptainMarci104
    @CaptainMarci104 2 года назад +1

    unfortunately not working for me. The picture where it is supposed to be green in ImageArduCapture is sometimes working, sometimes not, regardless of the baudrate. Sometimes it threws errors, sometimes not. Mostly the picture look frizzy black and green. and when noting is connected, sometimes the image is red, sometimes blue with a frizzy top.. just not working and always other seemingly random results.

  • @leotoe7425
    @leotoe7425 Год назад +2

    Thank you very much for your video.
    I can't find any information about OV7670 without FIFO in China LAN.Luckily, I found it on RUclips.Thanks again.

  • @mcnamarawilliam
    @mcnamarawilliam 2 месяца назад +1

    Hi, getting a compile issue on Arduino Uno R4, is there any plan for this board?

  • @xuttuh5260
    @xuttuh5260 2 года назад +1

    This is so cool! At last someone who solved the mysteries of OV7670! Idea for a future Iteration: A version that streams the Image to the LCD and into the PC at the same time. 🙂

  • @mohammadalsmadi8260
    @mohammadalsmadi8260 Год назад +1

    when downloading the code I have a problem instead of the folder LiveOV7670.ino I have LiveOV7670 which is a notepad file, but still, the type is written as an INO file can u help me with it? what should I do?
    thank you,

  • @arsanymaged419
    @arsanymaged419 11 месяцев назад +1

    I have a problem with that.
    The red screen does not change .. and the vsync word appearing after the red screen appears.. i checked the wiring more than 5 times and iam sure it is right.. some times the arduino send a message that i must download the last version of arduino and imagecapture .. but arduino 2.0 does not have image capture and when i downloaded it , it does not work too.. can you help me please ❤

    • @AVI-xo1kb
      @AVI-xo1kb 9 месяцев назад

      yup, I was doing this today and facing the same issue. Did you find any solution bro?

  • @jameslewis1093
    @jameslewis1093 2 года назад +2

    Hello lndrek, I was wondering if you knew what these boards where. My son and I are building a small robot by Thames Kosmos and I wanted to put a blue tooth camera on it. Thanks.

  • @vimalbherath7163
    @vimalbherath7163 2 года назад +1

    1. I using ov7670 camera module for obstacle Avoidance car. So I used L293d motor driver shield. How to change my own pins in the code.
    2. For camera test I tried it Arduino uno without L293d motor driver shield its work.but I want to change ov7670 camera image angle.(I fixed camera which pin side below and that time image is rotated) so I want to change rotate Angele. Can you help me.

  • @TheTranq
    @TheTranq 5 месяцев назад +2

    Hello friend, wondering if your Arduino Spreadsheet tool works with the new Arduino IDE 2.3.2? I used to use it on older versions and it worked fantastic, but now when I put it in the same "tools" folder, I cannot see it within the IDE

    • @DexterDGaming
      @DexterDGaming 5 месяцев назад

      same here

    • @anasampieri5102
      @anasampieri5102 5 месяцев назад

      hey! same here, did you solve this problem? I can´t see the arduimage tool

    • @TheTranq
      @TheTranq 5 месяцев назад

      @@anasampieri5102 I couldn’t get it to work. Hopefully he releases an update

  • @antronicsgaming8263
    @antronicsgaming8263 7 месяцев назад +1

    hey there can you put a video of connecting this camera to arduino
    touch screen 2.4 inch display

  • @V_Jazzsongs
    @V_Jazzsongs 9 месяцев назад +7

    How to increase fps?

    • @KPV145
      @KPV145 7 месяцев назад

      Пожалуй, никак, разве что за счёт ухудшения качества и цветопередачи.

    • @Nirajan___35
      @Nirajan___35 5 месяцев назад

      Can you please help me to install tools 😢

  • @richi8285
    @richi8285 5 месяцев назад

    Hey, cool video, but does it also work with an ESP32 instead of an arduino? I mean do the libraries play along?

  • @ShieldedLoL
    @ShieldedLoL 19 дней назад

    After the wiring part, I'm getting a blank slate in the ArduImageCapture... I'm not sure if my wiring is wrong or it just takes time to vsync? I'm also running the 1.8 IDE.

  • @IkeIke-d6d
    @IkeIke-d6d 8 месяцев назад +2

    I've put the ArduImageCapture folder in the tools folder but I can't find the ArduImageCapture option in the tool tab in the arduina App

    • @raybomb6439
      @raybomb6439 7 месяцев назад +1

      same, not sure why, ill let you know if i find a solution

    • @tilee9415
      @tilee9415 7 месяцев назад

      same problem too

    • @enochngoi
      @enochngoi 5 месяцев назад +1

      You could try out arduino IDE with 1.8 ver

    • @sarahbelkissemerrah5561
      @sarahbelkissemerrah5561 2 месяца назад

      same problem....if youfixed it please share how !

    • @MRgun202
      @MRgun202 2 месяца назад

      Try using old arduino IDE (version 1.8). Newest version does not support this camera tool

  • @cobalt-crush
    @cobalt-crush 9 месяцев назад

    Hello!
    I keep getting this error after connecting everything:
    Command checksum failed!
    1. Check baud rate
    2. Download the latest version of the Arduino code and the image capture program
    I do get the vsync after the green screen but then it turns into a repeated series of these messages. The baud rate is set at 50000 and I have downloaded the latest version from the link in the description box. All the connections are also correct

  • @artsaward3983
    @artsaward3983 6 месяцев назад

    hi! i am trying this and just before checkpoint 2, the box goes orange... can you help?

  • @diasdasilva5096
    @diasdasilva5096 Год назад +1

    Hello, very nice tutorial! Could you perhaps tell me why my image is very distorted, and you can't really make anything from it?

  • @jamtm2024
    @jamtm2024 26 дней назад

    How about in Arduino Mega 2560 r3?
    edit: the AdruImageCapture isn't working in Arduino 2.3.3

  • @alvarezamayajesusyahir371-8
    @alvarezamayajesusyahir371-8 7 дней назад

    esto funciona con el arduino mega??

  • @andrealupi8538
    @andrealupi8538 4 месяца назад

    Hi Luuk, I'm looking for analyzing video data from a Camera to use it in a home made spectrophotometer, so I would know if is possible not just to display video image captured on a window, but rather logging each single video data byte from Camera to analyze it by arduino itself or eventually by PC. Thanks a lot for your any information, and congratulation for your very good explanation of all your projects. Andrea (from Rome, Italy)

  • @luisnoriegaolalde3316
    @luisnoriegaolalde3316 2 года назад +4

    Hi Indrek!
    Your tutorial is amazing! Thanks a lot.
    Just one question: is there any way to save to an SD card any image captured by the camera? I'm trying to do something like a "surveilance camera" (not connected to a PC): when a PIR sensor is activated, the arduino captures an image on a SD card. Is it possible? Can you help me? Thanks.

    • @Raj-mc5hk
      @Raj-mc5hk 2 года назад

      Yes its is possible, but you will require more pins and an sd card module.

  • @sanjayaabeygunarathna9157
    @sanjayaabeygunarathna9157 Год назад +1

    please give library code to me

  • @thom11s18
    @thom11s18 8 месяцев назад

    Could we use this camera with a wifi module ? I would like to watch the video feed from an other computer

  • @karljastin6985
    @karljastin6985 2 года назад

    CAN YOU HELP YOU ME? MY UART_MODE 16 is not functioning well in the correct size. What should I do?

  • @debanjanborthakur4321
    @debanjanborthakur4321 2 года назад

    Hi, I was trying to use your serial to spreadsheet converter, it did not work.

  • @nahdiafadhilaturrahma3780
    @nahdiafadhilaturrahma3780 8 месяцев назад +2

    haii, thank you sm for this tutorial, but I can't get the arduImagecapture, I have tried for many times. can you tell me how fix the problem? I use arduino ide 2.21

    • @nahdiafadhilaturrahma3780
      @nahdiafadhilaturrahma3780 7 месяцев назад

      haiii thank you so much, finally I can connect the camera to arduino uno. then, I permit to recreate this video for my duty in the college in indonesian language🙏 hope you give the permission for it

    • @KZX-nl1yh
      @KZX-nl1yh 7 месяцев назад

      @@nahdiafadhilaturrahma3780 hi, can I ask how you fix it?

    • @nahdiafadhilaturrahma3780
      @nahdiafadhilaturrahma3780 6 месяцев назад

      @@KZX-nl1yh hii, what is your problem? is that the arduimage tools?

  • @carolinoangelihopep.5816
    @carolinoangelihopep.5816 Год назад

    Hi, All was going well when I did it up until I experimented with the UART and there was an error what possibly could've happened?

  • @daringd2147
    @daringd2147 Месяц назад

    Is there a way to make custom UART Options like 160x120 grayscaled at 460800 bps. I want to customise and hook up the code with my HC05 Bluetooth module which supports a maximum baud rate of 460800 bps. I have already modified your Java program to read from a bluetooth connection and tested it at 115200 baud rate.

  • @luqmanazman8234
    @luqmanazman8234 3 года назад +2

    i get the output but it's so blurry. how can I fix this?

    • @IndrekL
      @IndrekL  3 года назад +3

      Hey!
      If it seems like optical blurriness then try to adjust the lens. You can screw it in and out.

  • @Robotechss
    @Robotechss Год назад +1

    Hi @indrek
    i am followed your tutorials step by step, but while compiling on Arduino Uno it shows the following error message...
    error: no members matching 'Adafruit_GFX::drawRGBBitmap' in 'class Adafruit_GFX'
    using Adafruit_GFX::drawRGBBitmap; // Check base class first
    ^~~~~~~~~~~~~
    exit status 1
    Error compiling for board Arduino Uno.
    kindly help

    • @vincentlaizer
      @vincentlaizer Год назад

      @rkstudio2708, if you've found the solution please share

    • @vincentlaizer
      @vincentlaizer Год назад

      I've solved it by removing a previously installed Adafruit gfx library

  • @manyatapawagi1656
    @manyatapawagi1656 Год назад +2

    Hi there. First of all I would like to thank you for providing such a resourceful video. I have installed the plugin and just as you said, added it in the tools folder. However I am still not able to see the option from tools bar in the arduino IDE. Would be grateful if you help.
    Thankyou!

    • @switchcase7483
      @switchcase7483 Год назад +1

      same

    • @HebaBHussein
      @HebaBHussein 8 месяцев назад +1

      Idk if you still need this but the same happened to me and I had to revert to an older version of the Arduino IDE to view the option in Tools, try to get a version that is older than 2.0, 1.8 worked for me

  • @WhyAliasIdontNeedOne
    @WhyAliasIdontNeedOne 4 месяца назад

    Hi, on your website "how to power an arduino", please do a VERY important addition.
    You need to note that the "Arduino Nano EVERY", that exact model, should not be powered through the 5V pin.
    Please add this crucial info so people dont damage their nano every.

    • @IndrekL
      @IndrekL  4 месяца назад

      Hey! Can you give a source for it so I can link back to the explanation of why it can't be done?
      Powering it via USB will also connect 5V from the USB directly to the Arduino bypassing the VIN pin's regulator. What is the fundamental difference that makes powering it from the 5V pin damaging to the Arduino?

    • @WhyAliasIdontNeedOne
      @WhyAliasIdontNeedOne 4 месяца назад

      @@IndrekL I commented but it landed in the spam folder. Please look there

    • @IndrekL
      @IndrekL  4 месяца назад

      The comment isn't in the "held for review" folder. Maybe RUclips doesn't allow links in the comments at all. I selected "Always approve comments for this user" for you, which may help.
      Maybe you can replace all the dots in the domain name with spaces and try again?

  • @maxamad13
    @maxamad13 Год назад

    found your channel now and loving it man.

  • @lucamasini2115
    @lucamasini2115 2 года назад

    ExampleUart.cpp:337: error: 'class CameraOV7670' has no member named 'ignoreVerticalPadding'
    help :(

  • @pixelkoucholo7462
    @pixelkoucholo7462 2 года назад +1

    Dude we miss you!

  • @prajapatimanvendra3128
    @prajapatimanvendra3128 2 года назад

    Hi Indrek, I am not getting anything beyond red, checkpoint 1, what can go wrong? I am checking all the connections and wires

  • @apurvasingh1907
    @apurvasingh1907 Год назад

    why have you not used the horizontal sync? any particular reason?

  • @stargazer4574
    @stargazer4574 2 года назад +1

    Hello.
    Isn't there already a 3.3V pin on the Arduino Uno or Nano for the XCLK pin of the OV7670?

  • @MohammadTahaNadwi
    @MohammadTahaNadwi 2 месяца назад

    please advise on which libraries i need to have installed in arduino for this to work. also, the ArduImage tool is not showing up

  • @naveensrinath2633
    @naveensrinath2633 11 месяцев назад

    if u r getting any error on some line in the codes in some file means // make it as a comment if it is not goona be used..this may fix the error

  • @mukhos2481
    @mukhos2481 7 месяцев назад

    I can't find the ardu image file in tools. How to solve?

  • @张宇-j4f
    @张宇-j4f Год назад

    Can I use OV7670 with FIFO for production? What is the difference between the steps above?

  • @dans.6646
    @dans.6646 Год назад

    Hi Indrek, If I put listen and I don't get any color screen, what problem could be happening, if I already uploaded the code to the arduino UNO.

  • @coolmcplayz
    @coolmcplayz Год назад

    Hey indrek could you make another video with this module only? The ArduImageCapture plugin doesnt work with the newest arduino release

  • @Anointingify
    @Anointingify Год назад

    Hi Indrek, thanks for the video. Please, Can I connect the D0 to D7 of the camera to I/O Expander pcf8574? Which of the camera pins are input and output? I haven't tried it because I don't want to damage any of my boards. Thank you in anticipation.

  • @oguzhantelli35
    @oguzhantelli35 2 года назад

    EXAMPLE comes without errors until 11, but then I get very different images. So, i didn't get 640*480 rgb. Can you help?

  • @alikahkesh9679
    @alikahkesh9679 Год назад +1

    Hello, thank you for your good video. I use arduino mega in my project. When I upload the Exampleuart.cpp code to Mega, the red rectangle image does not appear; But when I use uno it appears.
    Why?
    Can I use your video and code on arduino mega?
    Thank you for your guidance.

    • @solalpapillard9364
      @solalpapillard9364 Год назад

      We had the same problem today. After looking at some other videos : The pins for the arduino mega are different from the arduino uno, here is the video I used : ruclips.net/video/8SNrivo5VDA/видео.html, in the description there is a link to github where the is the new code you should use and at the bottom of the page there are the changes you should make to your wiring.
      Hope this helps

    • @alikahkesh9679
      @alikahkesh9679 Год назад

      @@solalpapillard9364 thank you very much 🙏. One more question: I have searched a lot to learn how to set up this module with FIFO. But I did not find a complete tutorial that is as complete and detailed as this video. Do you know a complete tutorial for the version with FIFO?

  • @eyadahmed
    @eyadahmed Год назад

    Can i use this camera to make an OCR with arduino and outputs the text as a sound to help blind people in simple daily tasks which or it will be difficult to implement?

  • @jameslewis1093
    @jameslewis1093 2 года назад

    Sorry didn’t know I couldn’t attach a picture.

  • @ourchannel8215
    @ourchannel8215 4 месяца назад

    can you diy analog vid recorder using arduino? how is work

  • @LucreBem
    @LucreBem 2 года назад

    Can I use a laptop camera instead? It has a USB connection.

  • @林志誠-r5o
    @林志誠-r5o 2 года назад

    Can I use this program to test the OV7670 without FIFO?
    Can OV7670 be used to identify colors?

  • @neutron7
    @neutron7 Год назад

    Can the arduimagecapture work with 16 bit RGB565? i would like to send my ILI9341 frame buffer to the computer. If it does,I imagine it would be faster since its sending 16 bits instead of 24.

  • @moonmatthew
    @moonmatthew 2 года назад

    how do you make it with the display, with a HUD? maybe with a rtc module to live stream time to the display with the live video feed from the camera?

  • @ysh_lapish
    @ysh_lapish 2 года назад

    This helps me a lot.
    I wanna ask how could I set up sepecifed path for the captured images?
    Like make it automatically saved to my google drive?
    Thanks again for your big help!!

  • @sv5673
    @sv5673 Год назад

    how about a version that writes to External SPI RAM - instead of Serial ?

  • @elianvasquez6862
    @elianvasquez6862 2 года назад +1

    Hi Indrek, nice project, super useful. Am planning to apply it for my final college project. Can you help creating the code to take a picture just when I tell the code to do it?

  • @ViniciusMNunes2
    @ViniciusMNunes2 6 месяцев назад

    Very good video!
    Is there any way to adjust the contrast and/or change the colors? The contrast is way too high in grayscale mode and in RGB mode everything has a red tint for me

    • @PandoraVase
      @PandoraVase Месяц назад

      Did you find a way? In my case, it shows the images like if there was a filter on them, and it's not a clear image

  • @taibal5680
    @taibal5680 11 месяцев назад

    Hello , how can we add to it an LCD with it code to this tutorial?

  • @rtmesuperthegreat7412
    @rtmesuperthegreat7412 Год назад

    Hey there. Thanks so much for the tutorial but is there a way to export each individual frame to edit it. Thanks for your help.

  • @PizzaBox000
    @PizzaBox000 2 года назад

    Hello, I have this error : CameraOV7670.h: No such file or directory. And I can't find anywhere these library.
    Can anyone help me solve it?

  • @mumie_08
    @mumie_08 Год назад

    I don't haver a 680 resistor. Can i also use a 1k resistor? Great Video!

  • @SPARSH_ROBOTICS_pvt_ltd
    @SPARSH_ROBOTICS_pvt_ltd 11 месяцев назад

    hi the totoral was amaxing but the camera is showing green instead of the image'

  • @vigneshkumark2019
    @vigneshkumark2019 7 месяцев назад

    I had downloaded and extracted the arduimagecapture file then copied the file to the path you had specifued but it haven't shown in the tools bar

  • @DidierWiot
    @DidierWiot Год назад

    Would it be possible to use this for basic shape recognition/object detection?

  • @ZigZag-kl7vp
    @ZigZag-kl7vp 8 месяцев назад

    why doesn't the tools display appear?

  • @subayyalsajjad2527
    @subayyalsajjad2527 2 года назад

    Hi @Indrek, I've Been Following Your Tutorial To Integrate OV7670 with my own Project but I'm Unable To Control Frames at Output (I want The Camera To Take a Picture When My Motion Sensor Detects Motion). Can You Please Help me Out a Little 😅

  • @scottymcclaggin6527
    @scottymcclaggin6527 2 года назад

    Hmmm so I'm using an Arduino clone and it looks just like the one in the video, but I can't seem to use the 1 or 2 Mbps baud rates. Anyone have some insight into why that might be?

  • @1MS19EI01
    @1MS19EI01 Год назад

    Can someone help me with altering the arduino code to add delimiters after each frame is being sent. Thankyou

  • @adityasinharoy437
    @adityasinharoy437 11 месяцев назад

    I tried to do everything you mentioned here but when I installed the new ide (2.0), when I installed the libraries, when I upload the code, it says this(Compilation error: BufferedCameraOV7670_QQVGA_10hz.h: No such file or directory). but in the old ide it worked! ( just to note that after the new ide was installed the old ide cannot compile for uno anymore ) but anyway because it worked in the first place, i would like to thank you for the amazing content you upload.

  • @alikahkesh9679
    @alikahkesh9679 Год назад

    Hello, thank you very much for your tutorial. Do you have a similar video for the FIFO version of this module?

  • @calmrelaxed7626
    @calmrelaxed7626 6 месяцев назад

    how can i use it for live image detection

  • @renderuthis
    @renderuthis 3 года назад

    I thought you could wire many of these to on board! Do you really need all these wires?

    • @IndrekL
      @IndrekL  3 года назад

      Yes, because the data is transferred in parallel 8 bits at the time. Plus some additional signalling wires. Alternatively you can create a PCB board that makes it all much cleaner.

  • @ritikakumari6591
    @ritikakumari6591 2 года назад

    Thank you for the video. Will definitely try this. As an extension to this project, can you please show how to upload the images captured to google drive

  • @kindchikowero9027
    @kindchikowero9027 Год назад

    thank you for this video but am having a bit of challenge connecting 3 different cameras and viewing them in the way you did here

  • @solalpapillard9364
    @solalpapillard9364 Год назад

    Hello, does anyone know what electrical schematic he is using?

  • @mazharkhaliq1971
    @mazharkhaliq1971 19 дней назад

    Hi
    Anyone please help me
    I have achieved the first checkpoint but at the
    Checkpoint 2 i am not getting any image at all No read No green No black

    • @mazharkhaliq1971
      @mazharkhaliq1971 18 дней назад

      Well i turned out to be jumper cable problem , so folks check those as well if its not showing any thing :)

  • @mukhos2481
    @mukhos2481 7 месяцев назад

    Code error is showing. How to solve?

  • @bennewman5507
    @bennewman5507 2 года назад

    I can't get the image caputre tool to load

  • @aryanderania425
    @aryanderania425 Год назад

    Hey! I was wondering how can we control the exposure by manual input in code?

    • @claire938
      @claire938 Год назад

      Hey, I have the same question, the image I get after exposure stabilization is a little too dark. I’d be interested if you get any answer !

  • @alihammad2049
    @alihammad2049 Год назад

    Hello Indrek, Thanks for the guide, I'm trying to read the image over serial from another computer and save it, do you have code to convert the raw data to an image file

    • @1MS19EI01
      @1MS19EI01 Год назад

      Hello. I have converted and successfully received the images on python, but the rgb images seem to be very distorted, the frames arent being sent one by one, how do i alter my arduino code to add delimiters after each frame is sent

  • @gurujiart123
    @gurujiart123 Год назад

    How to transfer this data via Bluetooth???

  • @AbilashJ-c2t
    @AbilashJ-c2t Год назад

    the file is not there in the folders

  • @safiafeknous2272
    @safiafeknous2272 2 года назад

    Can i display with arduImageCapture tool, images from any type of camera (as an optical mouse sensor) ? Thank you.

    • @safiafeknous2272
      @safiafeknous2272 2 года назад

      I rephrase my question to be more precise : Can I use "arduImageCapture" tool to display images from any type of camera as optical mouse sensor ? Of course, using an appropriate Arduino code. Please can you also give me a summary on how images are sent to this plugin so that I know how I should write my arduino code. I need this information for a Master's project. Thank you so much for saving me.

  • @oguzhantelli35
    @oguzhantelli35 2 года назад

    how can i record videos and i can use arduino yun right? Thankss :))

  • @solomonmuchiri1063
    @solomonmuchiri1063 2 года назад

    why does the code have many errors

  • @paulnowak6397
    @paulnowak6397 2 года назад

    Hello ! Is the tutorial compatible with the VS code IDE with the Arduino Extension as well ?

  • @joeyteribeaani4651
    @joeyteribeaani4651 2 года назад

    Can i use this camera for raspberry pi?

  • @AbdurRahman-vt7vx
    @AbdurRahman-vt7vx 2 года назад

    hello sir i am having problem in compiling the sketch the error says:
    error: no members matching 'Adafruit_GFX::drawRGBBitmap' in 'class Adafruit_GFX'
    please help

  • @Itsmeyourlookingfor
    @Itsmeyourlookingfor 2 года назад

    can u please share the link of download of C++

  • @layor159
    @layor159 2 года назад +1

    Hello, thank you for your project. I have a problem when I run the code, there's an error which says:
    C:\Users\layocr\Downloads\LiveOV7670-master\src\LiveOV7670\ExampleUart.cpp: In function 'void processGrayscaleFrameBuffered()':
    ExampleUart.cpp:353:10: error: 'class CameraOV7670' has no member named 'ignoreVerticalPadding'
    camera.ignoreVerticalPadding();
    and there are more errors like that with 'ignoreHorizontalPaddingLeft' and 'ignoreHorizontalPaddingRight'
    What can I do? Thanks
    Pdst. I solved it!
    I didn't know how, but when I moved all LiveOV7670Library archives to LiveOV7670 file the .ino compiled and worked.

  • @rohith8934
    @rohith8934 12 дней назад

    didn't find ArduImage capute in tools..

  • @jazcess12
    @jazcess12 3 года назад

    is the ov7670 similar to the ov7725, i am trying to test my ov7725 is it the same wiring schematic as the ov7670?

    • @IndrekL
      @IndrekL  3 года назад

      Hey! I don't know for sure, but probably not.