ESP32-CAM and OpenCV gauge read via image processing

แชร์
ฝัง

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

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

    Tell me which best esp32 / ov26

  • @7Trident3
    @7Trident3 3 ปีที่แล้ว

    What IDE do you use to upload? Would a Raspberry Pi have the power to run the python file? Wow by the way!!!

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

      PlatformIO IDE with Arduino framework for ESP-CAM. Yes, I've seen several projects in OpenCV running on Raspberry Pi :)

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

    Very nice! Please make a english or german description

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

      Thanks, description in English will be available soon :)

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

      @@circuitsninja8735 i love your project! this week i´ll try it out :)

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

      @@circuitsninja8735 Still waiting for the translation. BTW what quality setting have you used on the ESP32 CAM?

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

      @@grindel80 This line sets resolution: cfg.setResolution(hiRes). Sorry for late answer. Yesterday I started working on translation, it should be available this weekend. Finally I have some time to add some new articles.

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

      @@circuitsninja8735 yes it took 2 month. but now we looking foreward for the translation!

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

    How to read text from image using esp32 cam offline

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

    Amazing! Posible to do the same via ArduinoIDE?

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

      I think it is possible, but you have to implement your own libs or find corresponding. I've seen some projects with the same CAM but with Atmega microcontroller. However, I did't see directly on the ArduinoIDE.