Thomas Perl

Results 253 comments of Thomas Perl

This is weird, the error message is here: ```python3 if pdftotext is None: raise ImportError('Please install pdftotext') ``` This is set here: ```python3 try: import pdftotext except ImportError: pdftotext =...

Have you built the project with tracker support, and installed all dependencies (e.g. OpenCV)? Can you attach the full build log (do a clean rebuild if you haven't captured the...

Also, for the master branch, check out the scripts in https://github.com/thp/psmoveapi/tree/master/scripts -- these also build OpenCV and so should include tracker support. This even works for the master branch (and...