Difference between revisions of "Apertus.ElphelVision User Guide"

From ElphelWiki
Jump to: navigation, search
(Created page with "==Requirements== * JAVA JRE * VLC * (Gstreamer) <- still experimental ==Download== Nightly Builds as well as a release history can be downloaded from sourceforge: http://elph...")
(No difference)

Revision as of 12:09, 15 June 2011

Requirements

  • JAVA JRE
  • VLC
  • (Gstreamer) <- still experimental

Download

Nightly Builds as well as a release history can be downloaded from sourceforge:

http://elphel.svn.sourceforge.net/viewvc/elphel/Apertus/ElphelVision/Java%20App/release/

Starting ElphelVision

By default we provide startup script for Linux, Mac and Windows.

This is basically a file that runs:

java -jar -Xmx256m ElphelVision-dist.jar --debuglevel 3

Startup Parameters

Example:

ElphelVision-dist.jar --debuglevel 3

The following arguments are available:

--help

Displays the list of available startup parameters

--no-camera

This is useful for running the software without a camera. It will disable all network communication. That way the software just pretends do interact with a camera. For demo purposes or if you want to develop GUI elements without needing a camera.

--debuglevel N

Controls the amount of log and error messages you see in the console

Possible values for N:

0 - none

1 - only errors

2 - errors and warnings (default)

3 - everything