Simple ESP32 CAM Object detection using Open CV

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 พ.ย. 2024

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

  • @rollyavecilla
    @rollyavecilla 2 หลายเดือนก่อน +3

    Basically, the function of the ESP32 CAM is just a camera. The actual image processing happens in the PC.
    So, you can just use a USB camera instead of the ESP32.

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

      Exactamente lo que estaba pensando, la biblioteca openCV es enorme y no se puede cargar en el espacio limitado de esp32.
      Si deseas tomar decisiones de IA en un dispositivo autónomo, puede conectar un USB u otra cámara integrada al rapberry pi e instalar allí las bibliotecas openCV.

  • @PratyushKumaar
    @PratyushKumaar 7 วันที่ผ่านมา

    please give the code and library installation
    but great project