Raspberry Pi LESSON 59: Improved Pan/Tilt Tracking Control Algorithm

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

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

  • @alldaypancakes7058
    @alldaypancakes7058 ปีที่แล้ว +1

    you are i gift from god i seen other people teaching opencv and all of them are like robats you are alive you do stuff like a nice mug of coffe and giddy up stuff like that makes the lesson more fun and better so hope you are having a great day

  • @keithlohmeyer
    @keithlohmeyer ปีที่แล้ว +1

    Similar to my solution but I assumed (wrongly) that the servo module was looking for integers. It seemed fine with your float values.
    Thanks Paul for another great lesson.

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

    Thanks Paul. I love how things are coming together in my brain.

  • @alldaypancakes7058
    @alldaypancakes7058 ปีที่แล้ว

    when i watch your videos i put jazz in the back round it keeps me more concentrated

  • @cbrombaugh
    @cbrombaugh ปีที่แล้ว

    Thanks for another most-excellent lesson. I used the same technique of moving in proportion to the size of the error. Fortunately, the servos survived some crazy movements during the debugging process.

  • @larryplatzek9017
    @larryplatzek9017 ปีที่แล้ว

    You are going an EXCELLENT job TEACHING us! THANK YOU PAUL!😃

  • @imadjawad4408
    @imadjawad4408 ปีที่แล้ว

    Great content comes from great people, thank you, Paul!

  • @AlexZotov-bz4uk
    @AlexZotov-bz4uk 4 หลายเดือนก่อน

    Thank you for creating such an amazing video! Have you considered an alternative setup involving Raspberry Pi, Arduino, PCA9685 and Servo Drives? How do you think the performance might differ with such a configuration?

  • @jbwork
    @jbwork ปีที่แล้ว +1

    Nice work Sir

  • @Aditya_Bhardwaj_Sharma
    @Aditya_Bhardwaj_Sharma ปีที่แล้ว

    Thank you sir ❤

  • @scottwait3585
    @scottwait3585 ปีที่แล้ว

    Thanks Paul!

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

    I followed each and every step and understood it well,but when I run my code it camera move away from the bounding box .If I track the face my camera try to run either clock wise or anticlock wise outward direction .Kindly help

  • @henkoegema6390
    @henkoegema6390 ปีที่แล้ว

    Can't you do a lesson with PID control for improved pan/tilt tracking control algorithm? 🤔

    • @paulmcwhorter
      @paulmcwhorter  ปีที่แล้ว

      Really, PID is much overkill for a servo. Really, we will be just doing a P without the ID

    • @henkoegema6390
      @henkoegema6390 ปีที่แล้ว

      @@paulmcwhorter Thanks.

  • @kalagecko77
    @kalagecko77 ปีที่แล้ว

    Thank You very much Paul! my assembly is working with lego motors. However it is very slow, while tracking the object (image is sometimes freezing with 1fps). I've tried to play with the gpu memory size in order to try to speed things up. But it didn't help. Do you have any ideas to speed it up? Thx

    • @kalagecko77
      @kalagecko77 ปีที่แล้ว

      Hey Paul, i've just implemented the frame capturing using an extra thread. I've just taken a look at your videos regarding threading and combined it with a class. Thank You!

  • @rajeevp3053
    @rajeevp3053 ปีที่แล้ว

    Hello sir, I really like your teachings and I just wanted to ask you that is it necessary to use raspberry pi version 4 since it is not available here? (the one which you have recommended)

    • @paulmcwhorter
      @paulmcwhorter  ปีที่แล้ว

      A pi 3 should work.

    • @rajeevp3053
      @rajeevp3053 ปีที่แล้ว

      @@paulmcwhorter Okay, Thank you sir

  • @larryplatzek9017
    @larryplatzek9017 ปีที่แล้ว

    Some future time print the photos that I want,

  • @larryplatzek9017
    @larryplatzek9017 ปีที่แล้ว

    I want to take a photo only when a key is pressed.

  • @larryplatzek9017
    @larryplatzek9017 ปีที่แล้ว

    before we are will you show how to take a picture? Then how to use an ink printer to print photo?

    • @paulmcwhorter
      @paulmcwhorter  ปีที่แล้ว

      Arent you taking a picture every time you grab a frame?

    • @keithlohmeyer
      @keithlohmeyer ปีที่แล้ว

      I was thinking of making a DIY photo booth with a RPi but there is very little info on accessing a printer driver with Python and each driver is different. At least I could not find much Googling.

    • @charlotteswift
      @charlotteswift ปีที่แล้ว

      @@keithlohmeyer I have a really ancient Canon printer (last century) and I got it working with my RPi using CUPS. Don't know whether this would help.

    • @keithlohmeyer
      @keithlohmeyer ปีที่แล้ว

      @@charlotteswift I will have to look into that. Thanks!