Skip to content

Commit

Permalink
Updated version number (v0.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjrobinson committed Apr 29, 2014
1 parent 87e0937 commit 9ace769
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,23 @@ Useful for:
* Soccer
* etc.

## Delay Analysis tool

A tool that allows you to:
* delay a live video stream by a number of seconds. This allows you perform a training task such hitting a ball then immediately afterwards review what it looked like.
* pause the live stream and step through frame by frame
* pause the live stream and step through frame-by-frame
* record a small frames groups for later analysis

## After Touches tool

A tool that allows you to:
* Load a recording
* View in slowmotion
* View frame-by-frame
* Export to AVI

## Future work/ideas:
* Analysis Tool: allows user to process saved frame groups to produce:
* Export as AVI/Mpeg
* Generate graphs (from measurement capture devices)
* Annotate video frames with: freehand lines (that can be adjusted frame by frame)
* Open source hardware (arduino):
Expand Down
4 changes: 2 additions & 2 deletions sportsreview/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

__version__ = '0.1'
__version_info__ = (0,1,0,'final')
__version__ = '0.2'
__version_info__ = (0,2,0,'final')

0 comments on commit 9ace769

Please sign in to comment.