[needs-packaging] videotracker

Bug #729465 reported by ancienthart
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ubuntu
New
Wishlist
Unassigned

Bug Description

Video Tracker is an educational Java program that allows you to use a video camera (or a saved video file) to investigate the physics of real-life experiments.
Once the video is recorded and imported into Video Tracker, users can plot the trajectory of multiple objects interactively by clicking on the screen. The software calculates displacement, velocity and acceleration (linear, angular and absolute) as well as several other parameters. It also includes tools to measure line profiles of spectra, dynamic modelling and comes with a sample library of videos and experiments.
It used to be based on Java Quicktime, but the author has recently put in a lot of effort to switch it over to Xuggle, to ensure that it can run on a wide variety of operating systems, including Linux.

URL: http://www.cabrillo.edu/~dbrown/tracker/
License: GNU General Public License
Notes: Video Tracker runs from a jar file, that is also available for download from the website.
Video Tracker depends on the Xuggle Media Licence, downloadable at http://www.xuggle.com/xuggler/downloads/
However, Xuggle is only available as source code and an executable shell script.
I installed Xuggle into /usr/lib/xuggler
Once installed, environment variables need to be set in the system, as follows:

export XUGGLE_HOME=/usr/lib/xuggler
export LD_LIBRARY_PATH=$XUGGLE_HOME/lib:$LD_LIBRARY_PATH
export PATH=$XUGGLE_HOME/bin:$PATH

Then, symbolic links need to be made from the Xuggle files:
xuggle-xuggler.jar,
logback-core.jar,
logback-classic.jar and
slf4j-api.jar

into the directory /usr/lib/jvm/java-6-openjdk/jre/lib/ext

Finally, the following instructions need to be run, in order for Video Tracker to correctly locate the Xuggle files:

export LD_LIBRARY_PATH=$XUGGLE_HOME/lib:$LD_LIBRARY_PATH
java -jar /usr/lib/Tracker/tracker.jar

Maybe the first command can be included in a system configuration file somewhere?

Revision history for this message
ancienthart (joalheagney) wrote :

"Xuggle Media Library" I meant to say, not license.

tags: added: needs-packaging
Revision history for this message
Brian Murray (brian-murray) wrote :

*** This is an automated message ***

This bug is tagged needs-packaging which identifies it as a request for a new package in Ubuntu. As a part of the managing needs-packaging bug reports specification, https://wiki.ubuntu.com/QATeam/Specs/NeedsPackagingBugs, all needs-packaging bug reports have Wishlist importance. Subsequently, I'm setting this bug's status to Wishlist.

Changed in ubuntu:
importance: Undecided → Wishlist
Revision history for this message
ancienthart (joalheagney) wrote :

I've noticed that we already have a program out there called video tracker, and have contacted the author regarding what he would like it to be called.

He would prefer OSP-tracker if possible, but also likes OSP-video-tracker.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.