Skip to content

nickkolok/tracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

614 Commits
 
 
 
 
 
 

Repository files navigation

tracker

Video analysis and modeling tool built on the Open Source Physics (OSP) framework.

This code requires the OSP Core Library available in the OpenSourcePhysics/osp repository.

Optional video engine support (FFMPeg on Win/OSX/linux, QuickTime on Win/OSX) is available in the OpenSourcePhysics/video-engines repository. Without a video engine Tracker will only open images (JPEG, PNG) and animated GIFs.

Note: Tracker includes classes to handle apple events that to compile require the Apple Java Extensions library (AppleJavaExtensions.jar) which can be downloaded here.

Installation

DEB-based:

sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/NickKolok:/osptracker/xUbuntu_16.04/ /' > /etc/apt/sources.list.d/home:NickKolok:osptracker.list"
wget -nv https://download.opensuse.org/repositories/home:NickKolok:osptracker/xUbuntu_16.04/Release.key -O Release.key
sudo apt-key add - < Release.key
sudo add-apt-repository ppa:jonathonf/ffmpeg-4
sudo apt-get update
sudo apt-get install osptracker

(you may need to enable universe repo in some Ubuntu versions to install ffmpeg).

RPM-based: see https://software.opensuse.org//download.html?project=home%3ANickKolok%3Aosptracker&package=osptracker

About

Video analysis and modeling tool built on the Open Source Physics framework

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 92.3%
  • HTML 7.5%
  • CSS 0.2%