AWS IoT | Python MQTT Client for Multiple ESP32CAM

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ก.ย. 2024
  • This MQTT client is built using Python, making it easier to store images or implement the function to record the entire screen. In addition, if image processing is required, you can import the OpenCV library to apply the desired filter to the live image.
    [Ep0. AWS IoT | How to install Mosquitto Broker on Amazon EC2]
    • AWS IoT | How to insta...
    [Ep1. AWS IoT | ESP32CAM working as a publisher on MQTT]
    • AWS IoT | ESP32CAM wor...
    [Ep2. AWS IoT | Flutter MQTT Client App for macOS - UI Part (For Newbies)]
    • AWS IoT | Flutter MQTT...
    [Ep3. AWS IoT | Flutter MQTT Client App [Full Version]]
    • AWS IoT | Flutter MQTT...
    [ESP32-CAM Development Board]
    amzn.to/3NMukO0
    [PySimpleGUI Cookbook]
    pysimplegui.re...
    [Project Github]
    github.com/001...
    #Python #MQTTCLIENT #ESP32CAM #AWSIoT #EC2 #ThatProject

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

  • @ThatProject
    @ThatProject  3 ปีที่แล้ว +4

    That Project's Channel - th-cam.com/users/ThatProject
    Join FB Group - facebook.com/groups/138965931539175

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

    Great job. This build is awesome, keep up the good work. thumbs up

  • @vasanthkumar-sb5jm
    @vasanthkumar-sb5jm 2 ปีที่แล้ว

    very nice project keep it up. we will look for more videos. Love From India

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

    you should add a capacitor to get rid of those horizontal lines.

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

      oh, I didn't know it's fixable. Thanks!

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

    Great work! How tightly synchronized are the multiple video inputs? Is there a way to timestamp and sync those?

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

      It's not syncing at all. It simply outputs sequentially incoming images to the screen. When all the videos are synced, there seems to be a delay due to timing issues. What project are you thinking of?

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

      @@ThatProject I have a project using wired cameras for 3d pose estimation but would like to go wireless.

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

    excellent!! thanks for share you are the best!, can you show a example using paho mqtt client please!

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

      Thank you. If I have a chance, I'll try it.

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

    Hi, may I ask what battery did you used to power the esp32CAM? 3.7V 1s battery lipo is enough?

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

      It depends on the purpose of your project. When I used a 3.7V 250mAh Li-Poly Battery, the running time was short. under 1 hour.

  • @Jopena-hf5qv
    @Jopena-hf5qv ปีที่แล้ว

    Bad idea to use visual code background with black color !! is more dificult to see the characters.

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

      I agree with you. Let me try to make it more legible.

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

    Great job, can help me, how to decode image data from onMessageArrived in javascipt client..please

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

      Unfortunately, I don't have a javascript-based solution. Sorry.