ESP32 I2S Camera (OV7670)

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 มิ.ย. 2024
  • Chapters:
    2:32 web server demo
    4:00 code for mqtt, web server, bitmap
    8:12 OV7670 pins and wiring without FIFO
    9:31 I²S, DMA overview
    12:05 Arduino camera sketch
    13:03 I²S init
    18:47 DMA init
    19:32 I²S start/stop
    20:11 I²S Interrupt
    21:29 XCLK
    22:57 credits
    This video explains in detail how to record images with the ESP32 and the OV7670 camera (with and without FIFO). An SPI TFT display is supported and a basic web server provides the images in the local network. MQTT is used to announce the IP address of the microcontroller and a simple Node.RED flow provides a convenient UI with the image stream embedded.
    Project pages:
    OV7670 with FIFO
    bitluni.net/ov7670-with-fifo/
    ESP32 I2S OV7670 (without fifo)
    bitluni.net/esp32-i2s-camera-o...
    Original esp-cam-demo code:
    github.com/igrr/esp32-cam-demo
    If you like the video consider supporting my work (some extras on Patreon):
    / bitluni
    www.paypal.me/bitluni
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 166

  • @Ab55koy
    @Ab55koy 6 ปีที่แล้ว +11

    Thank you ever so much! I bought this version on the camera module as it was the cheapest, then tossed it aside as I couldn't get my head around it. You bought it to life. I love the way you do your videos. Keep them coming. I'm always looking forward to your next video, can't wait for the next one :)

  • @andsparky
    @andsparky 6 ปีที่แล้ว +7

    What you've done here is extraordinary. I made a similar project and this video helped me a lot. There is not much info about the camera or the microcontroller in this case out there. Thank you! Good job! Keep going!

  • @bkzzzzz
    @bkzzzzz 6 ปีที่แล้ว +21

    this is very Nice! you have finally done it for the Module without Fifo memory. thank you for sharing all this useful detailed information. you are Great! all your videos have very high value.

  • @paparoysworkshop
    @paparoysworkshop 6 ปีที่แล้ว +9

    I'm glad I found this video. I bought several of those camera's a long time ago and never knew what to do with them.
    You have a new subscriber. Keep up the great work.

  • @priyanshakaurav1258
    @priyanshakaurav1258 ปีที่แล้ว

    The way you explained the i2s interface integration with the camera is remarkable. Thankyou so much for this video...

  • @AKIRAfotografie
    @AKIRAfotografie 6 ปีที่แล้ว +6

    I basically didn't understand a single word. But I watched the video while ironing which was an entertaining solution. I'm happy to be a Patreon backer.

  • @zachburke8906
    @zachburke8906 6 ปีที่แล้ว +2

    This is actually really useful.
    Very cheap and low power way to monitor something, possibly tie it to a motion detector to stop taking new pictures when nothing is happening.
    Or do the opposite, have it alert you when something stops moving. For example if you want to use this to monitor a 3D printer it can alert you when the print is done, or if something is wrong(you’ll have to determine that yourself from the photos).
    Without a screen these could be made for less than $10 each.
    $3 for the esp32(wroom), $2 camera. Other parts would be nearly nothing.
    Power usage would be very low. Probably paying cents per year to run, and it’s always around.
    Great work

  • @PetRatty
    @PetRatty 6 ปีที่แล้ว +2

    Thank you for all your hard work, I will be playing around with your code when I get my camera

  • @rallymax2
    @rallymax2 3 ปีที่แล้ว +1

    Great walkthrough on i2s specifically. The i2s.int_clr = i2s.int_status will be reading the interrupt status register. Normally you would then have a switch statement to handle each sub component interrupt reason by handling each bit that’s active. But since there is only one used in the demo it simply writes the status register as-is instead of masking it first to the interrupt clear register.

  • @carlosgarcialalicata
    @carlosgarcialalicata 2 ปีที่แล้ว

    Just found this golden video. Going through the code explaining it bit by bit is awesome! Thanks for this

    • @Deckard.M
      @Deckard.M ปีที่แล้ว +1

      Have you tried it? Because I tried step by step tutorial, and I have and error that I don' understand and need to fix

  • @MaxintRD
    @MaxintRD 6 ปีที่แล้ว +1

    Very nice! Thank you for sharing your hard work and especially for looking at the no-fifo board. Wonderful!

  • @jlegen
    @jlegen 6 ปีที่แล้ว +2

    Amazing piece of research, thanks for these insights! And between cam with and without FIFO, is there a practical difference, perhaps speed or quality related?

  • @ricka1939
    @ricka1939 6 ปีที่แล้ว +1

    I really enjoy your videos and am glad you found all of this information and made it available. Thanks!
    A question. I am looking for a way to grab one or more still pictures using an esp32 or arduino as part of a simple security system. Would you recommend the ov7670 for this?

  • @jamesgorman8027
    @jamesgorman8027 6 ปีที่แล้ว +2

    Keep up the good work man!

  • @maxsiebenschlafer5054
    @maxsiebenschlafer5054 6 ปีที่แล้ว

    You are on of the coolest TH-camr. You have a very funny style to make videos.

  • @mic159
    @mic159 6 ปีที่แล้ว

    Nice! I'm trying to do something very similar but was getting issues with the alignment of the image. I will check out your code to see if I can figure out where I was going wrong.
    Thanks!

  • @bitman4204
    @bitman4204 3 ปีที่แล้ว

    thanks for your contribution,
    the project works, I have already put it to work.

  • @ligialala9082
    @ligialala9082 5 ปีที่แล้ว +1

    Great video!Can I ask you how do you setup the node-red to see the pictures from Lolin32 in dashboard?Thank you!

  • @gmiller123456
    @gmiller123456 6 ปีที่แล้ว +1

    Thanks, this is great work.

  • @Cairos1014
    @Cairos1014 6 ปีที่แล้ว +2

    Very nice. Thank you!

  • @Bianchi77
    @Bianchi77 11 หลายเดือนก่อน

    Nice video shot, thanks for sharing it, keep it up :)

  • @syinx2301
    @syinx2301 6 ปีที่แล้ว +1

    thankyou for videos! thats really help me,
    btw how i can save the image into Sd-Card?

  • @leroyepps8981
    @leroyepps8981 5 ปีที่แล้ว +1

    Great video! Just having trouble with installing the proper bmp.h, could you please help with some information? Thanks so much for your time and consideration.
    ,

  • @felipjims
    @felipjims 4 ปีที่แล้ว +1

    Hi. Amazing video!!. I was watching this video series and was wondering if I could use I2S built-in ADC for reading two signals of 20kHz each, but so far I only found examples that set and use only one I2S ADC channel. Would you know to inform me if I2S ADC can be set to read more than one ADC channel? Thank you in advance.

  • @mircoheitmann
    @mircoheitmann 6 ปีที่แล้ว

    you could also try an fpv camera, those have ntsc or pal outputs and if the esp32 is fast enough to receive that data it would make the wiring quite a lot easier and cleaner :]

  • @naasikhendricks1501
    @naasikhendricks1501 5 ปีที่แล้ว

    Ring buffer to slow down data. You have some memory to store data once the buffer is full you send data.

  • @dougmcdonald7228
    @dougmcdonald7228 5 ปีที่แล้ว

    Very good information. I normally use PIC muc's but the esp32 looks really good. I'm going to be doing bidirectional audio and one direction video from the esp32 to an android / iphone. Do you think This part can do that. In the video you were saying you only used 16 bits of the 32bit buffer in i2s. I wonder if the other 16 bit could be used for audio? Just a thought. Great work.
    Doug

  • @taofeekolalekan7018
    @taofeekolalekan7018 6 ปีที่แล้ว

    Great work sir. please, I am not getting how you use the Node-Red App to stream. did you create a custom App or there is available App on play store? looking forward to your kind response thanks.

  • @RaFabu666
    @RaFabu666 5 ปีที่แล้ว +1

    Great video!
    Anyone have a simple example how to write a voltage read trought adc to DMA?
    Ty!

  • @jorgedomenechjara7181
    @jorgedomenechjara7181 4 ปีที่แล้ว

    Great video!
    I have the same camera but I have the espwroom32, could I use it too but changing some pins?

  • @imignap
    @imignap 6 ปีที่แล้ว

    Im guessing you need to trigger your frame reads with the vsync pin on the vertical back porch of each frame (check with a scope). As long as you can read the frame quick enough before the next frame's front porch you may not have to do any clock speed tweaks for the camera setup as its the master. Ideally you would like to pull this frame into some local buffer but if your lacking ram for this maybe adding another ext. Sram chip would be help so this can transmit with more time to spare.

  • @facu6706
    @facu6706 2 ปีที่แล้ว

    Thank you for this video and code, I was able to do it very successfully, thank you very much. Saludos desde Argentina

    • @Deckard.M
      @Deckard.M ปีที่แล้ว

      Is it working for you? Because I tried step by step tutorial, and I have and error that I don' understand and need help to fix it 😅

  • @aizukanne
    @aizukanne 6 ปีที่แล้ว

    Very nice work. Can the OV7670 be replaced directly with an OV2640? If not, what would I need to change?

  • @mau_lopez
    @mau_lopez 5 ปีที่แล้ว +1

    Hi, I really enjoyed this one, great job! Is there any way in which you could give me some guidance to implement your code for a ov2640 camera? I just need the frame captured by the camera (one frame at a time) and I would be sending that frame to a web server with my own code in Arduino IDE, any help will be much appreciated. Thanks and keep up with the good work!

  • @electron-1979
    @electron-1979 6 ปีที่แล้ว

    Dude! That's some cool shit!
    Does your lack of replies reflect how overwhelmed we are with this detail? THANKS

  • @johandanmo
    @johandanmo 4 ปีที่แล้ว

    Great tutorial! You got me started on a project with a similar set-up (ESP32 and OV7670), however instead of streaming a video I want to send an image once a day or once a month to google drive (very hard to find someone that have done this). Do you have any suggestions on how to save an image on the ESP32 that does not have an SD card? From there I could probably find a solution on sending the image to google drive :)

  • @manecolooper
    @manecolooper 6 ปีที่แล้ว +1

    Thanks for the great information! i have one problema in another Project, i need to store 8 bits values in esp32 ram, but it only allows for 96000 bytes máximum allocation, there's ram left in the esp32 , at least 150 k , this is a big mystery,could this dma method be the solution?

  • @SkiingInMoscow
    @SkiingInMoscow 4 ปีที่แล้ว

    Awesome. Thank you.

  • @losmilosmi1917
    @losmilosmi1917 3 ปีที่แล้ว +1

    It would be nice to use some very small resolution like 160x100px, to increase frame rate!

  • @bitman4204
    @bitman4204 ปีที่แล้ว

    Excellent and impressive work, why did you implement I2C? Is it possible to use i2c hardware or not, and is that why you implemented it?

  • @nnd18571
    @nnd18571 6 ปีที่แล้ว +1

    What is the power consumption when it captures and sends the data?

  • @gustavomorais452
    @gustavomorais452 5 ปีที่แล้ว

    great job!!! do you know how to interface with nodemcu board??

  • @bernif97
    @bernif97 2 ปีที่แล้ว

    Your tutorial is great, I want to take grayscale image only from OV7670. Do I have to ad some coding in your OV7670.cpp?

  • @asfagus
    @asfagus 5 ปีที่แล้ว +1

    can we interface an arduino uno to OV5642 non FIFO camera using this code by just interchanging pins or will i encounter some errors like different registers and I2S not available on arduino uno?

  • @yxhankun
    @yxhankun 5 ปีที่แล้ว +1

    Does the sketch write the picture into a file and can store the file into SD card.

  • @shubhamverma7730
    @shubhamverma7730 5 ปีที่แล้ว +1

    Hi how to take photo nd store to sd card by camera with audrino uno

  • @nightshade9186
    @nightshade9186 4 ปีที่แล้ว

    Can you convert a av(composite video) input camera to a bitmap image and save it in sd card using esp32 ?

  • @ehtishamliaqat9510
    @ehtishamliaqat9510 3 ปีที่แล้ว

    nice explaination

  • @darrenyoung483
    @darrenyoung483 5 ปีที่แล้ว

    Good day. Is it possible to convert the image data into a Bitmap file on the arduino?

  • @jasimwaqat5242
    @jasimwaqat5242 6 ปีที่แล้ว +1

    Thank you so much! It worked for me, just the screen resolution wasn’t that good, is it possible to modify the screen settings for a better resolution? If so i would be thankful if you can tell me how.

    • @hoc537
      @hoc537 5 ปีที่แล้ว

      How can i find the code that worked?

  • @duffsman
    @duffsman 5 ปีที่แล้ว +1

    thanks for providing this awesome code, it works like charm. Anyway i ran into some trouble when using it together with a servo motor and the ESP32Servo library. I will now alter my setup a bit and use another micro controller connected via serial which can control the servo, so no problem this time. But could you explain why this problem exists? Is it due to the ledc timers?

    • @duffsman
      @duffsman 5 ปีที่แล้ว

      it was the XCLK timer, i changed the channel and now it even works together with the servo

  • @rochdimaria
    @rochdimaria 2 ปีที่แล้ว +1

    can we change D0--D7 pins location and still use the i2s ?

  • @lucasfabriciomedeirosdeluc4674
    @lucasfabriciomedeirosdeluc4674 6 ปีที่แล้ว

    Is this OV7670 connected to ESP32 and using the WIFI network suitable for streaming video from another location? It would be a good transmission, very slow or impossible?

  • @rklauco
    @rklauco 6 ปีที่แล้ว +1

    Great work. Stupid question here. The camera should support jpeg capture, this should be much less demanding then bmp and allow higher resolutions. I am not interested in direct display, more in timelapse capture. Do you have the documentation for the chip without fifo buffer? Do you think this would be possible?

    • @bitluni
      @bitluni  6 ปีที่แล้ว +1

      Yes there are different versions of the camera supporting jpeg. Check out the code from igrr. He implemented that feature

    • @hoc537
      @hoc537 5 ปีที่แล้ว

      I can't fibd the code that js in the vd please how i find it

  • @aindriyabarua5141
    @aindriyabarua5141 5 ปีที่แล้ว +1

    will te code and all set up be same for esp8266?

  • @adangranada92
    @adangranada92 5 ปีที่แล้ว

    Hi!!! Thanks for your tutorial, can you share your full code? Thanks!!

  • @zeyadyasser187
    @zeyadyasser187 4 ปีที่แล้ว

    wouldn't sending the images to server in black and white make it faster ?and if so what should i change in the code to make it

  • @pacsmile
    @pacsmile 5 ปีที่แล้ว +1

    I tried this with a doit esp32 devkit v1, but the camera is way slower than what you're showing here, i also had to fix an error with a led_c parameter that wasn't working correctly with the newer version of the esp32 core for arduino, any suggestion of what i can look into to make it faster like in your video?

    • @florianh1234
      @florianh1234 5 ปีที่แล้ว

      Using the same microcontroller, having some issues aswell.
      Can you share your code?

  • @gabrielcalvet6382
    @gabrielcalvet6382 3 ปีที่แล้ว

    Great video, how can i save the image into the micro SD card with micro sd card module?? HELPPPP

  • @ahsero8278
    @ahsero8278 ปีที่แล้ว

    how do you create the PCB shield for the microcontroller with the camera on, sir?

  • @aniketpoojari5955
    @aniketpoojari5955 4 ปีที่แล้ว

    where is the final base64 format of image saved in the code?

  • @adityasuresh6607
    @adityasuresh6607 4 ปีที่แล้ว

    Can it do auto brightness adjustments.

  • @doctorweile
    @doctorweile 6 ปีที่แล้ว

    You're a genius

  • @ivantanra1804
    @ivantanra1804 6 ปีที่แล้ว

    Hi. Thanks for the info. I try your code for without FIFO camera and I got this error message :
    E (5577) ledc: ledc_set_duty_with_hpoint(383): hpoint argument is invalid.
    Do you know any wrong in the code

  • @DulawnRp
    @DulawnRp 6 ปีที่แล้ว

    '
    Are you using both cores ?

  • @Marc-mp6lf
    @Marc-mp6lf 3 ปีที่แล้ว +1

    Is ov5642 without fifo feasible esp32?

  • @zinonpaparis7402
    @zinonpaparis7402 5 ปีที่แล้ว

    Does this work with the Arduino uno?

  • @kagaminelen51
    @kagaminelen51 3 ปีที่แล้ว

    is it possible to use an SS1036 Oled (i2c) instead using an SPI Display ?

  • @MaxSMoke777
    @MaxSMoke777 3 ปีที่แล้ว

    I have been trying to find a way to do the opposite with no luck. I would like to use an ESP32 and attach screen to view a network camera stream. Can you help point me in the right direction? I know the esp32 can handle a network video stream because of the "espflix" project.

  • @romellboligao8147
    @romellboligao8147 5 ปีที่แล้ว

    i always get this error
    'malloc' was not declared in this scope

  • @dompower500
    @dompower500 6 ปีที่แล้ว

    Excellent tutorial sir

  • @Ale11Re
    @Ale11Re 2 หลายเดือนก่อน

    Is it theoretically possible to combine this camera with composite video out through the esp?

  • @almpazel1486
    @almpazel1486 ปีที่แล้ว

    esp32 can use external PSRAM, like 8MB, 16MB

  • @shivashis3357
    @shivashis3357 5 ปีที่แล้ว +3

    Looks like the code in Github is little different than the one explained here

  • @muhammetozer1564
    @muhammetozer1564 3 ปีที่แล้ว

    Hey, how can I stream the image as mjpeg instead of bmp? (Can I?)

  • @alakazam1142
    @alakazam1142 4 ปีที่แล้ว

    Hi bitluni, thank you for your work in this video, very useful.
    I got a project to capture photo from ov7670 and post it to telegram using bot. Can you help me? I tried by myself, but the esp32 didnt take a picture when we call oneFrame function.

  • @EvanRobertsTantono
    @EvanRobertsTantono 3 ปีที่แล้ว

    when I compile the code on Github and with the appropriate schematic circuit. But it doesn't use the TFT Screen and when accessing the esp 32 IP address it doesn't display as in the video above. So what should I do to get the image via the local web

  • @razeric
    @razeric 5 ปีที่แล้ว +5

    Can you help me?
    I'm receiving this error from serial monitor and I don't know why?
    "ledc_set_duty_with_hpoint (383): hpoint argument is invalid"

    • @razeric
      @razeric 5 ปีที่แล้ว +1

      @@eatmybutt42069 can you help me again.
      My problem now is the image the web receives is blurry

    • @akarshagarwal4516
      @akarshagarwal4516 5 ปีที่แล้ว

      ​@@razeric same. I receive lines cant even make head or tail of it

    • @osfg7457
      @osfg7457 5 ปีที่แล้ว

      @@eatmybutt42069 Very helpful!

  • @SanjanaMahesh-wf1mk
    @SanjanaMahesh-wf1mk 11 หลายเดือนก่อน

    I’m using an ILI9488 spi tft instead however the tft isn’t displaying the images from the camera. any suggestions?

  • @Gabonidaz
    @Gabonidaz 5 ปีที่แล้ว

    E (6979) ledc: ledc_set_duty_with_hpoint(383): hpoint argument is invalid
    I receive this error from terminal, in GitHub said that the problem is latest idf, but i don't use Espressif IDE, i use platformIO

  • @becopta
    @becopta 5 ปีที่แล้ว

    Can you do a video of QR Code scanning with OV7670 and ESP32? That would be awesome!

    • @bitluni
      @bitluni  5 ปีที่แล้ว

      Nie idea, I'll put it on the my list (that is quite long unfortunately)

  • @domnik9062
    @domnik9062 2 ปีที่แล้ว

    Has somebody already figured out how to increase the resolution? Bitluni metioned it at the beginning.

  • @erikvera487
    @erikvera487 6 ปีที่แล้ว +1

    Very nice. I need to make a project, but i need an image at least 640x360 and, i don't know how... I try to change the code but don't run for values over 160 x 120. (Sorry my english)

  • @thorstenpapendorff77
    @thorstenpapendorff77 3 ปีที่แล้ว

    HI....great Project and Helpfull for a Project a want to realize, but i can´t compile the code even for esp32 dev module or Lilon32, can someone help me?

  • @joelzavala2101
    @joelzavala2101 4 ปีที่แล้ว

    Hello bitluni's lab, I have an error that says: HE (2470) medc: ledc set_duty_with_hpoint (383): hpoint argument is invalid, could you help me with that?

  • @devrim-oguz
    @devrim-oguz 5 ปีที่แล้ว

    You rock!

  • @enkyCSGOMore
    @enkyCSGOMore 5 ปีที่แล้ว

    where can i find the ip address ? The ip of my router doesn't work.

  • @rajeshpradhan9098
    @rajeshpradhan9098 5 ปีที่แล้ว

    Can it should be access through Internet????

  • @rickv.f.2311
    @rickv.f.2311 4 ปีที่แล้ว

    I used your example for the one without the FIFO.
    Only when I use
    camera = new OV7670(OV7670::Mode::QQQVGA_RGB565, SIOD, SIOC, VSYNC, HREF, XCLK, PCLK, D0, D1, D2, D3, D4, D5, D6, D7);
    I'm able to see something on the webpage, but the image which is displayed is very pixeled, so you are not able to see anything.
    Also, the update rate is very slow, but I see the pixels getting different colors.
    Are you able to tell me what I missed. (used the 4.7K resistors between SIOD - 3.3V and SIOC - 3.3V
    I used an ESP32 Dev module and the OV7670
    const int SIOD = 21; //SDA
    const int SIOC = 22; //SCL
    const int VSYNC = 34;
    const int HREF = 35;
    const int XCLK = 32;
    const int PCLK = 33;
    const int D0 = 27;
    const int D1 = 19;
    const int D2 = 18;
    const int D3 = 15;
    const int D4 = 14;
    const int D5 = 13;
    const int D6 = 12;
    const int D7 = 4;

  • @soon8114
    @soon8114 6 ปีที่แล้ว

    Thank you for your video, QVGA mode can not run, consider supporting ESP32 psram?

  • @devilfaizi8417
    @devilfaizi8417 ปีที่แล้ว

    can i use nodemcu instead of esp 32s
    i mean esp 8266

  • @srn6162
    @srn6162 3 ปีที่แล้ว

    Can you please explain how to code it in MycroPython

  • @Eurobunker
    @Eurobunker 4 ปีที่แล้ว

    @10:15 Could a TVP5150 NTSC/PAL/SECAMVideoDecoder being used as source here instead of the OV7670 camera? (PAL 720 x 576 resolution)

    • @Eurobunker
      @Eurobunker 4 ปีที่แล้ว

      The ESP32 boards currently available in Germany (WEMOS LOLIN D32 Pro V2.0.0) do feature 8MB PSRAM/ 240 Mhz clock.
      Using this as a PAL (1.66 MB) or VGA (1.23 MB) frame buffer shouldn't be a problem, right?

  • @TheMatuus
    @TheMatuus 6 ปีที่แล้ว +1

    Hello, excuse me have any idea why I see the image of the camera very distorted with many colors and image din distinguish?

    • @wjosuep13
      @wjosuep13 4 ปีที่แล้ว

      me to :(

    • @AnkitVashisht
      @AnkitVashisht 2 ปีที่แล้ว

      @@wjosuep13 any solution brother ?

  • @rohanraj5435
    @rohanraj5435 2 ปีที่แล้ว

    Hi. i am an electronics learner. i have ov7670 camera and esp8266
    esp8266 has 30 pins
    ov7670 camera has 18 pins.
    can you show me the circuit diagram to connect what pins to what ?
    and i want to stream on wifi

  • @bitluni
    @bitluni  6 ปีที่แล้ว +8

    Challenge: Count the word "buffer"

    • @PetRatty
      @PetRatty 6 ปีที่แล้ว

      didn't count but I reckon about 50

    • @ahmadsultan5419
      @ahmadsultan5419 4 ปีที่แล้ว

      Did you use SPI RAM of ESP 32?

  • @FlashLeak
    @FlashLeak 6 ปีที่แล้ว

    Is it possible to add ethernet to the OV7670 solution (without fifo)? I would like to use the Waveshare LAN8720 PHY.

    • @homeproducts7487
      @homeproducts7487 5 ปีที่แล้ว

      pleas sire ov7670 with nodemcu project blynk app

  • @czarhansjericho
    @czarhansjericho 4 ปีที่แล้ว

    Where do you get the app

  • @shubhamshukla167
    @shubhamshukla167 6 ปีที่แล้ว

    sir please tell how to interface ov 7670 fifo with nodemcu

    • @gustavomorais452
      @gustavomorais452 5 ปีที่แล้ว

      did you manage to use it with nodemcu? can you share the pinout?

  • @sjrohan4042
    @sjrohan4042 2 ปีที่แล้ว +1

    sir i tried the project (without fifo as i could not get my hands on the one with fifo) and its working ,but on web server the image is glitiching a lot...it is rarely showing a clear image its kind of pixelating...is there any solution to it or is it just my network that is faulty? please help

    • @AnkitVashisht
      @AnkitVashisht 2 ปีที่แล้ว

      hi did you found any solution bro