ESP32 CAM with Python OpenCV Yolo V3 & Arduino | Car Parking Barrier Gate control system

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ม.ค. 2025

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

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

    Very impressive! I've been working with license plate recognition systems for a while, this project is very cool !

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

      How is it going?

    • @exampleteam6023
      @exampleteam6023 7 หลายเดือนก่อน

      My servo motor can open, but why can't it close again even though the object is not detected? does it have to cross the red line to detect the servo motor closing? U can help me?

    • @PhG1961
      @PhG1961 7 หลายเดือนก่อน

      @@exampleteam6023 I have no idea. Maybe tinker a little with the code?!

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

    Your tutorial is very helpful hopefully you make a tutorial using ESP32 to segregate objects like paper and plastic 🙇

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

    Thanks for sharing! Good work!

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

    @ElectroniClinic - I would like to use this for a timing system (virtual start/finish line). Will a fast moving object (+/- 8m/s) be detected by an ESP32 running OpenCV?
    Obviously there will not be a barrier gate :-)

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

    Good project, can i use esp32 as human detection and alarm without connecting pc.

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

      Then you will have to use raspberry pi

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

    does all the computation and process are done by the esp32 alone? or it just sent the video feed to main PC to be processed there and then sent it back to esp32

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

      Esp32 only sends images to to the PC.

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

    Well this is more like it 🎉;
    Thanks buddy.
    While we’re at it Can we take a picture too ?😊

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

      ya, we can take a picture.
      You will see more advanced versions ;)

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

      @@ElectroniClinic you’re my inspirational guy.
      Greetings from Tanzania 🇹🇿.
      I’ll rewatch

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

    so you dont need to have any raspberry pi at all? seems like your pc still need to be connected to the arduino.

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

    so basically I will need two boards, which are esp32cam and ArduinoNano. And the program works by doing things below - 1. esp32cam capture. - 2. send the detecting result to pc. - 3. pc will activate the Nano and servo to work.
    Am I considering correct?

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

      Exactly.

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

      ​@@ElectroniClinicis it able to do on a Raspberry Pi instead of on a laptop?

    • @AliKhorshidi
      @AliKhorshidi 8 หลายเดือนก่อน

      @@Iamchinadog Yes

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

    Congratulations excellent project.
    Do you think it might be possible to recognize license plates?
    And open only authorized license plates? all this locally?

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

    Did you use arduino ide in the first programming?

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

    Can i ask if this project needs to connect to internet to work? the eps32 cam itself?

  • @RohithR-c4g
    @RohithR-c4g 5 หลายเดือนก่อน

    can i use esp32 with ardiuno uno from some projects

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

      Yes, you can use. But esp32 itself is enough for most of the projects.

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

    Hello master where is weights of yolov3?

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

    helo my python program wont start, after i run it`ll goes close again, and not showing the camera, please help

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

    Where did you put the esp32 cam?

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

      On the mobile stand.

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

      @@ElectroniClinic so it records the car? Is it connected to the pc

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

    Hi can I use arduino uno instead of nano?

    • @ElectroniClinic
      @ElectroniClinic  11 หลายเดือนก่อน +1

      Yes you can

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

      @@ElectroniClinic do I need to change the code?

  • @ahmadhafiz2916
    @ahmadhafiz2916 9 หลายเดือนก่อน

    I get this error and dont know how to fix.
    arduino = serial.Serial(arduino_port, baud_rate, timeout=1)
    AttributeError: module 'serial' has no attribute 'Serial'