Skip to content

hanoglu/SensorCamera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 

Repository files navigation

Trace an Object With Acceleration Data

This project which contains a Android application and a Java desktop application aims to estimate object position with using accelerometer data and camera.

Sensor Camera Application - Android

This Android application is designed to capture video and accelerometer data frame by frame.
Sensor Camera app records video and accelerometer data simultaneously, accelerometer data will be saved in a .txt file.
To record sensor data go settings and check "İvme Verisini Kaydet" radio button.
Both sensor data and video will be saved DCIM/SensorKamera directory.
Source Codes
Releases

Acceleration Estimation Application - Java Desktop

This Java desktop application is designed to estimate position of an object with using video file and accelerometer data file captured with Sensor Camera app in Android.
Copy video file and accelerometer data file with same name to your computer, then in application, specify alpha value and video file path with extension.
Acceleration Estimation application can use Tiny-Yolo to update bounding box coordinates. This option can be activated in application menu.
Bounding boxes founded by accelerometer data will be shown red, founded by Yolo will be shown green if the bounding box coincide with estimation or cyan if the bounding box does not intersect with estimation.
Releases

Note: If Acceleration Estimation Application gives blank gray screen despite of true path of video file it might be indicating that your graphics card does not fully compatible with this version of OpenCV.

Samples

Sample BB and GT Files for V1.61
Video Samples for V1.6
Video Samples for V1.5
Video Samples
Usage Samples

Object Tracker - All in One Android App

This Android application is designed to both capture video and track objects. This application is a combination of the above two apps.
Examine