Це відео не доступне.
Перепрошуємо.

Face & Movement Tracking System Using a Raspberry Pi + OpenCV + Pan-Tilt HAT + Python

Поділитися
Вставка
  • Опубліковано 18 сер 2024
  • Utilise computer vision systems to always keep your face in the centre of the frame. Then add a movement detection and a patrol layer to make finding faces easier (just like a portal turret!)
    Full Article - core-electroni...
    Make sure to use the Previous Raspberry Pi 'Buster' OS with this Guide.
    Related Information
    Quick Start Guide for Pimoroni Picade Pan-Tilt Hat (Used Here) - core-electroni...
    Flashing 'Buster' OS onto a Raspberry Pi - core-electroni...
    Facial Recognition Raspberry Pi - core-electroni...
    Speed Camera with Raspberry Pi - core-electroni...
    Object and Animal Recognition With Raspberry Pi - core-electroni...
    Claude Pageau Face-Track-Demo Github - github.com/pag...
    How To Use Your Phone to Control Your Raspberry Pi - core-electroni...
    Cameras in combination with machine learning create the most powerful sensor you can ever put on a Raspberry Pi Single Board Computer. And now we are making them smart and mobile with artificial intelligence! The intention here is to not only create an easy-to-use face-tracking system with a Pan-Tilt Hat but also do so in a way that can be readily expanded upon no matter what systems or code additions you choose to use. All code utilised is open-source and fully commented. We are going to control a Pan and Tilt system with a Raspberry Pi so that it keeps your face (and the action) in the centre of the frame. I also demonstrate in the Full Article how to control the speed of rotation either making it very smooth or very fast. After achieving the above the next step is to code a patrol phase for the Pan-Tilt system. So, when it does not see a face, the system moves around its degrees of freedom logically to search for one. Then to aid this patrol phase further we can add in the code the ability to automatically turn towards any moving objects that it identifies. Open-CV is a huge resource that we use here to help solve the real-time computer vision and image processing problems.
    If you have any questions about this content or want to share a project you're working on head over to our maker forum, we are full time makers and here to help - coreelec.io/forum
    Core Electronics is located in the heart of Newcastle, Australia. We're powered by makers, for makers. Drop by if you are looking for:
    Pimironi Picade Pan-Tilt Hat - core-electroni...
    Raspberry Pi 4 Model B 8GB (Used Here): core-electroni...
    Raspberry Pi 4 Model B (4GB) Ultimate Kit Bundle (AVALIABLE!) - core-electroni...
    Raspberry Pi Official Camera Module V2 (Used Here): core-electroni...
    Raspberry Pi 4 Power Supply: core-electroni...
    0:00 Intro
    0:23 Tracking System Overview
    0:55 Open-CV
    1:01 What You Need and Terminal Commands
    2:01 Simple Face Tracking Code
    2:35 First Pay Off
    3:10 Specifics on this Face Recognition
    3:29 Patrol, Movement and Face Tracking Code
    4:32 Second Pay Off
    5:30 Code Adjustments
    6:10 Acknowledgment
    6:24 Where To Now
    7:08 Outro

