Giter Site home page Giter Site logo

nmalet / android-arduino-object-tracking-robot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from broy98/android-arduino-object-tracking-robot

0.0 1.0 0.0 59.23 MB

Automatically exported from code.google.com/p/android-arduino-object-tracking-robot

Processing 0.39% C++ 56.17% Arduino 0.04% C 4.56% Java 37.02% Makefile 0.25% CMake 1.58%

android-arduino-object-tracking-robot's Introduction

android-arduino-object-tracking-robot

We have built a four wheeled robot with an Arduino microntroller, specifically the Arduino Mega 2650. We have written an Arduino and Android libraries to allow an Android device to control the robot through a USB connection. The robot is designed to track objects by spinning left and right to keep the object in sight and driving forward and backward to maintain a constant distance between the robot and the object. Images are acquired through the camera of an Android device which is attached to the robot. The camera is attached to servos on the robot which allow the camera to pan and tilt. Several image processing techniques are used to detect the location of the object being tracked in the images. In our project there are two Android applications. One of them uses color based tracking methods and the other uses a template based tracking method. Both applications use Android's OpenCV library to help with the image processing. Included in this project are 2 Arduino Projects and 5 Java Projects. Arduino Projects: 1. Arduino Robot Code - This is a single file code that can be uploaded to an Arduino microcontroller. It listens for commands from an attached Android device. 2. PololuWheelEncoders2 - This is a modification of the PololuWheelEncoder library. This uses a long instead of an int for keeping track of how far the robot has traveled. Java Projects: 1. OpenCV-2.4.2-android-sdk - This is Android's OpenCV library, it is required for the image processing in some of the other projects. 2. Robot Controller - This is a library that allows an Android device to communicate with an Arduino robot through a USB cable using Android's open accessory mode. 3. Video Processing - This is a library which contains several classes for processing frames from the Android's camera and identifying and tracking an object. Currently there are two frame processors: one which uses color tracking techniques and another which uses template tracking techniques. 4. Object Tracker - This is an Android application which contains two activities that track object using the above video processing techniques (color based and template based). 5. Robot Functionality Test - This is a simple Android activity which tests the basic operations of the robot such as driving forward and backward, spinning, and moving the attached camera.

android-arduino-object-tracking-robot's People

Contributors

steve-haar avatar broy98 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.