- AnimApp is now available on the Google Play Store, and is the recommended installation method. Please use the following method if this is not possible, or if you would like to try a more recent release.
- Download the apk from https://github.com/sraorao/AnimApp/releases on to your device and follow instructions. You may have to change your phone's security settings to allow installation of apps from unknown sources. After installation, you will be asked if you want to grant read/write access, which is necessary for writing the csv data to memory.
- Consider running with
Play video
setting to off for faster processing, and turn it on only if you suspect from your resultant graph that the thresholding is incorrect. - Try using files in sample_videos folder to test.
IMPORTANT: AnimApp currently works only with small video files (<80MB). If you have larger files, try making them smaller by stripping the audio data and/or reducing the resolution (say, to 640 x 480). ffmpeg
(https://www.ffmpeg.org/) is a very useful cross-platform tool to achieve this, as well as for converting video formats, croppping, etc. Alternatively, check out the desktop version of the app https://github.com/sraorao/opencv_animal_tracking, which is also recommended for batch processing a large number of videos.
- Nexus 5 (very slow, but works, with large files ~ 75 MB; works faster with smaller files) (Android 6 Marshmallow)
- Nexus 5X (emulated)
- OnePlus 5T (Android 8.0.0 Oreo)
- Pixel 2 (emulated)
- Samsung Galaxy S5 (Android 6.0.1)
- AnimApp can be typically run in 3 steps:
- Load video => set thresholds => crop or set scale by drawing rectangle on image (also select real distance to set scale) => Decide whether to crop to rectangle => Decide whether to play video => Decide whether to play original or thresholded image
- Click Next => Wait while video is analysed; frames are counted up and you will see "Done!" at the bottom of the screen.
- Click Next => A scatter plot of all positions is generated. Total distance is calculated, and this (along with the scaled distance in cm) is appended to AnimApp_summary.csv in your Downloads folder. All the points, along with the longest and shortest dimensions of the object and angle of rotation are also saved to the video.mp4.csv file (where video.mp4 was the name of the original video), again in the Downloads folder. Moving the slider or editing the number in the box limits the summary analysis to the displayed number of frames. Summary data are appended to AnimApp_summary.csv each time the frame number is modified.
- If you have already run an analysis and would just like to look at the scatter plot or summary analysis, first load the video file in step 1 and click Analyse.
- Srinivasa Rao (code)
- Sam Olechnowicz (artwork, beta testing)
- Patrick Kraetschmer (beta testing)
- Narayana Rao (code)
This app depends on the JavaCV library (https://github.com/bytedeco/javacv), which is a Java wrapper around OpenCV, for video processing and analysis. MultiSlider (https://github.com/apptik/MultiSlider) and GraphView (https://github.com/appsthatmatter/GraphView) libraries have been used for UI components.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.