element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Robotics
  • Technologies
  • More
Robotics
Forum How To Make Autonomous Following Drone
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Robotics to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 23 replies
  • Answers 11 answers
  • Subscribers 63 subscribers
  • Views 4496 views
  • Users 0 members are here
Related

How To Make Autonomous Following Drone

kankurcool
kankurcool over 8 years ago

Hello... I'm Ankur, Studing IT Engineering in INDIA .

I want to make a Drone / Quadcopter That Recognize me And Follow me Around....

I Also  Want to Add Movements to dorne  Performed by My Hand Gestures...

I have Heard of Raspberry Pi And arduino...

Which will be Suitable For This Project among Both?

Will it Work Good If i use OPENCV For Person or Object Tracking....?

Will OpenCv Work in RealTime With Raspberry Pi or Arduino Uno...

 

What Programming Language  I Should Know?

How do i Start from scratch?

What Are The Equipment i will be needing InThis Project..?

 

Reply ASAP!  

 

Please!  GUIDE  Me i came with lots Of hope...

Thank You..

 

 

 

ANKUR KUMAR

My Email : kankurcool@gmail.com

  • Sign in to reply
  • Cancel

Top Replies

  • Jan Cumps
    Jan Cumps over 8 years ago +4 suggested
    The first commercial company that tried this (and didn't deliver anything), Lily Drones, went bankrupt with many milions of money from preorders and even more milions from angel investors, in their pocket…
  • jw0752
    jw0752 over 8 years ago +3 suggested
    Hi Ankur, The functions that you are looking for are very complex and if possible are surely on the border of what is technically possible at this time. I do not want to discourage you but the only way…
  • beacon_dave
    beacon_dave over 8 years ago in reply to DAB +3
    That would be located here: Episode 38: See Ben Build an Autonomous Robot Luggage! (I've seen quite a few copies of this project posted on the web since.) Ben's 'auto tracking camera' episode may be of…
  • balearicdynamics
    0 balearicdynamics over 8 years ago in reply to kankurcool

    I enjoyed seeing it. You see, your idea is possible. So, go ahead image

     

    Enrico

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Jan Cumps
    0 Jan Cumps over 8 years ago in reply to balearicdynamics

    I seem to be the odd one out on judging feasability.

     

    If you have the budget of the American Department of Defence, yes , there's a chance to deliver what you defined in the original post.

     

    Else: some semi-working toy.

     

     

    I'd like to see the original posters's end result and then talk to you again ...

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • beacon_dave
    0 beacon_dave over 8 years ago in reply to kankurcool

    Perhaps take a look at "Hooking up Pixy to a Microcontroller (like an Arduino)":¶

    http://cmucam.org/projects/cmucam5/wiki/Hooking_up_Pixy_to_a_Microcontroller_(like_an_Arduino)

    "Out of the box, Pixy is ready to talk to an Arduino. It sends block information to Arduino at 1 Mbits/second, which means Pixy can send more than 6000 detected objects per second or 135 detected objects per frame (Pixy can process 50 frames per second.)"

     

    Ben controls a camera slider with a Pixy plus an AVR dev board in this show which sounds similar to what you are trying to achieve initially:

    Episode 173: Ben Heck’s Auto Tracking Camera Part 1 Episode

     

    If you want to install OpenCV on the embedded device then you'll probably want to go down the Raspberry Pi route.

     

    The R-Pi can also use the Pixy module.

    Hooking up Pixy to a Raspberry Pi - CMUcam5 Pixy - CMUcam: Open Source Programmable Embedded Color Vision Sensors  

    However Pixy and OpenCV are performing similar functions. You would likely use one or the other, not both. The Pixy has its own camera built-in whereas OpenCV requires an external camera such as a USB camera or R-Pi camera. So if you have to use an external camera (e.g. one built into a drone) then you would be looking at OpenCV rather than Pixy.

     

    You need to look at many aspects before deciding upon which platform to work with - power consumption and weight usually come into it if you are planning on attaching this equipment to the drone itself.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
<
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube