Skip to content

Commit

Permalink
starting 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
olir committed Mar 30, 2018
1 parent efab5c8 commit c573f46
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
8 changes: 3 additions & 5 deletions doc/Description.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ The pipeline allows input as video file, camera, network stream or pictures stor

# HOWTO run it
Install Pre-Requisites first (see below), then you have 3 options to start it:
* _From Maven:_ For the current version, use maven and run it in project room folder with
- mvn clean package
- mvn -pl plugin-api install
- mvn -pl app exec:exec
* _Jar execution:_ Download and execute the jar file from the release (see section below)
* _Jar execution:_
** Download and execute the jar file from the release (see section below)
** or build jar in app module with 'maven clean package' and execute jar in app/target

## Pre-Requisites
- [FFmpeg 3.1.1+](https://ffmpeg.org) installed. Select path at first startup (is stored in frankenstein.ini at user-home)
Expand Down
7 changes: 6 additions & 1 deletion doc/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@
- Global pipeline working
- Executable as jar, by jnlp and maven

## Version 0.2 (currently working on)
## Version 0.2
- Cam Stream Input (no audio)
- Network Stream Input (opencv or vlc/file)
- Segment Filters (Black and White, Stereo Distance)
## Version 0.3.3
- Started on externalizable Filters through loading them as plugin jar.
- Splitted Plugins into OpenCV and JogAmp
## In work:
- ...


0 comments on commit c573f46

Please sign in to comment.