How To Control LED Lights Using Gestures

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

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

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

    Invoked with: , , True, any suggestion?

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

      # Open a video capture object (0 for the default camera)
      cap = cv2.VideoCapture(0) # Change this to 0 if you want to use the primary camera
      cap = cv2.VideoCapture(0)
      cv2.setUseOptimized(False) # Disable hardware acceleration to see if this resolves the issue.