Control webcam with servo motor and Raspberry pi - Opencv with Python tutorial

Поділитися
Вставка
  • Опубліковано 2 лис 2024

КОМЕНТАРІ • 141

  • @pysource-com
    @pysource-com  2 роки тому

    🔥Learn how to build your own AI vision solutions: pysource.com/community

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

      Do you do commissions? Im looking for someone to build a device like this, Based on Raspberry pie. ;. ?

  • @keyo3945
    @keyo3945 5 років тому +3

    I did that two months ago
    By face direction
    Again with your help on dlib
    Thank you
    My project was a robot to detect and warn you about unknown people.

    • @Raju-we6ow
      @Raju-we6ow 5 років тому

      can you make a tutorial of face tracking.

    • @stardobas
      @stardobas 4 роки тому

      @@Raju-we6ow face tracking is simple.... but when you will realize that "face" is "faces" and not only your "face"..... you will need face recognition and not only face detection...at this point probably you have just understand that increase difficult and pi haven't much power to real time face detection and recognition... and you may explode 😂😂😂

  • @adlikarim1906
    @adlikarim1906 4 роки тому +8

    wow that's fantastic and you made a free tutorial for it. thanks a lot :D

  • @lodwar
    @lodwar 5 років тому +5

    You are my hero for today. Thank you: i learned that much in all your videos

  • @OLebongiler
    @OLebongiler 5 років тому +2

    Yeaaaaahhhh! Just awesome! It's work! One of the best tutorial for me. Thanks a lot!!! I subscribed to your UA-cam channel!

  • @aimadesigns
    @aimadesigns 4 роки тому +1

    Thank you for sharing,your videos are really helping me working on my final year project.

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

    what rotating device are you using? Can you suggest any good rotating device I can buy that can be controlled by computer? Can that mg996r be using on macOS or pc?

  • @devue4183
    @devue4183 5 років тому

    You are the best for me. Thank you so much for your tutorials.

  • @simplesyntax2341
    @simplesyntax2341 5 років тому

    Great job, i watch your video regular, all are just awesome!!!!!!!

  • @sdknstar601
    @sdknstar601 3 роки тому

    Nice...soon you can put object tracking enable...and disable...and some joystick...and...wireless webcam control from other pc...

  • @ramakrishnachivukula9266
    @ramakrishnachivukula9266 4 роки тому

    Amazing.....very unique and appears to wok better than pixycam. Can it be also connected to picam. Once again awesome work and great educative video.

  • @genevievehadj-said18
    @genevievehadj-said18 10 місяців тому

    Est-ce possible de faire du traking mais avec n'importe quel objet ?

  • @rob26r
    @rob26r 4 роки тому +1

    Nice video! Towards the end of the video you talk about a video course about building projects for a working environment (conveyor belt, etc... automation). Have you done them yet? I'm super interested?

    • @pysource-com
      @pysource-com  4 роки тому

      Hi Rob, I'm working on it hopefully I'll be able to release it just after the summer. Keep folllowing the channel because I will give the announcement as soon as I have a date

    • @rob26r
      @rob26r 4 роки тому

      Pysource cool thanks. I will stay tuned!

  • @elielkundai1989
    @elielkundai1989 4 роки тому +2

    hy, this is motivating..i have a similar project but i want to track something different

  • @tkinter4428
    @tkinter4428 4 роки тому +4

    One dislike is from the red object.

  • @banditboy6444
    @banditboy6444 4 роки тому

    You are a legend, great video.

  • @luqmanharits1456
    @luqmanharits1456 3 роки тому +1

    excuse me sir, can i use to motor servo xyz to ??

  • @nirash8018
    @nirash8018 3 роки тому +1

    I am using the RPi.GPIO library. The problem is, that it's not able to update the angle on every frame, bcs you need to put a time.sleep(0.5) after you gave the servo the command to move to an specific angle. Otherwise it will just instantly jump to the next command and never really has time to move. Is there a different way to approach this, without using the PCA9685 library? Bcs I'm not possesing the extra board

    • @pysource-com
      @pysource-com  3 роки тому +1

      You could integrate the python Multithreading option, so that one thread will activate the movement of the servo, while the second thread will keep track of the object at the same time.

    • @nirash8018
      @nirash8018 3 роки тому

      @@pysource-com Thank you a lot for the quick answer! I'll give it a shot for sure

  • @luiscadenacampos7884
    @luiscadenacampos7884 2 роки тому

    Hi, I have the adafruit library for the PCA9685, but when I run your code I get an error:
    from PCA9685 import PCA9685
    ModuleNotFoundError: No module named 'PCA9685'.
    Do you have the library you used for this module? I don't understand why the Adafruit one is not working for me.

  • @sapthagireeshdm2383
    @sapthagireeshdm2383 4 роки тому

    Thank you so much for the video

  • @TheEngineersBeatsDeLinge
    @TheEngineersBeatsDeLinge 5 років тому +1

    Hey my friend. Which camera do you use. I would like to buy the same. I'm doing a problem with opencv on raspberry but my camera is too slow

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

    Se puede hacer lo mismo con una ESP32 cam ? Y seguidor de rostro ??

  • @mahmou6
    @mahmou6 4 роки тому

    Hi, is it possible to detect object by color same inside an ROI for tracking as well

  • @tkinter4428
    @tkinter4428 4 роки тому

    Perfect. Thanks for sharing.

  • @jathyadharmasena988
    @jathyadharmasena988 4 роки тому

    Very nice ! thanks a lot

  • @jasmineluxor1085
    @jasmineluxor1085 3 роки тому +1

    Thank you ❤

  • @anantatriantamap
    @anantatriantamap 3 роки тому +3

    thank you, sir and I learned a lot from you.
    but there is some error with my code. i try to write again with my own self with your code as a reference
    but in ' _, contours, _ = cv2.findContours(color_mask, cv2.RETR_TREE, cv2.CHAIN_APPROX_SIMPLE) '
    I got an error, ValueError : not enough values to unpack (expected 3, got 2)
    I hope you can help me. thank you

    • @igrisknight941
      @igrisknight941 3 роки тому +1

      you should change it to : contours,hierachy=cv2.findContours(color_mask
      ,cv2.RETR_TREE,cv2.CHAIN_APPROX_SIMPLE)
      maybe that can help your problem

    • @farooqshah1536
      @farooqshah1536 2 роки тому +1

      you should use this contours, _ = cv2.findContours(frame, cv2.RETR_TREE, cv2.CHAIN_APPROX_SIMPLE) '# if u dont need hierachy,

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

      @@igrisknight941 thank

  • @sudiptachatterjee5862
    @sudiptachatterjee5862 5 років тому

    Sir, Is it possible to move a robot useing object detection in open cv. Suppose if camera looks a BOOK, then my robot will move that direction.

  • @alliem7537
    @alliem7537 3 роки тому +2

    15:46 When servo stuff starts (timestamp mostly for my own use :> )

  • @JoseLuis-tn5qi
    @JoseLuis-tn5qi 5 років тому

    Hi, great work, do you think it is possible that proyect works in the same way with a simple 5MP cam for rpi? thanks in advantage

    • @stevegables3303
      @stevegables3303 3 роки тому

      Idk if you're still on this or not, as it was a year ago, but I think the Motion package has some AI features. At least motion detecting capabilities. Not sure about facial recognition yet

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

    Allah razı olsun muhterem

  • @arcrobotics9982
    @arcrobotics9982 2 роки тому

    could this be done using raspberry pi zero w?

  • @med6402
    @med6402 4 роки тому

    dude you are a legend

  • @josephadamu2723
    @josephadamu2723 4 роки тому

    hello please i have a question concerning filters (gaussian, median, bilateral and averaging) associated with OpenCV. I have seen some tutorials using gaussian blur for object detection i would like to know why this particular filter is used for object detection, why is it the best and what are the features that differ from other 3 filters that i have mentioned.

  • @hany-tawfik
    @hany-tawfik 4 роки тому

    great video, thank you

  • @gilles4332
    @gilles4332 2 роки тому

    bonjour et un grand merci à vous, j’ai un rpi3 b+ et un Adafruit DC & Stepper Motor HAT pour Raspberry Pi - Mini Kit, je possède également des moteurs pas à pas nema 17, comment intégrer mon chapeau dans votre code, merci d’avance pour votre réponse que c’est, et bonne continuation.

  • @ettiennegerwel6616
    @ettiennegerwel6616 5 років тому

    Great! Well done

  • @dikaputra4579
    @dikaputra4579 3 роки тому +1

    Good evening sir, i wanna ask you something about raspberry pi
    I have a project like a color detection using hsv color space. But when i run the program in raspberry the camera like lagging not clearly and smooth for detection, how can i fix this problem sir. Thx

    • @ajitgadkari127
      @ajitgadkari127 2 роки тому

      Hii can u help me I'm working on a project human following trolley by detecting the colour of shirt/tag of user...I'm not able to get the coordinats and to find the distance between the user n the trolley...

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

    How did you connect servo? Did you use gpio pins?

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

    how did you found your range of color ?

  • @gapguy9564
    @gapguy9564 2 роки тому

    Im getting very low FPS probably (0.2)
    Please suggest me something.
    Using : pi3b and hpwebcam for face recognition

  • @jrickyramos
    @jrickyramos 2 роки тому +2

    Can you do the same thing but actually training the raspberry/Jetson on a specific ‘object’ class rather than the color?

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

      Hi i am thinking about working on the same. Did you get any sources or materials to do it?

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

      @@Lancasterlitchfield I found a way to do it following the Jetson Nano series in Paul McWhorters channel combined with Sistemas Inteligentes channel. Combined what I learned from both (and this one of course) - the latter is in Spanish though.

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

      @@jrickyramos could you give me your mail id so that if i face any issues i might be able to contact you?

  • @justswedish
    @justswedish 3 роки тому +1

    ModuleNotFoundError: No module named 'PCA9685' ?

  • @sudiptachatterjee5862
    @sudiptachatterjee5862 5 років тому

    you are great sir.

  • @curious_harsha
    @curious_harsha 3 роки тому

    Can we do this without a servo hat? i.e. can we do it using GPIO & PWM?

  • @theconcheror5691
    @theconcheror5691 4 роки тому +1

    Can this project be used with yolov3?

    • @pysource-com
      @pysource-com  4 роки тому

      Yes, using the DNN module by opencv you can import weights and cfg files of yolo v3, and also yolo v4 and then you can integrate it with the code I've written

  • @dookieblaster7
    @dookieblaster7 4 роки тому

    Is there a way to have so it's not just one color and can detect body's and faces? Great video!

  • @KunalKhade25
    @KunalKhade25 5 років тому

    Hey
    I am getting this error
    Please guide me through
    select timeout
    VIDIOC_DQBUF: Resource temporarily unavailable
    Traceback (most recent call last):
    File "opencv1.py", line 8, in
    cv2.imshow('Frame',frame)
    cv2.error: OpenCV(4.1.0) /home/x/opencv_all/opencv-4.1.0/modules/highgui/src/window.cpp:352: error: (-215:Assertion failed) size.width>0 && size.height>0 in function 'imshow'

  • @응-u2k
    @응-u2k 5 років тому

    Hi thank you for the tutorial
    what is the model of the small board you attached to the raspberry pi??

    • @АльбертИванов-ц4х
      @АльбертИванов-ц4х 5 років тому +1

      pca9685. see he imported the library for it.

    • @응-u2k
      @응-u2k 5 років тому

      thx

    • @althamishn512
      @althamishn512 4 роки тому

      @@АльбертИванов-ц4х why do we use PCA9685 board? , while the motor can directly connect with Raspberry pi

  • @muhammadaminbadali6185
    @muhammadaminbadali6185 2 роки тому

    hello Pysource, can i request the libarary for PCA9685 in this video

    • @pysource-com
      @pysource-com  2 роки тому

      Unfortunately I don't have the files of this project anymore.
      Anyway you should use the library provided by your servo hat. I recommend to get the Adafruit servo hat and use their library.

  • @ajitgadkari127
    @ajitgadkari127 2 роки тому

    How can I get the co-ordinates of the detected ball so as to follow it? Please help...

  • @arniqueen5407
    @arniqueen5407 3 роки тому

    Its really great. Is this can applied to arduino?

    • @amirabbas4720
      @amirabbas4720 3 роки тому

      ua-cam.com/video/29PKDYjxmL0/v-deo.html try this

  • @jackyli6716
    @jackyli6716 3 роки тому

    super nice bro

  • @edwardkim2757
    @edwardkim2757 3 роки тому

    Man! how do you do this so easily! thumbs up!

  • @jsopdebeeck
    @jsopdebeeck 4 роки тому

    Hello, do you know if it is possible to track Hornets in open-field ( OpenCV, RPi4, fixed HD camera, but laser moving) ? I'm not a developper and I desperate to do better than just detecting basic objects. Hornets are fast objects.

    • @timomehlstein879
      @timomehlstein879 2 роки тому +1

      Hey, did you manage to come up with something for your project?

  • @robinsontyrone96
    @robinsontyrone96 4 роки тому

    What version of OpenCV did you use? I’m using 4.2.0 and I’m having issues

  • @theOnlyandWan
    @theOnlyandWan 5 років тому

    what type of servo motor are you using ?

  • @kodigudlasreenu8602
    @kodigudlasreenu8602 5 років тому

    if we write videocapture(0) can the raspberry get the feed from the camera which is fitted to it?

  • @bobthegypsy
    @bobthegypsy 2 роки тому

    Love the smile

  • @ajaykushwah6793
    @ajaykushwah6793 2 роки тому

    I am doing segmentation by RGB values of the object, and it is running good but the problem is the display shows the segmentation after 8 to 9 seconds when I put the object in front of the camera...I m using RPi 4 b model with 4 gb ram ..please help me to reduce the response time..I m using Logitech USB cam

  • @youcefabderrahmane4256
    @youcefabderrahmane4256 5 років тому

    Please can you give me the circuit program and the code when you use two servomotor sg90 with raspberry

  • @josuecoboscantero936
    @josuecoboscantero936 3 роки тому

    Where I can find or download the PCA9685 library?

    • @pysource-com
      @pysource-com  3 роки тому

      You should integrate the library of your servo HAT. I recommend to use adafruit because is the simplest to integrate

  • @michealwithington
    @michealwithington 5 років тому

    Mine is not working is this using Opencv 2.0 or will it work the same using Opencv 3.0.0

  • @gapguy9564
    @gapguy9564 2 роки тому

    I want to increase fps. Its not usable at present.
    Using raspi 3b

  • @mahmou6
    @mahmou6 4 роки тому

    Hi, anyone know how to divide the camera capture in order to detect based on frame segments on the camera capture. Meaning, if my width is 100, can I run the same program to detect in cements if 10 pixels for example from left to right

  • @mahaveerjain1813
    @mahaveerjain1813 4 роки тому

    Can we speed up the moment of ball so that camera moves faster???

  • @alexoriginals
    @alexoriginals 4 роки тому

    Is it possible to use the same code using PC with windows, or Raspbery has some particularity? (not about gpio and servos, just to capture images)

    • @pysource-com
      @pysource-com  4 роки тому +1

      Yes, the part regarding the image and color detection works exactly same way on any os (windows, linux and mac)

    • @alexoriginals
      @alexoriginals 4 роки тому

      @@pysource-com Thank you. I think your project fantastic, I am starting in python just for to learn Opencv.
      Here In Brasil this knowleges are scarces.

  • @khalilullah6776
    @khalilullah6776 4 роки тому

    how to install cv2 in raspberry?
    plz guide me?

  • @aayushlakkad9241
    @aayushlakkad9241 4 роки тому

    how do I get the lower and higer values of a color?

  • @whowhooo370
    @whowhooo370 4 роки тому

    How to export that pca9685.py mine is getting error message in the line "from ..... Import"

  • @truongao6354
    @truongao6354 5 років тому +1

    You can ask yourself which PCA9685 library you get from

    • @MsBlade16
      @MsBlade16 4 роки тому

      TRƯỜNG ĐÀO could you find that PCA9685 library ? If you found that library can you share with me please ?

  • @mahmou6
    @mahmou6 4 роки тому

    Hi all, from where can I get the PCA9685 library
    from PCA9685 import PCA9685

  • @truongao6354
    @truongao6354 5 років тому

    I declared a few lines of code pwm.setServo ... not received

  • @rdoetjes
    @rdoetjes 4 роки тому +1

    Efficiënt programming is not his forte :)
    Using sorted, with reverse is highly inefficient. Because you’ll iterate through the list twice.
    So a simple one for loop and only keeping the biggest counter is faster.
    Plus you don’t need to setup an iterator in a for loop and run it only on the first item - winning performance and reducing an instruction.
    Doing the x_medium definition calculation and then performing the same calculation for the center is bad! Just assign the x_medium to the center.
    It may seem nit picking but in applications where there’s a lot of processing, this sort of thing. You need to minimize overhead.
    Python already is slow, you could knock this up in C++ and even then, you’d make it efficient.

  • @jijii6310
    @jijii6310 5 років тому

    cool !

  • @muhammadalam1752
    @muhammadalam1752 4 роки тому

    hello I'm alam from Indonesia, I'm very grateful to you because with this video I can get education, but may I ask for help so you make a video tutorial about detecting ripeness of tomatoes? thank you

  • @oo_wais
    @oo_wais 5 років тому

    can you make a project to detect speed or velocity of an object?

    • @rdoetjes
      @rdoetjes 4 роки тому

      This is difficult with a single camera, as you need to know the distance to the lens! Something close to the lens moves faster then something further away. If the camera is stationary and the objects are always at a similar distance then it’s easy. You measure the real life distance between two points in the frame and time how long it takes (how many frames) for the object to hit the first point and to hit the second point.
      I’ve done this with a camera on my balcony that looks to the road across the street. And it calculates the amount of cars a day and the average speed. Speeds aren’t super exact about 10% deviation. But enough for that solution.

  • @kcireorenom8430
    @kcireorenom8430 3 роки тому

    nice !!!! is it possible to do it with an arduino or an esp32?

  • @igrisknight941
    @igrisknight941 3 роки тому

    how to solve this ? name 'x_medium' is not defined
    for cnt in contours:
    (x, y, w, h) = cv2.boundingRect(cnt)
    x_medium = int((x + x + w) / 2)
    break
    cv2.line(frame, (x_medium, 0), (x_medium, 480), (0, 255, 0), 2)

  • @MsBlade16
    @MsBlade16 4 роки тому +1

    Hi, excellent tutorial thank you, can i take your PCA9685.py file please ? Regards.

    • @aayushlakkad9241
      @aayushlakkad9241 4 роки тому

      learn.adafruit.com/adafruit-16-channel-pwm-servo-hat-for-raspberry-pi/using-the-python-library
      here is pca-9685 adafruit e used this library and board

  • @naveendubey4412
    @naveendubey4412 4 роки тому

    sir for the program u have shown at 13:00. fr me the camera opens and then within 1s closes automatically. please give some solution

    • @stardobas
      @stardobas 4 роки тому

      implement try: except: ....this probably happes becouse first frame il black (camera need time to start)... you have to tell your script to ignore capturing error and try again until frame contain your tracking object

  • @truongao6354
    @truongao6354 5 років тому

    i want to program of cam pi

  • @encryptal
    @encryptal 3 роки тому

    What is the servo hat called?

  • @chakithpatil3478
    @chakithpatil3478 4 роки тому

    how to code
    if i want to detect face instead of that red ball ..
    please help me...

  • @ayoubboubou7202
    @ayoubboubou7202 2 роки тому

    can this be done with python?

    • @pysource-com
      @pysource-com  2 роки тому +1

      it's done with python

    • @ayoubboubou7202
      @ayoubboubou7202 2 роки тому +1

      @@pysource-com i had an erroe that says
      " _, contours,_ = cv2.findContours(red_mask, cv2.RETR_TREE, cv2.CHAIN_APPROX_SIMPLE)
      ValueError: not enough values to unpack (expected 3, got 2)"

  • @XavierRamon
    @XavierRamon 5 років тому

    genial

  • @하하하-m6p
    @하하하-m6p 4 роки тому +1

    23:40 모터, opencv 활용
    25:59 화면 부드럽게

  • @YazeedAlkosai
    @YazeedAlkosai 4 роки тому

    I have a 3D model I need to measure the length, width, and depth of the feature and detect the features as a hole, pocket, planner ..could you help me to do the coding in Open CV with python

  • @amrutkhodanpur4300
    @amrutkhodanpur4300 3 роки тому

    👍✌

  • @hyunew
    @hyunew 4 роки тому

    i want to make robot tracking only me like this video by using deeplearning or yolo, how can i do? plz make new video plz~~

    • @stardobas
      @stardobas 4 роки тому

      yolo is slow on raspberry...for face detection and recognition in real time you need more more more more conputazional power...

    • @stardobas
      @stardobas 4 роки тому +2

      I suggest you to try face_detection module on python (It's a module installabe via pip on ubuntu)... i'ts face recognition is perfect and require only one photo... trust me... try it... find and try on google searching "python face_detection module" open pypy ...and have a good time :)

    • @hyunew
      @hyunew 4 роки тому

      @@stardobas yeah... now i knew, i searched about that, so i am learning about tflite haha, anyway thank you to recomment ))

  • @koushikdatta5130
    @koushikdatta5130 5 років тому

    I am unable to install opencv in my raspberry pi.... would u please help

    • @michealwithington
      @michealwithington 5 років тому

      www.deciphertechnic.com/install-opencv-python-on-raspberry-pi/

  • @whowhooo370
    @whowhooo370 4 роки тому

    can you send me your pca9685 files?

  • @mahmou6
    @mahmou6 4 роки тому

    Apologizes for what may be a silly question, in 13:46 , why contours is written like that: _ , contours , _ ?

    • @mahmou6
      @mahmou6 4 роки тому

      dbader.org/blog/meaning-of-underscores-in-python

  • @brandonstringfellow1041
    @brandonstringfellow1041 4 роки тому

    Why not just use: x // y instead of int(x / y)

    • @pysource-com
      @pysource-com  4 роки тому

      Because the pixel has to be an integer, and in case for example the result is .5 , it has to be rounded otherwise you will get error

    • @brandonstringfellow1041
      @brandonstringfellow1041 4 роки тому

      @@pysource-com I was under the impression that when using //, you will produce an integer, and / will produce a float.

    • @pysource-com
      @pysource-com  4 роки тому

      @@brandonstringfellow1041 Oh yes sorry, I missed that. Yes you're right, using // as you said is a better solution than using int()

  • @johnanderson9619
    @johnanderson9619 2 роки тому

    Why are you shooting the video towards the window with the sunlight coming through it? That's why you can't see objects. Horrible camera position. The camera should be facing oposite direction with the sunlight working with the webcam.
    Sunlight >> Webcam >> Object . Not Webcam >> Sunlight >> Object. Spin the workspace 180 deg. so the sunlight shines on the object and works behind the webcam, not in front of it blocking the objects because the sunlight is shining in the webcam.

  • @talhamunir3927
    @talhamunir3927 2 роки тому

    @Pysource _, contours, _ = cv2.findContours(color_mask, cv2.RETR_TREE, cv2.CHAIN_APPROX_SIMPLE) '
    I got an error, ValueError : not enough values to unpack (expected 3, got 2) what to do??