КОМЕНТАРІ • 111

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

    This channel has literally everything, thank you!

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

    This channel is amazing!

  • @ZenHulk
    @ZenHulk 8 місяців тому +5

    The problem i have with all these you tube videos is they're never real world. Been trying to do this for 6 months and move two 6 volt servos not a pan tilt well yes but 12 inches long which NOPE, never happens. So my robot neck sits their gathering dust.

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

    very inspiring , well explained, I love this channel

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

    to save electricity or lengthen the lifetime of the servo motor, is it possible to add motion sensor first before switch on the camera module? so, the motion sensor would be the first layer security, then camera will catch that motion in sentry mode -> face recognition ! just my two cents!

  • @michaellopez3681
    @michaellopez3681 23 дні тому

    Hello, do you happen to know what piece of code i would need to change to use different servos? For context i have a rpi adafruit 16 channel servo hat from your other video. I would like to use that to host my servos but wondering what i need to adjust to use that instead of the board in this video

  • @mr.carrot7698
    @mr.carrot7698 Місяць тому

    would this work if i ran the software on an orange pi 5? as long as i installed all the cameras and required stuff.

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

    Thank you so much.
    Could you please do eyes tracking

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

    Thank you for your video. Do you think the set-up also works with the Raspberry Pi High Quality Camera? Or would it be to heavy for the pan-tilt hat?

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

    Sorry you answered my question at the beginning of the video

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

    My pi camera is responding very slow.. I m using rpi 4 model b 4 gb...how can I reduce the response time? Like I m waving my hand in front of picamera and it shows after 3 to 4 seconds

    • @Core-Electronics
      @Core-Electronics  Рік тому +1

      That is very slow. To start make sure your Raspberry Pi is getting enough cooling, active cooling would definitely help. As soon as the board gets Hot it'll start going slow.
      In software you can also lower the pixel count, that will drastically improve reaction time. Hopefully that helps.
      If hardware is holding you back take a look at the OAK-D Lite, it is quite a remarkable AI Camera compatable with Raspberry Pi Single Board Computers - ua-cam.com/video/7BkHcJu57Cg/v-deo.html

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

      @@Core-Electronics thanks ..I will do the same

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

    I wonder if a stepper motor could be used instead? The only thing I could compare it to is how smooth a c-ram / CIWS operates. (Minus all the weapons). I think it would look amazing if that was possible to setup something like that, with a project like this. It seems like the OpenCV you use, works great.

    • @Core-Electronics
      @Core-Electronics  Рік тому

      Absolutely mate 😊 the AI system can remain the same and it can totally be ported to control stepper motors.

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

      ​@@Core-Electronicsis there a way to record and save the live feed video? I want to build a surveillance camera and need to be able to record the video and save so it can be accessed later

    • @onojioboardwalk9748
      @onojioboardwalk9748 11 місяців тому

      @@Core-Electronics .. Hi could you develop this into an even more advanced version, To be built similar to the predator's shoulder-visor, But attached to an eye-head-piece? To have nightvision/Infrared & Tracking at like in this video? Do you do commissions?

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

    This is great thanks

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

    when two are identified, which person is identified first?????

    • @Core-Electronics
      @Core-Electronics  Рік тому +2

      Big Question! The AI system when looking for faces I'm pretty sure goes from top left to right then down one row and repeats. If I was to guess the person in the top left of the preview window would be targeted first.
      Only one way to find out for sure though, Test it!

  • @pritams_vlog2332
    @pritams_vlog2332 7 місяців тому

    hello sir love from india i have following on youtube since last year very knowledgeable channel is running you come to the point . I need you help on one of my project I am trying to develop face recognition system that system can identify people either he/she in database or not but I didn't get any specific resources I hope you help me out thanks

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

    I couldn’t get my hands on Pimoroni Pan tilt hat but I have a ordinary pan tilt bracket. Can you please suggest me how can I manage with that.

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

    Nice video bro, one question, could a USB camera be used instead of the one you used?

    • @Core-Electronics
      @Core-Electronics  Рік тому

      The code will require some tinkering with but you absolutely can 😊 all the Scripts are open source so feel free to modify away.

  • @digitalbirdfilm
    @digitalbirdfilm 11 місяців тому

    Great work I have been looking for a way to add this functionality to the Digital Bird DIY camera control system and this might just be what i'm looking for. Do you see any problem using an HDMI to Pi4 camera board in place of the Pi camera?

    • @onojioboardwalk9748
      @onojioboardwalk9748 11 місяців тому

      Could you build one of these for me, Like a commission? But with some added fearues?

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

    This is so amazingggggggggggggggggg

  • @_bruh_420
    @_bruh_420 7 місяців тому

    ik im a bit late but i want to implement a doppler radar (for increased range). and the radar detects movement somewhere, so it tells the pan tilt to point the camera to the area with detected movement. how would i modify this code?

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

    Hey, followed all the instructions but this error keeps coming up.
    enabled i2c, but problem persists ?
    Any solutions?
    File "/home/pi/track/facetracker.py", line 37, in
    pan(cam_pan-90)
    File "/usr/lib/python3/dist-packages/pantilthat/pantilt.py", line 466, in servo_one
    self.setup()
    File "/usr/lib/python3/dist-packages/pantilthat/pantilt.py", line 80, in setup
    self._set_config()
    File "/usr/lib/python3/dist-packages/pantilthat/pantilt.py", line 118, in _set_config
    self._i2c_write_byte(self.REG_CONFIG, config)
    File "/usr/lib/python3/dist-packages/pantilthat/pantilt.py", line 209, in _i2c_write_byte
    raise IOError("Failed to write byte")
    OSError: Failed to write byte

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

      Were u able to figure this out? Having the same issue

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

    THANK YOU so much for this 🙏🙌

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

    Incredible project! would it work with Sunfounder Pan-Tilt Hat? or some code should be adapted? Many many thanks!

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

    So good, thanks for sharing.

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

    Hi
    I have the head (eyes) from inmoov robot but without pimoroni picade pan tilt Hat.
    I connected directly to Raspberry pi.
    So i need not download software for it?
    What i must change from your example.
    Can you help me?

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

    can it be implemented by using mobile as camera module????

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

    Any advice on using this base in a SAR have application. Particularly night time wild game census taking. I want to build a diy eo/it up to 4 sensors. LWIR thermal sensor; RGB spectral with adaptive zoom, and LRF laser range finder are the big three. I need the computer to run BG separation, temperature threshold, and object recognition. end result should be a dark granular background; only things above threshold have color, and camera and gimbal zoom and move to keep target in frame. The info is not readily available out there, I’m picking from 15 year old experience, and articles buried deep on the internet. This stuff isn’t restricted or illegal, but there’s definitely an unspoken agreement to not make it readily available

    • @Core-Electronics
      @Core-Electronics  2 роки тому

      Now that makes for an amazing project! DIY object detection and face tracking is in its infancy but I have no doubt people will keep pushing the thresholds on what is possible. If you do nail your plans please share 😊 it would make for an incredibly powerful tool for all kinds of applications.

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

    If installing the binaries with those sudo codes, may I ask you any alternatives?

    • @Core-Electronics
      @Core-Electronics  2 роки тому

      Not 100% sure what you mean, but if you go through all the steps your setup will be good to go!

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

    hi great video and thanks for the compelte explain
    im wondering have you ever create project with raspi+usb cam to counting people in a room?
    best regards from me

    • @Core-Electronics
      @Core-Electronics  2 роки тому

      I've done some work with the OAK-D Lite and one of the machine learnt systems that it runs counts people in a room/as they wall past. Once you locate the exact Python script you'll be able to base your code in your system on that 😊 - core-electronics.com.au/guides/raspberry-pi/oak-d-lite-raspberry-pi/

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

    Question: If you disconnect the internet from it, will it still work on tracking moving objects without its connection to the internet, or should it be connected to the internet in order to continue tracking the movement of objects, and if it works, can we make a project to track an object using Arduino Uno

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

    Hii , does Open CV is to be need open on system for working of tracker , does it still work after just installing code on rasberry pi?

    • @Core-Electronics
      @Core-Electronics  2 роки тому

      You need the Open-CV packages to be installed so that it can do the face and movement detection aspects of the code

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

    thats a very nice code i see here ! nice work ... question, i want to install this system on a ceiling ... i would add an x y and z axes on the ceiling moving the camera and the rest of its components, how can i add some more code to control the movement of the xyz axes together with the face tracking movements. THANNKS !

    • @Core-Electronics
      @Core-Electronics  2 роки тому

      I have a simple Keyboard PAN-TILT Hat control system that you can see here - core-electronics.com.au/guides/pan-tilt-hat-raspberry-pi/
      Combining that Script and the one talked about here should get you moving in the right direction. If you need a hand with the Python Language hit up our Workshop - core-electronics.com.au/courses/python-workshop/

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

    I'm planning to use the same concept but instead of tracking face, I want to track Sun. Is the execution is still the same? I have a pytorch pretrained model currently.

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

    Great video! Quick question: Are we able to use the HAT without directly mounting onto the Pi so that the other RPi pins aren't covered and may be connected to other outputs (e.x. to control a relay or LEDs). Meaning if we mount the hat to a breadboard instead and use jumper wires to connect the 5V pin and 3 GPIO pins (2,3,16) from the RPi, will this still work?

    • @Core-Electronics
      @Core-Electronics  2 роки тому

      This is the GPIO Pins utilised by the HAT - pinout.xyz/pinout/pan_tilt_hat
      So long as you connect the Pan-Tilt HAT to those required pins it will work. Whether it is installed as a HAT or on a Breadboard. You are then able to use the other free GPIO Pins to control whatever you desire 😊.

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

      i dont have pimoroni pan tilt hat but another one. can you tell me how to directly connect servos to rPi

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

    Great video, but can I use the code with my dynamixel servos?

    • @Core-Electronics
      @Core-Electronics  2 роки тому +1

      Absolutely, you will just need to alter some specifics in Python so that way your servos gets the right PWM signals sent to them.

    • @Core-Electronics
      @Core-Electronics  2 роки тому

      Depending on the current draw you may want an extra power input. Check this guide for wiring tips with a servo and a Raspberry Pi 4 Model B - core-electronics.com.au/guides/control-servo-raspberry-pi/

  • @user-ei9yz6vm4t
    @user-ei9yz6vm4t 2 місяці тому

    руки індуса в нього це така фішка? типу якщо відео технічне і не від індуса дивитися не будуть?

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

    Is it tracking face without computer?

    • @Core-Electronics
      @Core-Electronics  Рік тому

      All the face figuring out/calculations are done on the Raspberry Pi Single Board Computer 😊

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

    Hİ, In the "make -j $(nproc)" command, the loading process may take a very long time, even the screen may freeze, you wrote on your page. It came up to seven percent, then the screen froze, I'm being patient as you said, but it's been 2 hours, is it normal? :) should ı wait?

    • @Core-Electronics
      @Core-Electronics  2 роки тому

      2 Hours is definitely tooo long. Give the system a hard power cycle then type that same "make -j $(nproc)" command into a new terminal with it focused on the right folder structure. So it will be the following.
      cd ~/opencv-4.4.0/build
      make -j $(nproc)

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

    Hey can you give me a link to the things i need to buy?

  • @tech-business-world3721
    @tech-business-world3721 Рік тому

    can we make a 4 dof(using servo motors) robotic arm for pick and place small objects using pi camera to detect object

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

    Would this work with a raspberry pi 4B 4GB or does it need to have 8GB?

    • @Core-Electronics
      @Core-Electronics  2 роки тому +1

      It will definitely work with lower RAM Raspberry Pi 4 Model B 😊

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

    I can do this using a USB camera, instead of one (opencv ai kit)

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

    Hello what do I do with this? VIDIOC_S_PARM: failed: Inappropriate ioctl for device
    I am using picamera v2.1

    • @Core-Electronics
      @Core-Electronics  3 місяці тому +1

      Sorry to hear you are having issues, I haven't seen that error message before, we have a forum for this guide that might have some helpful information, and if not feel free to chuck a post on their with your issue. Give us a bit of details about your setup and where it goes wrong, we have lots of maker-eyes over there that can help.
      core-electronics.com.au/guides/Face-Tracking-Raspberry-Pi/

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

    I made similar

  • @lovetangTV
    @lovetangTV 7 місяців тому

    Is it possible in Pi 3 as well? Please answer

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

    Will this work on an Orange Pi 5?

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

    Sir can we use Raspberry Pi 3 in the place of Raspberry Pi 4

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

    Can I use a Raspberry pi 3A+???

    • @Core-Electronics
      @Core-Electronics  Рік тому

      It should work 😊 you may need to overclock that Pi a little bit to keep up with the computational demands.

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

    H I would this work with the 16 servo control board and camera module or would I need to change the code. I have pan and tilt mount.

  • @user-iw7ii4lu6h
    @user-iw7ii4lu6h 2 роки тому +1

    did the code can tracking after full body not just face?

    • @Core-Electronics
      @Core-Electronics  2 роки тому +2

      You can definitely replace the face detection layer with a object detection layer that focuses just on human bodies 🙂It would take some tinkering with the Python code. Check out this guide on how to set up object detection - core-electronics.com.au/tutorials/object-identify-raspberry-pi.html

    • @user-iw7ii4lu6h
      @user-iw7ii4lu6h 2 роки тому +1

      @@Core-Electronics i need a full body not faces is it possible?

    • @Core-Electronics
      @Core-Electronics  2 роки тому

      Come check this out mate - core-electronics.com.au/tutorials/pose-and-face-landmark-raspberry-pi.html

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

    will it be implemented using pi4 and 3

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

    can ı do this with raspberry pi 3 model b+ ?

    • @Core-Electronics
      @Core-Electronics  2 роки тому

      It definitely will, just at a slower FPS.

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

      @@Core-Electronics that's fine, as long as there's no conflict in the code :) thank you..

  • @oscar-vf6vi
    @oscar-vf6vi 2 роки тому +1

    Is the hat absolutely necessary?

    • @Core-Electronics
      @Core-Electronics  2 роки тому +1

      Is definitely the easiest way to set up a Pan-Tilt System with a Raspberry Pi. There are other Pan-Tilt Hats but you will need to adjust the code running the system to accommodate for them.
      If your only interested in Face Identification come check out this - core-electronics.com.au/guides/face-identify-raspberry-pi/

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

    Can I use raspberry pi zero to do this?

    • @Core-Electronics
      @Core-Electronics  2 роки тому

      Because the computation is so high with computer vision project like this I would reccomend using the Raspberry Pi 4, the delay using a Pi Zero I reckon would be too great for functional use.

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

      @@Core-Electronics Maybe a Pi Zero 2 W? (If you can get one...)

  • @johnjayveec.alindayo9278
    @johnjayveec.alindayo9278 2 роки тому +1

    Its possible to detect the faces with temperatures? Thanks

    • @Core-Electronics
      @Core-Electronics  2 роки тому +1

      I've seen thermal cameras run with face/human detection - ua-cam.com/video/hpyW4LwhL44/v-deo.html
      For this Pan-Tilt system if you added a Laser Thermometer you could definitely achieve that goal - core-electronics.com.au/non-contact-ir-thermometer-sensor.html

    • @johnjayveec.alindayo9278
      @johnjayveec.alindayo9278 2 роки тому +1

      @@Core-Electronics Can i contact you on gmail?

    • @johnjayveec.alindayo9278
      @johnjayveec.alindayo9278 2 роки тому +1

      @@Core-Electronics I saw now the SENO206? Did you know how to do that with temperature sensor?

    • @Core-Electronics
      @Core-Electronics  2 роки тому +1

      If your running into issues or want help with your project the best place for us to help is on our forum and as we'll be better able to help 🙂 forum.core-electronics.com.au/

    • @johnjayveec.alindayo9278
      @johnjayveec.alindayo9278 2 роки тому

      @@Core-Electronics do you have any idea how to get face detection with temperatures using adafruit mlx90640 using raspberry pi?

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

    Hi great video where can I get the coding for it

    • @Core-Electronics
      @Core-Electronics  10 місяців тому

      Hey, its in our guide linked below.
      Also here: core-electronics.com.au/guides/Face-Tracking-Raspberry-Pi/

  • @DarrylAdams
    @DarrylAdams 2 роки тому +7

    When people talk with horror about facial recognition and mining done by the big data companies and government, I point to openCV and say this tech can be done by anyone, so evil is now dramatically easy for anyone to do. And with the Pu, cheap too!

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

      @Darryl Adams True, but an individual can do little but dox with it. A corporation or government can do almost anything.

    • @onojioboardwalk9748
      @onojioboardwalk9748 11 місяців тому

      .. Actually this can be turned into a self-defense weapon with a multitude of functgions.. So its not 'Evil' in the hands of good people.

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

    hello bro , im new on raspberry pi (still waiting till i get zero w ) , im using pycharm on windows 10 to code with python , i dont know how to set up everything on raspberry pi so can u help me or link me where i can learn everything step by step? need to use rpi zero w with my codes from pc

    • @Core-Electronics
      @Core-Electronics  2 роки тому

      Hey mate, an absolutely great starting point is our Raspberry Pi Workshop - core-electronics.com.au/tutorials/raspberry-pi-workshop-for-beginners.html

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

      @@Core-Electronics thx 🙏 sorry for another question but i have to , could u help me to find tutorial or library or software to control action of robotic , for example i made rpi dog and want to make easy virtual motion and want to use that on real live rpi dog? pls help one more time ❤️

    • @Core-Electronics
      @Core-Electronics  2 роки тому

      All depends on what hardware your using to control the movement of the Robot. If your using Servos this is a great starting point - core-electronics.com.au/tutorials/control-servo-raspberry-pi.html

  • @Jirayu.Kaewprateep
    @Jirayu.Kaewprateep Рік тому

    📺💬 Face recognition by raspberry pi, face detection is paused when you create a new alignment from the center.
    🥺💬 You are correct that is for speed, you need to read about machine learning for face recognition task it is multiple convolution layers as filters do and dense layers with learning weight which means you can make it smarter as Google neurons net but it will require a lot of processes.
    🥺💬 I think it is by the program intention to be able to run on raspberry pi, can you try adjusting parameters or mode⁉
    📺💬 How about this ⁉
    🥺💬 You may using stack frames it will little bit slow but good with moving object.
    📺💬 Threshold sensitivity
    🥺💬 Same as filters but you use the standards training from factory or pre-trained weights.
    📺💬 I know about that.
    🥺💬 It can be contrast colours but it also can be object weights or other function as weights that we called pre-trained weights.

  • @ThaTownsNyC
    @ThaTownsNyC 9 днів тому +1

    Now just add a glock 17 and ur all set free aimbot

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

    Ima use this shit to build an airsoft sentry