How to controll LED Using Python & Arduino | OpenCV Python || Arduino Projects

Поділитися
Вставка
  • Опубліковано 3 лют 2025

КОМЕНТАРІ • 141

  • @robotechzone
    @robotechzone  Рік тому +4

    If you are looking for any error watch this video and download the files again ua-cam.com/video/CoTn7IYClHI/v-deo.html

  • @herecomestherainagain3031
    @herecomestherainagain3031 Рік тому +8

    It really works. Thank you for codes and great work👍

    • @mpik1283
      @mpik1283 4 місяці тому

      what code and what pin do we use for arduino?

  • @raditya1765
    @raditya1765 2 місяці тому +5

    Thank you, it is work for me. If you fail try using python version 3.10 or 3.9

  • @Sam-dj5xn
    @Sam-dj5xn 10 місяців тому

    Thanks bro it working ❤❤

  • @RixtronixLAB
    @RixtronixLAB 4 місяці тому

    Creative video, keep it up, thank you :)

  • @royalgamingias.5422
    @royalgamingias.5422 5 місяців тому +2

    it works thankyou.

  • @katarinesouza3164
    @katarinesouza3164 6 місяців тому +1

    Please put the step by step here. thanks!
    I'm Brazilian and I'm having trouble translating into English (I'm using Google Translate)

  • @marathawarrior9898
    @marathawarrior9898 Рік тому +1

    Bhai Itna Talented hai Toh Vedio mai Kuuch BOLA ker..🙌🙌🙌 program explain kariye sir..

    • @robotechzone
      @robotechzone  Рік тому

      Sir in my new videos I am trying to add the voice. I am not able to add voice because of background noise. Sorry 😔

    • @06_mohdsaminiyazuddingawan56
      @06_mohdsaminiyazuddingawan56 Рік тому

      ​@@robotechzoneArduino code kaha h bro??

  • @tanmaylanjewar7748
    @tanmaylanjewar7748 Місяць тому +1

    AttributeError: module 'inspect' has no attribute 'getargspec'. Did you mean: 'getargs'? please help me to resolve this problem

  • @Chandan.54000
    @Chandan.54000 5 місяців тому +2

    bro even i wanted to learn this , where can i find the best access?

  • @suriyaravichandran
    @suriyaravichandran 5 місяців тому

    Can i use 4 channel relay switch instead using small bulbs experts tell can i do Modification to add relay and also explain me step by step process

  • @ymreal2227
    @ymreal2227 Рік тому +1

    Thanks you bro👍🔥

  • @acrilixin4548
    @acrilixin4548 4 місяці тому

    Can i run four lights and a servo witht this? if not what change do i have to make

  • @mostafaabbas1538
    @mostafaabbas1538 Рік тому

    For al views use python 9.6 and any problam ask chat gpt he solving

  • @arasha2547
    @arasha2547 Рік тому +3

    Excuse me, I have a question. Do you use a camera? what camera
    From the laptop camera?? What processes the image of our hand?
    Thank you for your reply

    • @robotechzone
      @robotechzone  Рік тому +1

      Laptop camera I have used and if you want to use external camera u can use that also

  • @salh2665
    @salh2665 Рік тому +1

    Goooood😊😊😊

  • @mukhos2481
    @mukhos2481 7 днів тому

    While running the code i have found dll load fail error.. how to solve?

  • @CHINNIMaram
    @CHINNIMaram Місяць тому

    Bro can u pls explain what is the use of this project

  • @AbdullahHafeez-rk8bv
    @AbdullahHafeez-rk8bv Рік тому +2

    AttributeError: module 'inspect' has no attribute 'getargspec'. Did you mean: 'getargs'?

    • @robotechzone
      @robotechzone  Рік тому

      ua-cam.com/video/CoTn7IYClHI/v-deo.html watch this video and download the files again

    • @Temporary-i9y
      @Temporary-i9y 4 місяці тому

      uninstall your python version and install 3.10 or older python version

  • @sharmadharavi2483
    @sharmadharavi2483 8 місяців тому +3

    I am getting an attribute error about module inspect and getargspec
    How to fix this

    • @royalgamingias.5422
      @royalgamingias.5422 5 місяців тому

      attribute error solve by using pyfirmata2 library files

  • @DEVAPRIYADARSHINICHEEPILLA
    @DEVAPRIYADARSHINICHEEPILLA 6 місяців тому +1

    What is the use of it

  • @Vloggerkabir53
    @Vloggerkabir53 8 місяців тому

    Open cb and pyfirmata alag se download karna partahe kya

  • @Suspicious_pie
    @Suspicious_pie 2 місяці тому

    I'm not getting a frame. Every time I run the programme "excited with code =0 in 0.6 sec is coming"

  • @PrajwalN-g6h
    @PrajwalN-g6h 2 місяці тому

    3:22

  • @preranaballur
    @preranaballur Рік тому +12

    AttributeError: module 'inspect' has no attribute 'getargspec'. Did you mean: 'getargs'?
    i m getting this error plzzzz help

    • @itanishq46
      @itanishq46 9 місяців тому

      Is it fixed

    • @sakdepon2831
      @sakdepon2831 9 місяців тому

      @@itanishq46 how

    • @Temporary-i9y
      @Temporary-i9y 4 місяці тому

      ​@@sakdepon2831 uninstall your python version and install 3.10 or older python version

    • @DemsterDog
      @DemsterDog 3 місяці тому

      @@sakdepon2831 Hey I know I'm late but you can either
      - Uninstall *pyfirmata* and install the updated version *pyfirmata2*
      - Access the line of code in *pyfirmata* that gives you the error. It should be line 185 in the *pyfirmata* script and change this *len_args = len(inspect.getargspec(func)[0])* to *len_args = len(inspect.getfullargspec(func)[0]*

    • @OormilaRaj
      @OormilaRaj 3 місяці тому +1

      I got the same, it's not in the script that I'm running

  • @christianewithane4507
    @christianewithane4507 Рік тому +12

    the problem i'm getting is AttributeError: module 'inspect' has no attribute 'getargspec'. Did you mean: 'getargs'? How to fix?

  • @gayu4097
    @gayu4097 2 дні тому

    Bro intha project ppt kedaikuma

  • @nuriziyak
    @nuriziyak Рік тому +2

    Can i make it without connecting the arduino to computer? I mean, can i upload the python code to arduino?

    • @robotechzone
      @robotechzone  Рік тому

      If you will disconnect your arduino then how u will access your pc camera ?

    • @nuriziyak
      @nuriziyak Рік тому

      @@robotechzone i will use an external camera. and connect that camera to arduino and process the images that comes from that camera with arduino. is this possible?

    • @nuriziyak
      @nuriziyak Рік тому

      both camera and arduino will be disconnected to pc.

  • @sebastianherreragil4491
    @sebastianherreragil4491 10 місяців тому

    Hello friend, I ask you, could this be done using Google Colab?

    • @edwardduda4222
      @edwardduda4222 10 місяців тому +1

      No, you need to connect to the hardware connected to your computer. Google Collab is a cloud service, so it doesn't have direct access to your computer. Luckily VScode is free and it is pretty easy to use once you get the hang of it.

    • @sebastianherreragil4491
      @sebastianherreragil4491 10 місяців тому

      @@edwardduda4222 Ahh ok, I understand, thank you so much.

  • @christianewithane4507
    @christianewithane4507 Рік тому +2

    Hello can i ask a question?
    I have a problem i’m getting with the code, its says
    Import "pyfirmata" could not be resolved
    Import "cv2" could not be resolved from source
    Import "cvzone.HandTrackingModule" could not be resolved
    I did everything you did in the video but it still doesn’t work

    • @christianewithane4507
      @christianewithane4507 Рік тому

      I fixed it but now the problem i'm getting is AttributeError: module 'inspect' has no attribute 'getargspec'. Did you mean: 'getargs'?

    • @christianewithane4507
      @christianewithane4507 Рік тому

      can i also know what python version do you use?

    • @binhvu5374
      @binhvu5374 Рік тому

      I have the same problem as you, have you solved this problem yet? can you help me?

    • @21_harshgharatgharat63
      @21_harshgharatgharat63 Рік тому

      I also have the same problem, would you help me resolving this matter ??

    • @06_mohdsaminiyazuddingawan56
      @06_mohdsaminiyazuddingawan56 Рік тому

      ​@@christianewithane4507on which version it is compatible??

  • @rugvedpatil5604
    @rugvedpatil5604 Рік тому

    bhai muze tera project sahi laga maine video follow kiya muze error nhai ara per frame hai mera vo resond nhai kar rha or gesture ka naam bhi nhai ara hai opencv se camera open hota hai per frame stuck ho jata hai kya karo bol kyuni us hisab se part lene jana hai

  • @ekineibiso1361
    @ekineibiso1361 Рік тому

    Is it possible to do this in C language?

  • @automaticien-y6g
    @automaticien-y6g 4 місяці тому

    Thanks broo

  • @Busyman-s3q
    @Busyman-s3q Місяць тому

    Pc specs???😢

  • @kallamvignyasri4477
    @kallamvignyasri4477 6 місяців тому

    What are the uses of this project

  • @Vloggerkabir53
    @Vloggerkabir53 8 місяців тому

    Please tell me the names of all the things

  • @vishaljankar810
    @vishaljankar810 Рік тому +5

    AttributeError: module 'inspect' has no attribute 'getargspec'. Did you mean: 'getargs'?
    how to fix this

    • @gouse.5832
      @gouse.5832 Рік тому

      did it work now?
      i am facing same error

    • @Onkel776
      @Onkel776 Рік тому

      Could you already solve it?​@@gouse.5832

    • @itanishq46
      @itanishq46 9 місяців тому

      ​@@gouse.5832same

  • @Yesitsmearwa
    @Yesitsmearwa Рік тому

    Hey!
    When I open command prompt there’s no “sahu” so I wrote it and “sahu is not recognized as an internal command “ what i do ? Plz help me

    • @coolkidzieplayzz
      @coolkidzieplayzz Рік тому

      Hiya, hope you are well. You don't need to type "sahu" as that is his name (drive user name e.g C://Name if I'm not mistaken). Instead, type it like this: "pip install mediapipe" replace mediapipe with the package you are installing. Hope this helps.

    • @YourLocalWarGorilla
      @YourLocalWarGorilla Рік тому

      yes dont type sahu that just his name

  • @takemitchi561
    @takemitchi561 Рік тому

    hi! i'm facing a problem related code
    it says that like its getting a problem in
    please help me out

  • @ee-043naveen8
    @ee-043naveen8 5 місяців тому

    Iam getting this error Attribute error please tell me this

  • @gokulakrishnanc4892
    @gokulakrishnanc4892 Рік тому

    Which python version bro, I've checked description. But couldn't find

  • @mpik1283
    @mpik1283 4 місяці тому

    what code for arduino?

  • @kauandegenhart3386
    @kauandegenhart3386 Рік тому

    help me with this error
    module 'inspect' has no attribute 'getargspec'. Did you mean: 'getargs'?

  • @christianewithane4507
    @christianewithane4507 Рік тому

    can i know what python version do you use?

  • @pqprt
    @pqprt 3 місяці тому

    hello! can you please give me the materials you used? Thank you!

  • @benscent0616
    @benscent0616 5 місяців тому

    the code link doesnt work :(

  • @phamtrung5414
    @phamtrung5414 Рік тому

    How can i solve this: " raise SerialException("could not open port {!r}: {!r}".format(self.portstr, ctypes.WinError()))
    serial.serialutil.SerialException: could not open port 'COM3': PermissionError(13, 'Access is denied.', None, 5) "

    • @naren309
      @naren309 Рік тому

      close your arduino ide after uploading led program, arduino also uses the same port so there is conflict of ports.

  • @ANikhilgoud
    @ANikhilgoud Рік тому

    Bro can i do the same with nodemcu

  • @darwinag518
    @darwinag518 Рік тому +3

    Hello, can you explain why the code doesn't work for me? It is that I followed all the steps that you say and when I execute the code I get many errors and it does not work for me.Can you explain it to me or make a video explaining it? Please

    • @Al-7arth
      @Al-7arth 8 місяців тому

      انني مثلك حاولت بجميع الطرق حتى
      انني حذفت بايثون وثبتها من جديد
      اذا وجدت الحل من فضلك افدنا

  • @soujanyaharithsa9146
    @soujanyaharithsa9146 Рік тому

    Can u plz tell, hw to get the frame?

  • @matiasalegre2656
    @matiasalegre2656 Рік тому

    no lo puedo hacer andar, me tira AttributeError: module 'inspect' has no attribute 'getargspec'. Did you mean: 'getargs'?

  • @wafaalotaibe312
    @wafaalotaibe312 Рік тому

    When you do this step >>arduino then examples I don't see (firmmata) What's the problem? Do you have a solution?

  • @mohammedkhalaf4751
    @mohammedkhalaf4751 Рік тому

    I cant access the code link it says it blocked the action

  • @ArjunArbuj
    @ArjunArbuj 4 місяці тому

    AttributeError: module 'serial' has no attribute 'Serial'

    • @Temporary-i9y
      @Temporary-i9y 4 місяці тому

      uninstall your python version and install 3.10 or older python version

  • @raresmilitaru7828
    @raresmilitaru7828 Рік тому

    only library problems. Check compatibility.

    • @Vloggerkabir53
      @Vloggerkabir53 8 місяців тому

      Please tell me the names of all the things

  • @byilia
    @byilia Рік тому

    Wow😳

  • @ndsworld8640
    @ndsworld8640 5 місяців тому

    Why my camera is not working??

  • @NZ.Gamers-r
    @NZ.Gamers-r Рік тому

    Attribute error bro

  • @noname-h2c6n
    @noname-h2c6n Рік тому +1

    It is very urgent. What kind of problem can this project be a solution to in daily life?

  • @NZ.Gamers-r
    @NZ.Gamers-r Рік тому

    Yeah I am getting attribute error

  • @kallamvignyasri4477
    @kallamvignyasri4477 6 місяців тому

    Can you name all components clearly

    • @navaneetkv9987
      @navaneetkv9987 3 місяці тому +1

      arduino uno , breadboard , jumper wire , led lights..

  • @TechXpert-Rohit
    @TechXpert-Rohit Рік тому

    Sir this project code some problem please help

  • @royalgamingias.5422
    @royalgamingias.5422 5 місяців тому

    who getting attribute error to solve by using pyfirmata2 library files

  • @damianleonelcoria8957
    @damianleonelcoria8957 Рік тому

    Can you share the arduino code pls.

  • @samarthvlogandproject7099
    @samarthvlogandproject7099 5 місяців тому +1

    their are many problems

  • @Storage-z1y
    @Storage-z1y 2 місяці тому

    This only works on python version 3.7 to 3.9 and also install pyFirmata2 and uninstall pyFirmata and install pip install mediapipe , and install pip handtrackingmodule and handdetector

  • @giovannitagacanao1
    @giovannitagacanao1 10 місяців тому

    Confusing 😢

  • @vikash920
    @vikash920 6 місяців тому

    I am getting an attribute error about module inspect and getargspec
    How to fix this

    • @robotechzone
      @robotechzone  6 місяців тому

      Change the version of python