Saturday, July 27, 2024

Simple Object Tracking with Android Phone

Simple Object Tracking Camera with Android Phone

Simple Object Tracking Camera with Android Phone

In this project, I would like to show you how to build a simple object tracking Camera with an Android Phone.

Things used in this project

Hardware components

  1. Arduino Uno
  2. Bluetooth 4.0 UART CC2541 HM-10
  3. RC Servo x 2
  4. Battery
  5. Android Phone

Software apps and online services

  • Arduino IDE
  • Android Studio

Story

The software component is an Android application written in Java and developed using Android Studio. This app utilizes the powerful OpenCV library to implement an object tracking algorithm, allowing the camera to follow a designated object in real-time. The trackers are used in the project are TrackerMedianFlow, TrackerCSRT, TrackerKCF, TrackerMOSSE, TrackerTLD, TrackerMIL.

Source code

https://github.com/longpth/Android-Object-Tracking-OpenCV/tree/master

Demonstration

No comments:

Post a Comment