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
- Arduino Uno
- Bluetooth 4.0 UART CC2541 HM-10
- RC Servo x 2
- Battery
- 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
No comments:
Post a Comment