Это видео недоступно.
Сожалеем об этом.

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

Поделиться
HTML-код
  • Опубликовано: 4 июн 2019
  • We will learn in this tutorial how to control the webcam using a servo motor and the raspberry pi.
    Instructions and source code: pysource.com/2...
    ➤ Full Videocourses:
    Object Detection: pysource.com/o...
    ➤ Follow me on:
    Instagram: / pysource7
    LinkedIn: / pysource
    ➤ For business inquiries:
    pysource.com/c...

Комментарии • 141

  • @pysource-com
    @pysource-com  2 года назад

    ►► You can Build a Computer Vision software to DETECT and TRACK any Object.
    → 4-Step FREE Workshop pysource.com/blueprint-workshop-signup/

    • @onojioboardwalk9748
      @onojioboardwalk9748 11 месяцев назад

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

  • @adlikarim1906
    @adlikarim1906 4 года назад +8

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

  • @lodwar
    @lodwar 4 года назад +5

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

  • @keyo3945
    @keyo3945 5 лет назад +2

    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 4 года назад

      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 😂😂😂

  • @OLebongiler
    @OLebongiler 5 лет назад +2

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

  • @aimadesigns
    @aimadesigns 4 года назад +1

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

  • @devue4183
    @devue4183 4 года назад

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

  • @duyduy5595
    @duyduy5595 Месяц назад

    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?

  • @tkinter4428
    @tkinter4428 4 года назад +4

    One dislike is from the red object.

  • @simplesyntax2341
    @simplesyntax2341 5 лет назад

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

  • @luqmanharits1456
    @luqmanharits1456 2 года назад +1

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

  • @edwardkim2757
    @edwardkim2757 2 года назад

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

  • @alliem7537
    @alliem7537 3 года назад +2

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

  • @rob1_prd880
    @rob1_prd880 9 месяцев назад

    how did you found your range of color ?

  • @genevievehadj-said18
    @genevievehadj-said18 7 месяцев назад

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

  • @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.

  • @user-ir1ds5up7o
    @user-ir1ds5up7o 4 года назад +1

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

  • @quinjet1346
    @quinjet1346 Месяц назад

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

  • @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...

  • @sdknstar601
    @sdknstar601 3 года назад

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

  • @banditboy6444
    @banditboy6444 4 года назад

    You are a legend, great video.

  • @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?

  • @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

  • @ahmetsonmez2972
    @ahmetsonmez2972 4 месяца назад

    Allah razı olsun muhterem

  • @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.

  • @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

  • @justswedish
    @justswedish 3 года назад +1

    ModuleNotFoundError: No module named 'PCA9685' ?

  • @med6402
    @med6402 4 года назад

    dude you are a legend

  • @ajitgadkari127
    @ajitgadkari127 2 года назад

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

  • @gapguy9564
    @gapguy9564 Год назад

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

  • @kodigudlasreenu8602
    @kodigudlasreenu8602 4 года назад

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

  • @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.

  • @mahmou6
    @mahmou6 3 года назад

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

  • @languageofthenature3034
    @languageofthenature3034 Год назад

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

  • @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!

  • @ajaykushwah6793
    @ajaykushwah6793 Год назад

    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

  • @curious_harsha
    @curious_harsha 3 года назад

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

  • @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

  • @sudiptachatterjee5862
    @sudiptachatterjee5862 4 года назад

    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.

  • @elielkundai1989
    @elielkundai1989 4 года назад +2

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

  • @sapthagireeshdm2383
    @sapthagireeshdm2383 4 года назад

    Thank you so much for the video

  • @tkinter4428
    @tkinter4428 4 года назад

    Perfect. Thanks for sharing.

  • @sudiptachatterjee5862
    @sudiptachatterjee5862 4 года назад

    you are great sir.

  • @mahaveerjain1813
    @mahaveerjain1813 4 года назад

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

  • @whowhooo370
    @whowhooo370 4 года назад

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

  • @hany-tawfik
    @hany-tawfik 4 года назад

    great video, thank you

  • @jathyadharmasena988
    @jathyadharmasena988 3 года назад

    Very nice ! thanks a lot

  • @ettiennegerwel6616
    @ettiennegerwel6616 4 года назад

    Great! Well done

  • @gapguy9564
    @gapguy9564 Год назад

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

  • @aayushlakkad9241
    @aayushlakkad9241 4 года назад

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

  • @truongao6354
    @truongao6354 4 года назад

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

  • @KunalKhade25
    @KunalKhade25 4 года назад

    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'

  • @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)

  • @theOnlyandWan
    @theOnlyandWan 4 года назад

    what type of servo motor are you using ?

  • @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

  • @arcrobotics9982
    @arcrobotics9982 2 года назад

    could this be done using raspberry pi zero w?

  • @robinsontyrone96
    @robinsontyrone96 4 года назад

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

  • @youcefabderrahmane4256
    @youcefabderrahmane4256 5 лет назад

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

  • @jackyli6716
    @jackyli6716 3 года назад

    super nice bro

  • @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.

  • @chakithpatil3478
    @chakithpatil3478 4 года назад

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

  • @theconcheror5691
    @theconcheror5691 3 года назад +1

    Can this project be used with yolov3?

    • @pysource-com
      @pysource-com  3 года назад

      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

  • @JoseLuis-tn5qi
    @JoseLuis-tn5qi 4 года назад

    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

  • @bobthegypsy
    @bobthegypsy 2 года назад

    Love the smile

  • @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

  • @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!

  • @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.

  • @jsopdebeeck
    @jsopdebeeck 3 года назад

    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?

  • @user-xj3yj3vi6e
    @user-xj3yj3vi6e 4 года назад

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

    • @user-os1xg1rh4c
      @user-os1xg1rh4c 4 года назад +1

      pca9685. see he imported the library for it.

    • @user-xj3yj3vi6e
      @user-xj3yj3vi6e 4 года назад

      thx

    • @althamishn512
      @althamishn512 4 года назад

      @@user-os1xg1rh4c why do we use PCA9685 board? , while the motor can directly connect with Raspberry pi

  • @truongao6354
    @truongao6354 4 года назад +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 ?

  • @khalilullah6776
    @khalilullah6776 4 года назад

    how to install cv2 in raspberry?
    plz guide me?

  • @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

  • @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.

  • @gilles4332
    @gilles4332 Год назад

    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.

  • @arniqueen5407
    @arniqueen5407 3 года назад

    Its really great. Is this can applied to arduino?

    • @amirabbas4720
      @amirabbas4720 3 года назад

      ruclips.net/video/29PKDYjxmL0/видео.html try this

  • @jijii6310
    @jijii6310 5 лет назад

    cool !

  • @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

  • @ayoubboubou7202
    @ayoubboubou7202 Год назад

    can this be done with python?

    • @pysource-com
      @pysource-com  Год назад +1

      it's done with python

    • @ayoubboubou7202
      @ayoubboubou7202 Год назад +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)"

  • @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.

  • @truongao6354
    @truongao6354 5 лет назад

    i want to program of cam pi

  • @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??

  • @mahmou6
    @mahmou6 4 года назад

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

  • @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/

  • @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

  • @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

  • @kcireorenom8430
    @kcireorenom8430 3 года назад

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

  • @XavierRamon
    @XavierRamon 4 года назад

    genial

  • @amrutkhodanpur4300
    @amrutkhodanpur4300 3 года назад

    👍✌

  • @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

  • @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 ))

  • @whowhooo370
    @whowhooo370 4 года назад

    can you send me your pca9685 files?

  • @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.

  • @michealwithington
    @michealwithington 5 лет назад

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

  • @encryptal
    @encryptal 3 года назад

    What is the servo hat called?