ESP32 Web Sockets - Transferring Raw Image Data

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 มี.ค. 2023
  • Setting up a web socket server on an ESP32 CAM board and corresponding client running on a PC. C and Python code walk-through and demonstration.
    As usual, code listings are provided in the provided links so you can try it out for yourself...
    tinkerfoundry.blogspot.com/20...
    #ESP32 #ESP32CAM #websockets
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    Why are you not using the sockets library which is designed for this type of application?

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

      What I'm using is part of the WebSockets library for Arduino IDE (WebSockets for Arduino (Server + Client)). I needed to get something working quickly and used the example from the site I referenced in my code listing... that's why I'm using "WebSocketsServer.h".

    • @nichtverstehen2045
      @nichtverstehen2045 10 หลายเดือนก่อน

      @@tinkerfoundryif all you have is a hammer everything looks like a nail

  • @diegoulises7541
    @diegoulises7541 4 หลายเดือนก่อน

    How receive in Python in color jpeg?

  • @coal_blaxk9152
    @coal_blaxk9152 5 หลายเดือนก่อน

    The capturing of the image is a little slow..