https://github.com/toatoes/smartmeasure
Smart Measure App, using Camera API and Gyroscope for measurement
https://github.com/toatoes/smartmeasure
android-application java
Last synced: about 2 months ago
JSON representation
Smart Measure App, using Camera API and Gyroscope for measurement
- Host: GitHub
- URL: https://github.com/toatoes/smartmeasure
- Owner: ToaToes
- Created: 2024-09-25T03:46:05.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T04:14:11.000Z (almost 2 years ago)
- Last Synced: 2025-08-26T01:26:53.175Z (10 months ago)
- Topics: android-application, java
- Language: Java
- Homepage:
- Size: 1.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Smart Measure
An Android app that measures the distance and height of an object using Camera API
and Gyroscope sensors. Also, it can measure various objects in a captured image using Image (Updating)
Processing techniques.
Linked: https://prezi.com/view/kxQx8LRZSkPtxWUOiclo/
### How to use
- Keep the phone at eye level and enter the height of the phone above the ground (usually your height).
- Point the crosshair at the bottom of the object and tap it.
- point crosshair at the top and bottom of the object and tap it.
- It should show the height of the object and the distance from the object.
Note: the object must be on the ground. If not check the full documentation for futher instructions.
Need to update the Gradle (gradle 2.14) and JAVA (JAVA 11)