https://github.com/bergercookie/spermproject
Android application for analyzing sperm samples
https://github.com/bergercookie/spermproject
Last synced: 8 months ago
JSON representation
Android application for analyzing sperm samples
- Host: GitHub
- URL: https://github.com/bergercookie/spermproject
- Owner: bergercookie
- Created: 2016-01-07T09:54:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-16T21:02:32.000Z (about 10 years ago)
- Last Synced: 2025-02-12T23:45:33.270Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 6.28 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SpermProject - Client Side
==========================
This is the client application for the SpermProject.
It consists of the Java application which is to run in the Android device of the user.
The client application is heavily based on the [OpenCamera project](http://opencamera.sourceforge.net/)
due to the versatility that it offers for manipulating the camera.
The goal of the client is to capture a video of the sperm sample and send it to the server for further analysis.
The client steps, in more detail, are presented below:
* Shoot a video of predetermined length
* Make a TCP connection to the [analysis server](https://github.com/bergercookie/SpermProject_server)
* Transfer the captured video to the server
* Block for the image analysis algorithm to finish and receive the results.
* Print in a formatted manner the results in the screen of the user.