Exception: Tracksperanto::Pipeline::NoTrackersRecoveredError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/pipeline/base.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



17
18
19
20
21
# File 'lib/pipeline/base.rb', line 17

def message;
  "Could not recover any non-empty trackers from this file.\n" + 
  "Wrong import format maybe?\n" + 
  "Note that PFTrack will only export trackers from the solved segment of the shot.";
end