GithubHelp home page GithubHelp logo

uglydwarf / linuxtrack Goto Github PK

View Code? Open in Web Editor NEW
155.0 22.0 29.0 15.82 MB

Headtracking for Linux/Mac

License: MIT License

Shell 16.57% Perl 0.09% MATLAB 0.56% Python 1.98% C 31.57% C++ 26.57% Objective-C 1.65% HTML 3.44% Makefile 16.58% M4 0.53% Roff 0.47%

linuxtrack's Introduction

linuxtrack's People

Contributors

uglydwarf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

linuxtrack's Issues

TrackIR 5 doesn't start with XPlane

What steps will reproduce the problem?
1. My TrackIR lights up and performs fine during setup
2.  I install to xplane and quit ltr GUI
3.  Xplane will run but the LEDs never light up on the TrackIR (and thus, won't 
work in general)

What is the expected output? What do you see instead?
Normally, the LEDs light up sometime during the start-up of x-plane.

What version of the product are you using? On what operating system?
Mac version; OSX 10.8.3

Please provide any additional information below.
This only happened when I upgraded to the new XPLane.

Original issue reported on code.google.com by [email protected] on 18 May 2013 at 4:50

Crash on MBPr

What steps will reproduce the problem?
1. Launch LRT_gui on MBP Retina --> device setup = built in (face tracker)
2. in tracking window: start
3. immediate crash

What is the expected output? What do you see instead?
I expected to see my face in the cam window

What version of the product are you using? On what operating system?
tried beta 7 and 6
MacBook Pro Retina, 10.8.1

Original issue reported on code.google.com by [email protected] on 6 Sep 2012 at 11:51

i can't find .linuxtrack file

What steps will reproduce the problem?
1.Build the current sources from SVN. Start the application, trying to save 
preferences and when I start again ltr_gui preferences seems not to been saved

What is the expected output? What do you see instead?
I can't find the file ~/.linuxtrack

What version of the product are you using? On what operating system?
Latest SVN sources on Ubuntu 13.04.

Please provide any additional information below.
Ltr_gui works perfect i can see the 3D Model working awesome. But when i try to 
run it with FlightGear it doesn't work. It seems to me that this is because 
preferences are not ok.

Thanks a lot for your work!

Oriol


Original issue reported on code.google.com by [email protected] on 11 May 2013 at 5:56

Attachments:

Wine doesn't start when attempting to extract TrackIR firmware

What steps will reproduce the problem?
1. I started ltr_gui and encounted the error "Wine not working, you'll not be 
able to install NP firmware and Wine plugin!"

What is the expected output? What do you see instead?
1. The check for Wine should pass without encountering this message
2. I checked and found that there are indeed Wine files inside the package 
contents of ltr_gui (ie Wine>bin, include, lib, share)

What version of the product are you using? On what operating system?
Using ltr_gui from linuxtrack-0.99.3.dmg on OS X 10.8.4 (12E55)

Please provide any additional information below.

Machine details:
MacBook Pro 15 inch, mid 2012
Processor 2.7 GHz Intel Core i7
Memory 8GB 1600 MHz DDR3
Graphics NVIDIA GeForce GT 650M 1024MB

Original issue reported on code.google.com by [email protected] on 13 Jul 2013 at 7:03

Linux ltr_pipe failure?

I'm sort of stumped.  No matter what configure switches I provide, I cannot get 
ltr_pipe to execute without the following error.

I am guessing ltr_pipe on Linux is native and pretty basic, and does not 
require wine, etc, as it's currently the only option I cannot compile in as I'm 
not setup with mingw.

Using something like "ltr_pipe --output-stdout"  should automatically find the 
device and toss something more to stdout correct?

About the only odd ball thing I can think of being a problem, "configure 
--prefix=/home/roger/src/linuxtrack/linuxtrack-install".  Also this is 64 bit, 
so 64 bit libraries are installed within linuxtrack-install/lib and 32 bit 
libraries installed within linuxtrack-install/lib32.  (On my system /usr/lib32 
and /usr/lib64 are used.)

$ file linuxtrack-install/lib/liblinuxtrack.so.0.0.0 
../linuxtrack-install/lib/liblinuxtrack.so.0.0.0: ELF 64-bit LSB shared object, 
x86-64, version 1 (SYSV), dynamically linked, not stripped

This is a Track IR 5
# dmesg |tail
Oct 22 20:43:35 localhost4 kernel: usb 1-1.2: new full-speed USB device number 
9 using ehci-pci
Oct 22 20:43:35 localhost4 kernel: usb 1-1.2: New USB device found, 
idVendor=131d, idProduct=0158


$ strace -a 160 ltr_pipe

rt_sigaction(SIGINT, {0x401d30, [INT], SA_RESTORER|SA_RESTART, 0x3d74637c10}, 
{SIG_DFL, [], 0}, 8)                                                            
  = 0
rt_sigaction(SIGPIPE, {0x401d40, [PIPE], SA_RESTORER|SA_RESTART, 0x3d74637c10}, 
{SIG_DFL, [], 0}, 8)                                                            
= 0
write(2, "ltr_pipe: ", 10ltr_pipe: )                                            

          = 10
write(2, "Initializing LinuxTrack library", 31Initializing LinuxTrack library)  

                               = 31
write(2, "\n", 1
)                                                                               
                                                                = 1
brk(0)                                                                          

= 0x607000
brk(0x628000)                                                                   

= 0x628000
open("/root/.config/linuxtrack/linuxtrack1.conf", O_RDONLY)                     

= -1 ENOENT (No such file or directory)
getpid()                                                                        

= 26817
open("/tmp/linuxtrackeK7KUz", O_RDWR|O_CREAT|O_EXCL, 0600)                      

= 3
fcntl(3, F_GETFL)                                                               

= 0x8002 (flags O_RDWR|O_LARGEFILE)
fcntl(3, F_SETFL, O_RDWR|O_APPEND|O_LARGEFILE)                                  

= 0
fstat(3, {st_mode=S_IFREG|0600, st_size=0, ...})                                

= 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)        

= 0x7f832b8f5000
lseek(3, 0, SEEK_CUR)                                                           

= 0
write(3, "Couldn't load liblinuxtrack, hea"..., 65)                             

= 65
write(2, "ltr_pipe: ", 10ltr_pipe: )                                            

          = 10
write(2, "LinuxTrack library failure", 26LinuxTrack library failure)            

                          = 26
write(2, "\n", 1
)                                                                               
                                                                = 1
write(2, "ltr_pipe: ", 10ltr_pipe: )                                            

          = 10
write(2, "Exiting", 7Exiting)                                                   

       = 7
write(2, "\n", 1
)                                                                               
                                                                = 1
write(2, "ltr_pipe: ", 10ltr_pipe: )                                            

          = 10
write(2, "Bye.", 4Bye.)                                                         

    = 4
write(2, "\n", 1
)                                                                               
                                                                = 1
exit_group(1)                                                                   

= ?
+++ exited with 1 +++

roger # cat tmp/linuxtrackeK7KUz 
Couldn't load liblinuxtrack, headtracking will not be available!

Original issue reported on code.google.com by [email protected] on 23 Oct 2013 at 4:46

SYSFS udev rule is deprecated

What is the expected output? What do you see instead?

Expected is no warning message.

Actual is a warning message: 

udevd[1468]: SYSFS{}= will be removed in a future udev version, please use 
ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in 
/lib/udev/rules.d/51-TIR.rules:1

What version of the product are you using? On what operating system?

Gentoo
udev-171


Please provide any additional information below.

I modified the udev rule so it no longer uses the deprecated SYSFS.  Also I 
modified the permission level group to use video for better security.  The 
video group seemed the best fit since that's what this is device is used for.

Index: src/51-TIR.rules
===================================================================
--- src/51-TIR.rules    (revision 571)
+++ src/51-TIR.rules    (working copy)
@@ -1,2 +1 @@
-SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device",SYSFS{idVendor}=="131d" , 
MODE="0666"
-
+SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTR{idVendor}=="131d", 
MODE="0660", GROUP="video"

Original issue reported on code.google.com by [email protected] on 11 Apr 2012 at 1:42

webcam option not available

What steps will reproduce the problem?
1.  boot macbookpro 2010 model with working isight cam
2.  Start ltr_gui.app
3.

What is the expected output? What do you see instead?
webcam as option in list

What version of the product are you using? On what operating system?
osx 10.5.7, latest download

Please provide any additional information below.
The very fitst time webcam was an option.  subsequent starts, this option is no 
longer available.


Original issue reported on code.google.com by [email protected] on 4 Dec 2010 at 9:08

Z/Y Axis lock

On Windows (using TrackIR software), If you move your head closer to the screen 
(positive Z axis) in order to look very closely at an instrument, then tilt (or 
pitch) your head down, the result is what you expect -- your 3D position stays 
put and you're just looking at the panel from above, at an angle.

In linuxtrack, however, if you repeat the exact same movements, in order, then 
as you tilt your head down the POV simultaneously moves up, actually going 
outside the cockpit canopy if you pitch down enough (still without physically 
moving your head upwards).

There is a detailed thread on the X-Plane forum here: 
http://forums.x-plane.org/index.php?showtopic=56722


Original issue reported on code.google.com by [email protected] on 11 Feb 2012 at 12:47

Brightest part of LED appears black

What steps will reproduce the problem?
1.  linuxtrack120328.dmg running on OS X 10.6.8
2.  Isight camera  4.19
3.  IR filter + IR LED

What is the expected output? What do you see instead?
Brightest part of LED appears black (instead of white) and cannot be tracked.  
Intermittent tracking works on the edges of the LED.

What version of the product are you using? On what operating system?
linuxtrack120328.dmg running on OS X 10.6.8

Please provide any additional information below.
When viewed using other applications e.g. chat program, brightest part of LED 
appears as expected.

Original issue reported on code.google.com by [email protected] on 22 Jun 2012 at 9:44

xlinuxtrack.so causes hard drive dismount and subsequent session failure.

What steps will reproduce the problem?
1. Running linux-track on my system (specs listed below)

What is the expected output? What do you see instead?
Expected normal operations, but got unexpected hard drive dismount

What version of the product are you using? On what operating system?
latest version under ubuntu 11.04

Please provide any additional information below.

When the plugin is loaded into x-plane, upon starting x-plane my primary HDD 
(which is connected over USB) remount read only. unfortunately i cannot offer a 
log of dmesg's output, as the system refuses to write anything to the (now 
write protected) HDD. without he plugin installed, x-plane runs normally. 

Original issue reported on code.google.com by [email protected] on 9 Sep 2011 at 4:01

Value of Z-axis of VectorClip captured by TrackIR5 is inconsistent

What steps will reproduce the problem?

1. Sample code at http://code.google.com/p/linux-track/wiki/LinuxtrackInterface
2. Instead of output pose 60 times, wrote a infinite while loop to output the 
value of Z:
while(1)
  {
    ltr_get_pose(&heading, &pitch, &roll, &x, &y, &z, &counter);
    printf("Z=%f\n", z);
    usleep(10000);
  }


What is the expected output? What do you see instead?

Expected: the output of Z should be consistent
Observed: move VectorClip towards and away from the camera, different values of 
Z are reported even VectorClip is at the same physical distance (in real world) 
from the camera.

Tested output values of X, Y, heading, yaw and roll, they are OK, i.e. their 
values are consistent.


What version of the product are you using? On what operating system?
linuxtrack-0.99.7-64
Debian 64bit
TrackIR5
VectorClip


Please provide any additional information below.




Please check.
Thanks!


(Also, it would be great if the API could offer a function/method to return the 
number of markers currently captured by the camera.)


Original issue reported on code.google.com by [email protected] on 22 Dec 2013 at 11:48

ETS2 (Linux) support?

Is it possible that in the future linux-track will support Euro Truck Simulator 
2?

Many thanks!


Original issue reported on code.google.com by [email protected] on 11 Jul 2013 at 4:57

Add support for TrackIR 3 Pro?

I just compiled everything on Linux and then discovered that the TrackIR I've 
got is the version 3 Pro..

Any hope of adding support also for the version 3?

Congratulations on creating this project!

Best regards
Ola Røer Thorsen

Original issue reported on code.google.com by [email protected] on 22 Sep 2011 at 12:09

X-Plane-i686: cal.c:56: cal_init: Assertion `(iface != ((void *)0)) && (iface->device_init != ((void *)0))' failed.

Hi guys,

I tested the linux-track software and got the following error in the
log.txt from XPlane:

[Thu 2009-09-03 21:54:21 CEST] Preferences read OK!
[Thu 2009-09-03 21:54:21 CEST] Custom section 'XPlane' found!
[Thu 2009-09-03 21:54:21 CEST] Device Type: Wiimote
[Thu 2009-09-03 21:54:21 CEST] Setting up Cap...
X-Plane-i686: cal.c:56: cal_init: Assertion `(iface != ((void *)0)) &&
(iface->device_init != ((void *)0))' failed.

Can anyone tell me what goes wrong. I think that if this error is fixed
everything will just work fine. 

This is what's in my .linuxtrack file:
#Global section should contain global settings (eg. Capture device type)
[Global]
Capture-device = Wiimote
Capture-device-id = Wiimote
Model-type = Cap
Cap-X = 70
Cap-Y = 50
Cap-Z = 92.5
Head-Y = 100
Head-Z = 90
[Default]
Filter-factor = 5
Pitch-multiplier = 3.0
Yaw-multiplier = 3.0
Roll-multiplier = 3.0
Xtranslation-multiplier = 3.0
Ytranslation-multiplier = 3.0
Ztranslation-multiplier = 3.0
[XPlane]
Freeze-button = 3
Recenter-button = 4

Thanks in advance!

Original issue reported on code.google.com by [email protected] on 3 Sep 2009 at 8:05

hello

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 29 Nov 2012 at 12:56

Compilation fails on Ubuntu 11.10 64-bit: can't find bits/predefs.h

The header it's looking for exists at 
/usr/include/x86_64-linux-gnu/bits/predefs.h so this is probably a build system 
config issue. Configure also failed to detect the absence of V4L2 headers on my 
system, though once I installed those compilation continued to this point.

Tail end of build log:

make[2]: Entering directory `/home/ralith/src/linux-track/src/helper'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../..    '-Wl,-rpath,/usr/local/lib/linuxtrack' 
'-DLIB_PATH="/usr/local/lib/linuxtrack/"' -m32 -I.. -g -O0 -Wall -Wextra -c -o 
liblinuxtrack_la-ltlib.lo `test -f '../ltlib.c' || echo './'`../ltlib.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. 
-Wl,-rpath,/usr/local/lib/linuxtrack -DLIB_PATH=\"/usr/local/lib/linuxtrack/\" 
-m32 -I.. -g -O0 -Wall -Wextra -c ../ltlib.c  -fPIC -DPIC -o 
.libs/liblinuxtrack_la-ltlib.o
In file included from /usr/include/stdlib.h:25:0,
                 from ../ltlib.c:1:
/usr/include/features.h:323:26: fatal error: bits/predefs.h: No such file or 
directory
compilation terminated.
make[2]: *** [liblinuxtrack_la-ltlib.lo] Error 1
make[2]: Leaving directory `/home/ralith/src/linux-track/src/helper'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ralith/src/linux-track'
make: *** [all] Error 2

Original issue reported on code.google.com by [email protected] on 22 Oct 2011 at 2:19

Attachments:

Wiimote Blob issue. {Enhancement}

I'M using the wiimote method, the LEDs blobs are shown varies from 2 sizes, big 
and small. They are both changing frequently, and it affects the output. Is 
there any smooth feature, or ignore the blob sizes settings?

Thank you! I appreciate any help.


Regards,
Talal

Original issue reported on code.google.com by [email protected] on 21 Oct 2011 at 6:23

"WiiServer[XXX] Can't start server!" - OSX 10.6.6

What steps will reproduce the problem?
1. Download linuxtrack120220.dmg and install on OSX running 10.6.6 64 bit
2. Open WiiServer
3. Click connect

What is the expected output? What do you see instead?

The status message does not update from "Connecting". The syslog logs a message 
"   WiiServer[XXX]  Can't start server!" soon after the application is started and 
before pairing is attempted.


What version of the product are you using? On what operating system?

Running OSX 10.6.6 on a Hackintosh with functional Bluetooth (via Belkin 
F8T016AU mini-dongle - Broadcom Chipset, Bluetooth EDR Rev2.1). Note that I can 
pair both a Wiimote and an Apple wireless keyboard successfully with the OS.


Please provide any additional information below.



Original issue reported on code.google.com by [email protected] on 24 Mar 2012 at 5:16

Hardcoded angle limits

Hi,

There are hardcoded angle limits -180 - 180 (tracking.c clamp_angle ())
It would be great to have these limits configurable. 360 is not enough for 
external views.

I am using linux-track in IL-2 with linuxtrack-wine dll 
(http://code.google.com/p/linuxtrack-wine/) and NewView 
(http://www.newview.hruks.com/index_en.php) on top of linuxtrack-wine.
NewView and IL-2 have own limits for cockpit view, but 360 limit is annoying on 
external view.

Thanks,
Alexander 

Original issue reported on code.google.com by [email protected] on 12 May 2011 at 12:27

Include pkg-config library file in distribution

It would be great to have .pc file for the library in Fedora package 
distribution.

pkg-config uses special meta-data files to keep configuration options for 
compilation process. It is particularly useful when building with CMake.

So the attached 'linuxtrack.pc' file is the one that I use by myself on Fedora 
17 x86_64. However I am not sure what will be a difference for other platforms.

This file has to be installed to '{lib_dir}/pkgconfig/'. In my case it is 
'/usr/lib64/pkgconfig'.


Thanks,
Boris

Original issue reported on code.google.com by [email protected] on 16 Aug 2012 at 4:11

  • Merged into: #27

Attachments:

optional JPEG compression

can linux-track access optional JPEG compression directly?


ie Sony PS3 eye camera is stated to have optional JPEG compression,
is that on-chip or only via a subroutine that converts YUYV to jpeg?




Original issue reported on code.google.com by [email protected] on 2 May 2013 at 11:59

Build 'make' issue

What steps will reproduce the problem?
1. sudo make (didn't work without sudo, because, it cannot create a directory: 
/home/simmer/

What is the expected output? What do you see instead?
Ordinary 'make' output.

Instead:

test -z "/home/simmer/ltr/lib/linuxtrack" || /bin/mkdir -p 
"/home/simmer/ltr/lib/linuxtrack"
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libltr.la libmacwii.la libwii.la libwc.la libtir.la libltusb1.la '/home/simmer/ltr/lib/linuxtrack'
libtool: install: /usr/bin/install -c .libs/libltr.so.0.0.0 
/home/simmer/ltr/lib/linuxtrack/libltr.so.0.0.0
libtool: install: (cd /home/simmer/ltr/lib/linuxtrack && { ln -s -f 
libltr.so.0.0.0 libltr.so.0 || { rm -f libltr.so.0 && ln -s libltr.so.0.0.0 
libltr.so.0; }; })
libtool: install: (cd /home/simmer/ltr/lib/linuxtrack && { ln -s -f 
libltr.so.0.0.0 libltr.so || { rm -f libltr.so && ln -s libltr.so.0.0.0 
libltr.so; }; })
libtool: install: /usr/bin/install -c .libs/libltr.lai 
/home/simmer/ltr/lib/linuxtrack/libltr.la
libtool: install: error: cannot install `libmacwii.la' to a directory not 
ending in /usr/local/lib/linuxtrack
make[3]: *** [install-pkglibLTLIBRARIES] Error 1
make[3]: Leaving directory 
`/home/tpr0/Desktop/linuxtrack-wine-0.1-bin/XLinuxTracker/linux-track-read-only/
src'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory 
`/home/tpr0/Desktop/linuxtrack-wine-0.1-bin/XLinuxTracker/linux-track-read-only/
src'
make[1]: *** [install] Error 2
make[1]: Leaving directory 
`/home/tpr0/Desktop/linuxtrack-wine-0.1-bin/XLinuxTracker/linux-track-read-only/
src'
make: *** [install-recursive] Error 1

What version of the product are you using? On what operating system?
Latest, Ubuntu 11.04 (latest,Date)

Please provide any additional information below.

Followed the instruction carefully, faced some problems. Please forgive me if i 
was a noob, i really need your help... 

Thank you so much!

Original issue reported on code.google.com by [email protected] on 9 Oct 2011 at 4:58

Latest builds only shows WiiRemote as device

What steps will reproduce the problem?
Build the current sources from SVN. Start the application, select a device

What is the expected output? What do you see instead?
Expected: A choice of devices: Webcam, Webcam face tracking and WII Remote
Seen: Only WiiRemote is availabe

What version of the product are you using? On what operating system?
Latest SVN sources on Ubuntu 12.04. Asus G72GX laptop with built-in camera.

Please provide any additional information below.
A quick analysis provides that the getAvailableDevices() method queries the 
configuration in all cases for the Global/Input section which per default 
contains WiiRemote.
The behavior is different in the last eg. Ubuntu Release builds (12.04) in 
which the correct devices appeared including the web cam (which worked then).

Original issue reported on code.google.com by [email protected] on 6 May 2013 at 12:06

Whenever I change the sensitivity it never saves it and always reverts to the default settings ?

What steps will reproduce the problem?
1.open linuxtrack GUI
2.change the sensitivity settings to your preference and press save
3.open xplane 10 and the settings you have just made revert back to default.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
the very latest version on mac lion os 

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 19 May 2012 at 10:20

Back/Forward axis not kept on pause

What steps will reproduce the problem?
1. Moving your head towards the cam (zoom/move forward) in X-Plane 10 and then 
pausing linuxtrack

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
Latest Beta from downloadpage, OSX 10.7, X-Plane 10


Hello!

It seems that when pausing linuxtrack in XPlane with the newest beta, where 
6DOF has been introduced (I think that's the reason), pausing linuxtrack brings 
the view back to standard position (forward/back axis). So, if you have a look 
deeper on an instrument in you cockpit and you want to change something on it, 
so you pause your trackIR (I use TrackIR 4), you get pushed back to standard 
position and after unpausing back again in front of you instrument. Seems that 
this axis does not get saved on pause.

Thanks for you help,
Bernhard.




Original issue reported on code.google.com by [email protected] on 19 Jul 2012 at 11:20

Add support for pkg-config

It would be great to have .pc file for the library in Fedora package 
distribution.

pkg-config uses special metainformation files to keep configuration options for 
compilation process etc. It is particularly useful when building with CMake.

So the attached 'linuxtrack.pc' file is the one that I use by myself on Fedora 
17 x86_64. However I am not sure what will be a difference for other platforms.

This file has to be installed to '{lib_dir}/pkgconfig/'. In my case it is 
'/usr/lib64/pkgconfig'.


Thanks,

Boris

Original issue reported on code.google.com by [email protected] on 16 Aug 2012 at 4:15

Attachments:

Hotkeys for X-Plane plugin not saved

Hello!

I use X-Plane 9 with the Linuxtrack plugin. Everything seems to be fine, except 
two things:

1) The settings I make in the Hotkey Manager of X-Plane for the linuxtrack 
plugin are not saved, so I have to change it everytime I start X-Plane. Can you 
tell me where this settings will be stored, so I can check if it's a permission 
problem? I use OSX 10.6

2) When pausing Linuxtrack in most cases the view gets down to some strange 
position and back to normal when resuming again. I use pausing to enter things 
on the panel, so that would be great if it would get fixed.

Thanks,
Bernhard.

Original issue reported on code.google.com by [email protected] on 28 May 2011 at 11:23

No Show Package Contents for Mac

What steps will reproduce the problem?
1. MAC OS 10.8.2
2. Download the MAC version: 
http://code.google.com/p/linux-track/downloads/detail?name=linuxtrack01_mac.zip&
can=2&q=
3. Follow through with the steps to open the file, There is no "Show Package 
Contents" option

What is the expected output? What do you see instead?
file attached (show view options does not work either)


What version of the product are you using? On what operating system?
http://code.google.com/p/linux-track/downloads/detail?name=linuxtrack01_mac.zip&
can=2&q=
OS X 10.8.2


Please provide any additional information below.
That pretty much sums it up. What do i do? (please email me with any 
suggestions)

Original issue reported on code.google.com by [email protected] on 21 Dec 2012 at 1:12

Attachments:

XP10 - Track IR stops working

What steps will reproduce the problem?
1. X-Plane 10.03b3
2. Enable tracking
3. Disable tracking/change view
4. Enable tracking

The lights come up on trackir 5, but it doesn't work anymore, I need to restart 
X-Plane for it to work.
The exact same problem occurs even when ranging camera.


My setup is: Trackir pro 5, X-Plane 10.03b3 MacOS X 10.7.2 on a MacPro Quad 
2.4GHz 20GB RAM ATI 5870


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 9 Dec 2011 at 10:22

Tagged source tarball

Could you please provide a tagged source tarball for download in the downloads 
section?  This is needed for meta distributions like Gentoo.

Original issue reported on code.google.com by [email protected] on 29 Mar 2012 at 3:07

linuxtrack-wine on OSX not working

What steps will reproduce the problem?
1. Install the wine application
2. Configure ltr_gui properly
3.Controller application - less light up and keys chosen

What is the expected output? What do you see instead?
TrackIR not recognized by any wine application. I think linuxtrack-wine is 
built for X11 or XQuartz. However, wine now has native OSX windowing support 
and I'm using it right now. Maybe linuxtrack-wine needs to be updated with the 
newest version of wine for OSX native windowing support without X11.

What version of the product are you using? On what operating system?
OSX 10.9. linuxtrack-0.99.5.dmg

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 4 Dec 2013 at 4:28

Wiimote left-right are reversed

I'm using a wiimote on OS X with the latest linuxtrack dmg.  When I look left, 
the screen rotates right.  I get a similar reversal for left-right translation 
as well -- lean left and the screen translates right.  The other axes react 
properly.

I see this in the ltr_gui app and in IL-2 Sturmovik as well.

Thanks!

Original issue reported on code.google.com by [email protected] on 4 Jan 2012 at 4:10

can't install linuxtrack size missmatch error

What steps will reproduce the problem?
1. Use new key 
2.add repositories (copied from ubuntu instructions)
3.refresh synaptic and try to install linuxtrack and linuxtrack-dev with all 
dependantcies
4. i get an error

What is the expected output? What do you see instead?
expected to install linuxtrack, i see this error when downloading


W: Failed to fetch 
http://www.linuxtrack.eu/repositories/ubuntu/pool/main/l/linuxtrack/liblinuxtrac
k0_0.0~svn120511-precise1_amd64.deb
  Size mismatch


W: Failed to fetch 
http://www.linuxtrack.eu/repositories/ubuntu/pool/main/l/linuxtrack/linuxtrack-d
ata_0.0~svn120511-precise1_all.deb
  Size mismatch


W: Failed to fetch 
http://www.linuxtrack.eu/repositories/ubuntu/pool/main/l/linuxtrack/linuxtrack-g
ui_0.0~svn120511-precise1_amd64.deb
  Size mismatch


W: Failed to fetch 
http://www.linuxtrack.eu/repositories/ubuntu/pool/main/l/linuxtrack/linuxtrack_0
.0~svn120511-precise1_all.deb
  Size mismatch




What version of the product are you using? On what operating system?
latest version of linuxtrack, and ubuntu 12.04.1

Please provide any additional information below.
it's on a lenovo thinkpad w701

Original issue reported on code.google.com by [email protected] on 18 Oct 2012 at 3:30

Request for SmartNav3 support

I would like to request SmartNav3 support for Linux-track. 

Please feel free to contact me for assistance in providing SN3 data for use in 
this project. With your guidance, I should be able to assist in this work.

Regards,
Pierre

PS Please also CC any correspondence to my alternate email: 
[email protected]

Original issue reported on code.google.com by [email protected] on 25 Sep 2013 at 10:55

Add support for TrackIR 2.

I'll admit - I did read the docs but installed the software anyway hoping it 
would work with my newly acquired TrackIR 2. But it doesn't. :)

Since I see you, the developer, are already working on adding TIR3 support I 
propose you add support for TIR2 as well. I have one sitting around here and I 
am able to supply you with USB traffic captures from Wireshark. 

If you agree to work on this, please tell me what behavior to capture and 
you'll get it!

Cheers,
Jaša Bartelj.

Original issue reported on code.google.com by [email protected] on 9 Nov 2011 at 9:10

Mountain Lion

What steps will reproduce the problem?
1.I installed Mountain Lion
2.WiiServer starts, but when I try to pair the WiiRemote, it won't work.
3.a If I keep the application active, the Bluetooth icon on the apple menu 
changes from active to paired, but the WiiServer keeps the orange "Connecting" 
string.
3.b If I change application, WiiServer crashes.

Is there anyone which has experienced the same problem?

Thanks,

linux-track is just great.


Original issue reported on code.google.com by [email protected] on 28 Jul 2012 at 8:41

a few bug report

first of all it'd be much more easier if make would stop in case of any kind of 
error since it takes me a few hours to find the problems since make goes 
further even in case of errors. anyway:

1. configure first looking for 
----------------------------
checking for qmake... no
checking for qmake-qt4... /usr/bin/qmake-qt4
----------------------------
it'd be better to looking for qmake-qt4 then only after qmake since now i've to 
remove qt-devel to be able to favor qt4 over qt3.

2. configure should check for QWebView if it's not find then it shouldn't have 
to start ltr-gui build.


Original issue reported on code.google.com by [email protected] on 27 Oct 2012 at 9:09

Problems with iMac webcam

What steps will reproduce the problem?
1. After starting the Linuxtrack, unable to stabilize tracking
2. Fiddling with controls, no luck
3. Tested with face tracking and 3point IR-led clip

What is the expected output? What do you see instead?
Face tracking results mostly grey, weak image in tracking window (linux.gif). 
IR-Led lights don't seem to have enough power to cut through, unable to get a 
steady tracking. 

What version of the product are you using? On what operating system?
27" imac
3,1 GHz Intel Core i5 
20 Gt 1333 MHz:n DDR3 
AMD Radeon HD 6970M 1024 Mt 
OS X 10.8.4 (12E55)
Built-in webcam

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 24 Jul 2013 at 1:12

Attachments:

linuxtrack 64-bit with OpenCV installs but does not run on Ubuntu 13.04 64-bit.

I installed linuxtrack with compiled OpenCV, 64-bit onto my Ubuntu 13.04 64-bit 
OS for use with X-Plane 10.20.  Linuxtrack GUI works.  Face tracking locks 
freezes linuxtrack, but not a real problem because I have TrackIR.  Installed 
linuxtrack plugin to X-Plane through linuxtrack GUI.  Files appear to have been 
placed in both 32-bit and 64-bit linuxtrack folders, but on running 64-bit 
X-Plane, linuxtrack does not appear as an option under plugins or in joystick 
and equipment settings.  It does appear in 32-bit X-Plane and functions 
perfectly.


Original issue reported on code.google.com by [email protected] on 23 Oct 2013 at 3:33

No data from camera on OSX

What steps will reproduce the problem?
1. Device capture upon init fails
2.
3.

What is the expected output? What do you see instead?
I expect TrackIR to initialize and start sending output to plugin.

What version of the product are you using? On what operating system?
TrackIR 5 on OSX 10.7, X-plane 10

Please provide any additional information below.
I've run the ltr-gui app, installed the X-Plane plugin. Device setup default 
should be okay. Tracking setup start does not yield any movement, and log file 
reports "cannot open device for capture"

Should LED's on camera be lighting up? They do not. 

==== ltr log file ============
[Thu 2012-02-09 15:31:53 PST] Starting ltr_gui
[Thu 2012-02-09 15:31:53 PST] Preferences read OK!
[Thu 2012-02-09 15:31:53 PST] Custom section 'Default' found!
[Thu 2012-02-09 15:31:53 PST] Initializing axes!
[Thu 2012-02-09 15:31:53 PST] Attempted to get nonexistent key 'Pitch-limits'
[Thu 2012-02-09 15:31:53 PST] Attempted to get nonexistent key 'Yaw-limits'
[Thu 2012-02-09 15:31:53 PST] Attempted to get nonexistent key 'Roll-limits'
[Thu 2012-02-09 15:31:53 PST] Attempted to get nonexistent key 
'Xtranslation-limits'
[Thu 2012-02-09 15:31:53 PST] Attempted to get nonexistent key 
'Ytranslation-limits'
[Thu 2012-02-09 15:31:53 PST] Attempted to get nonexistent key 
'Ztranslation-limits'
[Thu 2012-02-09 15:31:53 PST] Custom section 'Default' found!
[Thu 2012-02-09 15:31:53 PST] Initializing axes!
[Thu 2012-02-09 15:31:53 PST] Attempted to get nonexistent key 'Pitch-limits'
[Thu 2012-02-09 15:31:53 PST] Attempted to get nonexistent key 'Yaw-limits'
[Thu 2012-02-09 15:31:53 PST] Attempted to get nonexistent key 'Roll-limits'
[Thu 2012-02-09 15:31:53 PST] Attempted to get nonexistent key 
'Xtranslation-limits'
[Thu 2012-02-09 15:31:53 PST] Attempted to get nonexistent key 
'Ytranslation-limits'
[Thu 2012-02-09 15:31:53 PST] Attempted to get nonexistent key 
'Ztranslation-limits'
[Thu 2012-02-09 15:31:53 PST] Opening logfile viewer.

[Thu 2012-02-09 15:31:55 PST] Setting up Cap
[Thu 2012-02-09 15:31:55 PST] Initializing model!
[Thu 2012-02-09 15:31:55 PST] Initializing axes!
[Thu 2012-02-09 15:31:55 PST] Attempted to get nonexistent key 'Pitch-limits'
[Thu 2012-02-09 15:31:55 PST] Attempted to get nonexistent key 'Yaw-limits'
[Thu 2012-02-09 15:31:55 PST] Attempted to get nonexistent key 'Roll-limits'
[Thu 2012-02-09 15:31:55 PST] Attempted to get nonexistent key 
'Xtranslation-limits'
[Thu 2012-02-09 15:31:55 PST] Attempted to get nonexistent key 
'Ytranslation-limits'
[Thu 2012-02-09 15:31:55 PST] Attempted to get nonexistent key 
'Ztranslation-limits'
[Thu 2012-02-09 15:31:55 PST] Tracking initialized!

[Thu 2012-02-09 15:38:22 PST] Closing axes!
[Thu 2012-02-09 15:38:22 PST] Preferences read OK!
[Thu 2012-02-09 15:38:22 PST] Custom section 'Default' found!
[Thu 2012-02-09 15:38:22 PST] Initializing axes!
[Thu 2012-02-09 15:38:22 PST] Attempted to get nonexistent key 'Pitch-limits'
[Thu 2012-02-09 15:38:22 PST] Attempted to get nonexistent key 'Yaw-limits'
[Thu 2012-02-09 15:38:22 PST] Attempted to get nonexistent key 'Roll-limits'
[Thu 2012-02-09 15:38:22 PST] Attempted to get nonexistent key 
'Xtranslation-limits'
[Thu 2012-02-09 15:38:22 PST] Attempted to get nonexistent key 
'Ytranslation-limits'
[Thu 2012-02-09 15:38:22 PST] Attempted to get nonexistent key 
'Ztranslation-limits'


Capturing from 'DVFreeThread - CFMachPortCreateWithPort hack = 0x915bf0, 
fPowerNotifyPort= 0x915b40' @ 160x120 using '/tmp/xxx'!

Can't open device for capture!
==== end log file ============

Is /tmp/xxx a valid device?

Plugin runs ok in x-plane, but plugin is not receiving data from camera.

I keep seeing references to firmware. Am I supposed to flash TrackIR 5 with 
custom firmware?

Thanks.

Original issue reported on code.google.com by [email protected] on 9 Feb 2012 at 11:46

Support for IL-2 Sturmovik 1946 v. 4.11

What steps will reproduce the problem?
1. Updating IL-2 Sturmovik 1946 to version 4.11 or above.
2.
3.

What is the expected output? What do you see instead?
Expected output: Functional TrackIR. Instead: No TrackIR response. 

What version of the product are you using? On what operating system?
Ubuntu 12.10; Il-2 Sturmovik 1946 v.4.11; TrackIR 4 Pro

Please provide any additional information below.
I have been useing Linuxtrack under Ubuntu 12.10 with IL-2 Sturmovik 1946 under 
Wine for months with no problems whatsoever for all versions until updating to 
4.11, which I think deals with 6dof. After that, TrackIR is no longer working 
with IL-2.
I know this is not a proper bug; sorry, but I didn't know where to get help. 
I'd like to know if there is anything that can be done.
Congratulations on the excellent work!

Original issue reported on code.google.com by [email protected] on 23 Feb 2013 at 8:13

Pitch and yaw reversed for TrackIR 5

What steps will reproduce the problem?
1. Open Tracking Window
2. Run 3D Model test
3. With TrackClip Pro, turn head left/right or up/down
4. Notice the rotations on screen are reversed

What is the expected output? What do you see instead?
Expecting screen to turn right when head turns right etc.

What version of the product are you using? On what operating system?
Linux Mint 14. TrackIR 5 with TrackClip Pro. Not sure where to check LinuxTrack 
ver.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 10 Jun 2013 at 1:52

No permission to acces trackIR device with ltr_gui

I have a TrackIR 5 and I tryied to use it with last linuxtrack 0.99.7.

When I run ltr_gui this message is returned :
"TrackIR device was found, but you don't have permissions to access it.
 Please install the file 51-TIR.rules to the udev rules directory"

I installed the rules file before running ltr_gui. I restarted udev service, 
and I tried to reboot as well (I followed installation from wiki).

These were my installation steps :

1. copy linuxtrack 0.99.7 into /opt/linuxtrack-0.99.7 ( + symlink to 
/opt/linuxtrack )
2. export PATH with /opt/linuxtrack/bin/
3. copy 51-TAR.rules to /lib/udev/rules.d/ and restart udev service

I do not really know why I still don't have permissions.


Original issue reported on code.google.com by [email protected] on 11 Nov 2013 at 12:45

Usage of turend TrackIR

What steps will reproduce the problem?
1. Use a TrackIR that is turned by 180°
2. Don't find an option to use it this way.
3. Be frustrated. ;)


What version of the product are you using? On what operating system?

111129 on Mac OS X 10.7.2

Please provide any additional information below.

Words can not describe how awesome your program is and how thankful I am that 
you made it. I will donate 15€ soon. Theres one small issue that i'm having:

My TrackIR 4 has no foot (it fell off before I bought it, got it for 20€ in 
eBay), so I taped it to the frame of my monitor. Because of the cable, this 
setup requires that the TrackIR is turned by 180°. (see picture) The 
TrackIR-Software for Windows features an option to use a TrackIR that is turned 
by 90° steps. I can't find an option in Linux Track to use the program this 
way. I don't know anything about programming, so I have no idea how complicated 
it is to implement this. Considering the build quality of the plastic parts in 
all Natural Point products, I think think there are a lot of people who use 
this or similar setups. Implementing an option to use it with Linux Track would 
really make me and all those people happy! :)

Original issue reported on code.google.com by [email protected] on 3 Jan 2012 at 12:17

Attachments:

Need ltr_pipe for Mac

I've downloaded the Mac dmg archive but it doesn't seem to contain the ltr_pipe 
program.  I'd like to use the system with IL-2 Sturmovik which would seem to 
require that program.  Can you make it available?

Thanks!

Original issue reported on code.google.com by [email protected] on 3 Jan 2012 at 8:12

TIR Firmware extraction dialog/option are not present in GUI.

What steps will reproduce the problem?
1. Run ltr_gui.app
2. No options for firmware extraction in GUI exist in any of the interface tabs
3. Firmware files never created in /Users/<username>/.config/linuxtrack

What is the expected output? What do you see instead?

See above. I have copied over the driver and navigated to the folder and run 
"./wine TrackIR_5.2.2.Final.exe" from a terminal prompt as indicated in issue 
42 and received multiple FreeType and X11 errors. This command did however 
create a wine instance at /Users/<username>/.wine that NaturalPoint drivers 
were installed into.

What version of the product are you using? On what operating system?

I am using linuxtrack-0.99.5 on Mac OS X 10.8.4
When it failed to display the extraction options, I also tried a few older 
versions to no avail.
I have multiple wine pre-existent wine environments created in Wineskin and 
XQuartz installed for use with GIMP, Inkscape, and gnubg.

Original issue reported on code.google.com by [email protected] on 11 Aug 2013 at 11:06

No 3D Model, X Y Z translational axis returns NaN

What steps will reproduce the problem?
I tried to install the latest version 120220 on OSX 10.7. It launches but then 
(once WiiServer is started up and paired, and WiiCamera is showing me the three 
dots, it) does not show me the 3D model, and the X Y Z translational axis are 
returning NaN (thus not functional). I use the WiiMote as webcam. Used with the 
same system a previous version of linux track correctly.

I append the log of the ltr_gui:


[Thu 2012-03-15 00:14:00 CET] Starting ltr_gui
[Thu 2012-03-15 00:14:08 CET] Preferences read OK!
[Thu 2012-03-15 00:14:08 CET] Dumping prefs:

[Global]
Model = NP TrackClip Pro
Prefix = "/Users/Giovanni/Desktop/X-Plane 10 Demo/ltr_gui.app/Contents/MacOS"
Input = Wiimote
Camera-orientation = 0

[Wiimote]
Capture-device = Wiimote
Capture-device-id = Wiimote
Running-indication = 0100
Paused-indication = 0010

[TrackIR]
Capture-device = Tir
Capture-device-id = Tir
Threshold = 140
Min-blob = 4
Max-blob = 2500
Status-led-brightness = 0
Ir-led-brightness = 7
Status-signals = On

[NP TrackClip]
Model-type = Cap
Cap-X = 67
Cap-Y = 54
Cap-Z = 96
Head-Y = 100
Head-Z = 90
Active = no

[NP TrackClip Pro]
Model-type = Clip
Clip-Y1 = 72.000000
Clip-Y2 = 134.000000
Clip-Z1 = 48.000000
Clip-Z2 = 22.000000
Head-X = 20.000000
Head-Y = 120.000000
Head-Z = 120.000000
Active = yes

[Default]
Title = Default
Filter-factor = 5.000000
Pitch-enabled = Yes
Pitch-deadzone = 0.0
Pitch-left-curvature = 0.5
Pitch-right-curvature = 0.5
Pitch-left-multiplier = 5.000000
Pitch-right-multiplier = 5.000000
Pitch-left-limit = 80.000000
Pitch-right-limit = 80.000000
Yaw-enabled = Yes
Yaw-deadzone = 0.0
Yaw-left-curvature = 0.5
Yaw-right-curvature = 0.5
Yaw-left-multiplier = 5.000000
Yaw-right-multiplier = 5.000000
Yaw-left-limit = 130.000000
Yaw-right-limit = 130.000000
Roll-enabled = Yes
Roll-deadzone = 0.0
Roll-left-curvature = 0.5
Roll-right-curvature = 0.5
Roll-left-multiplier = 1.500000
Roll-right-multiplier = 1.500000
Roll-left-limit = 45.000000
Roll-right-limit = 45.000000
Xtranslation-enabled = Yes
Xtranslation-deadzone = 0.0
Xtranslation-left-curvature = 0.5
Xtranslation-right-curvature = 0.5
Xtranslation-left-multiplier = 5.000000
Xtranslation-right-multiplier = 5.000000
Xtranslation-left-limit = 300.000000
Xtranslation-right-limit = 300.000000
Ytranslation-enabled = Yes
Ytranslation-deadzone = 0.0
Ytranslation-left-curvature = 0.5
Ytranslation-right-curvature = 0.5
Ytranslation-left-multiplier = 5.000000
Ytranslation-right-multiplier = 5.000000
Ytranslation-left-limit = 300.000000
Ytranslation-right-limit = 300.000000
Ztranslation-enabled = Yes
Ztranslation-deadzone = 0.0
Ztranslation-left-curvature = 0.5
Ztranslation-right-curvature = 0.5
Ztranslation-left-multiplier = 2.000000
Ztranslation-right-multiplier = 0.0
Ztranslation-left-limit = 300.000000
Ztranslation-right-limit = 1.000000
[Thu 2012-03-15 00:14:08 CET] ================================================
[Thu 2012-03-15 00:14:08 CET] Custom section 'Default' found!
[Thu 2012-03-15 00:14:08 CET] Initializing axes!
[Thu 2012-03-15 00:14:08 CET] Attempted to get nonexistent key 'Pitch-limits'
[Thu 2012-03-15 00:14:08 CET] Attempted to get nonexistent key 'Yaw-limits'
[Thu 2012-03-15 00:14:08 CET] Attempted to get nonexistent key 'Roll-limits'
[Thu 2012-03-15 00:14:08 CET] Attempted to get nonexistent key 
'Xtranslation-limits'
[Thu 2012-03-15 00:14:08 CET] Attempted to get nonexistent key 
'Ytranslation-limits'
[Thu 2012-03-15 00:14:08 CET] Attempted to get nonexistent key 
'Ztranslation-limits'
[Thu 2012-03-15 00:14:08 CET] Custom section 'Default' found!
[Thu 2012-03-15 00:14:08 CET] Initializing axes!
[Thu 2012-03-15 00:14:08 CET] Attempted to get nonexistent key 'Pitch-limits'
[Thu 2012-03-15 00:14:08 CET] Attempted to get nonexistent key 'Yaw-limits'
[Thu 2012-03-15 00:14:08 CET] Attempted to get nonexistent key 'Roll-limits'
[Thu 2012-03-15 00:14:08 CET] Attempted to get nonexistent key 
'Xtranslation-limits'
[Thu 2012-03-15 00:14:08 CET] Attempted to get nonexistent key 
'Ytranslation-limits'
[Thu 2012-03-15 00:14:08 CET] Attempted to get nonexistent key 
'Ztranslation-limits'
[Thu 2012-03-15 00:14:08 CET] Opening logfile viewer.
[Thu 2012-03-15 00:14:08 CET] Initializing libusb.
[Thu 2012-03-15 00:14:08 CET] Libusb initialized successfuly.
[Thu 2012-03-15 00:14:08 CET] Libusb debug level set.
[Thu 2012-03-15 00:14:08 CET] Requesting device list.
[Thu 2012-03-15 00:14:08 CET] Device list received (7 devices).
[Thu 2012-03-15 00:14:08 CET] Checking, if device is Track IR.
[Thu 2012-03-15 00:14:08 CET] Device descriptor received.
[Thu 2012-03-15 00:14:08 CET] Device is not a TrackIR.
[Thu 2012-03-15 00:14:08 CET] Checking, if device is Track IR.
[Thu 2012-03-15 00:14:08 CET] Device descriptor received.
[Thu 2012-03-15 00:14:08 CET] Device is not a TrackIR.
[Thu 2012-03-15 00:14:08 CET] Checking, if device is Track IR.
[Thu 2012-03-15 00:14:08 CET] Device descriptor received.
[Thu 2012-03-15 00:14:08 CET] Device is not a TrackIR.
[Thu 2012-03-15 00:14:08 CET] Checking, if device is Track IR.
[Thu 2012-03-15 00:14:08 CET] Device descriptor received.
[Thu 2012-03-15 00:14:08 CET] Device is not a TrackIR.
[Thu 2012-03-15 00:14:08 CET] Checking, if device is Track IR.
[Thu 2012-03-15 00:14:08 CET] Device descriptor received.
[Thu 2012-03-15 00:14:08 CET] Device is not a TrackIR.
[Thu 2012-03-15 00:14:08 CET] Checking, if device is Track IR.
[Thu 2012-03-15 00:14:08 CET] Device descriptor received.
[Thu 2012-03-15 00:14:08 CET] Device is not a TrackIR.
[Thu 2012-03-15 00:14:08 CET] Checking, if device is Track IR.
[Thu 2012-03-15 00:14:08 CET] Device descriptor received.
[Thu 2012-03-15 00:14:08 CET] Device is not a TrackIR.
[Thu 2012-03-15 00:14:08 CET] Checking, if device is Track IR.
[Thu 2012-03-15 00:14:08 CET] Device descriptor received.
[Thu 2012-03-15 00:14:08 CET] Device is not a TrackIR.
[Thu 2012-03-15 00:14:08 CET] Checking, if device is Track IR.
[Thu 2012-03-15 00:14:08 CET] Device descriptor received.
[Thu 2012-03-15 00:14:08 CET] Device is not a TrackIR.
[Thu 2012-03-15 00:14:08 CET] Checking, if device is Track IR.
[Thu 2012-03-15 00:14:08 CET] Device descriptor received.
[Thu 2012-03-15 00:14:08 CET] Device is not a TrackIR.
[Thu 2012-03-15 00:14:08 CET] Checking, if device is Track IR.
[Thu 2012-03-15 00:14:08 CET] Device descriptor received.
[Thu 2012-03-15 00:14:08 CET] Device is not a TrackIR.
[Thu 2012-03-15 00:14:08 CET] Checking, if device is Track IR.
[Thu 2012-03-15 00:14:08 CET] Device descriptor received.
[Thu 2012-03-15 00:14:08 CET] Device is not a TrackIR.
[Thu 2012-03-15 00:14:08 CET] Checking, if device is Track IR.
[Thu 2012-03-15 00:14:08 CET] Device descriptor received.
[Thu 2012-03-15 00:14:08 CET] Device is not a TrackIR.
[Thu 2012-03-15 00:14:08 CET] Checking, if device is Track IR.
[Thu 2012-03-15 00:14:08 CET] Device descriptor received.
[Thu 2012-03-15 00:14:08 CET] Device is not a TrackIR.
[Thu 2012-03-15 00:14:08 CET] Checking, if device is Track IR.
[Thu 2012-03-15 00:14:08 CET] Device descriptor received.
[Thu 2012-03-15 00:14:08 CET] Device is not a TrackIR.
[Thu 2012-03-15 00:14:08 CET] Checking, if device is Track IR.
[Thu 2012-03-15 00:14:08 CET] Device descriptor received.
[Thu 2012-03-15 00:14:08 CET] Device is not a TrackIR.
[Thu 2012-03-15 00:14:08 CET] Checking, if device is Track IR.
[Thu 2012-03-15 00:14:08 CET] Device descriptor received.
[Thu 2012-03-15 00:14:08 CET] Device is not a TrackIR.
[Thu 2012-03-15 00:14:08 CET] Checking, if device is Track IR.
[Thu 2012-03-15 00:14:08 CET] Device descriptor received.
[Thu 2012-03-15 00:14:08 CET] Device is not a TrackIR.
[Thu 2012-03-15 00:14:08 CET] Checking, if device is Track IR.
[Thu 2012-03-15 00:14:08 CET] Device descriptor received.
[Thu 2012-03-15 00:14:08 CET] Device is not a TrackIR.
[Thu 2012-03-15 00:14:08 CET] Checking, if device is Track IR.
[Thu 2012-03-15 00:14:08 CET] Device descriptor received.
[Thu 2012-03-15 00:14:08 CET] Device is not a TrackIR.
[Thu 2012-03-15 00:14:08 CET] Checking, if device is Track IR.
[Thu 2012-03-15 00:14:08 CET] Device descriptor received.
[Thu 2012-03-15 00:14:08 CET] Device is not a TrackIR.
[Thu 2012-03-15 00:14:08 CET] Checking, if device is Track IR.
[Thu 2012-03-15 00:14:08 CET] Device descriptor received.
[Thu 2012-03-15 00:14:08 CET] Device is not a TrackIR.
[Thu 2012-03-15 00:14:08 CET] Checking, if device is Track IR.
[Thu 2012-03-15 00:14:08 CET] Device descriptor received.
[Thu 2012-03-15 00:14:08 CET] Device is not a TrackIR.
[Thu 2012-03-15 00:14:08 CET] Checking, if device is Track IR.
[Thu 2012-03-15 00:14:08 CET] Device descriptor received.
[Thu 2012-03-15 00:14:08 CET] Device is not a TrackIR.
[Thu 2012-03-15 00:14:08 CET] Checking, if device is Track IR.
[Thu 2012-03-15 00:14:08 CET] Device descriptor received.
[Thu 2012-03-15 00:14:08 CET] Device is not a TrackIR.
[Thu 2012-03-15 00:14:08 CET] Checking, if device is Track IR.
[Thu 2012-03-15 00:14:08 CET] Device descriptor received.
[Thu 2012-03-15 00:14:08 CET] Device is not a TrackIR.
[Thu 2012-03-15 00:14:08 CET] Checking, if device is Track IR.
[Thu 2012-03-15 00:14:08 CET] Device descriptor received.
[Thu 2012-03-15 00:14:08 CET] Device is not a TrackIR.
[Thu 2012-03-15 00:14:08 CET] Checking, if device is Track IR.
[Thu 2012-03-15 00:14:08 CET] Device descriptor received.
[Thu 2012-03-15 00:14:08 CET] Device is not a TrackIR.
[Thu 2012-03-15 00:14:08 CET] Checking, if device is Track IR.
[Thu 2012-03-15 00:14:08 CET] Device descriptor received.
[Thu 2012-03-15 00:14:08 CET] Device is not a TrackIR.
[Thu 2012-03-15 00:14:08 CET] Checking, if device is Track IR.
[Thu 2012-03-15 00:14:08 CET] Device descriptor received.
[Thu 2012-03-15 00:14:08 CET] Device is not a TrackIR.
[Thu 2012-03-15 00:14:08 CET] Checking, if device is Track IR.
[Thu 2012-03-15 00:14:08 CET] Device descriptor received.
[Thu 2012-03-15 00:14:08 CET] Device is not a TrackIR.
[Thu 2012-03-15 00:14:08 CET] Checking, if device is Track IR.
[Thu 2012-03-15 00:14:08 CET] Device descriptor received.
[Thu 2012-03-15 00:14:08 CET] Device is not a TrackIR.
[Thu 2012-03-15 00:14:08 CET] Checking, if device is Track IR.
[Thu 2012-03-15 00:14:08 CET] Device descriptor received.
[Thu 2012-03-15 00:14:08 CET] Device is not a TrackIR.
[Thu 2012-03-15 00:14:08 CET] Checking, if device is Track IR.
[Thu 2012-03-15 00:14:08 CET] Device descriptor received.
[Thu 2012-03-15 00:14:08 CET] Device is not a TrackIR.
[Thu 2012-03-15 00:14:08 CET] Checking, if device is Track IR.
[Thu 2012-03-15 00:14:08 CET] Device descriptor received.
[Thu 2012-03-15 00:14:08 CET] Device is not a TrackIR.
[Thu 2012-03-15 00:14:08 CET] Can't find any TrackIR!
[Thu 2012-03-15 00:14:08 CET] Freeing device list.
[Thu 2012-03-15 00:14:08 CET] Device list freed.
[Thu 2012-03-15 00:14:08 CET] Bad handle!
[Thu 2012-03-15 00:14:08 CET] Closing TrackIR.
[Thu 2012-03-15 00:14:08 CET] Closing TrackIR handle.
[Thu 2012-03-15 00:14:08 CET] Exiting libusb.
[Thu 2012-03-15 00:14:08 CET] Libusb exited.

[Thu 2012-03-15 00:14:11 CET] Setting up Clip...
[Thu 2012-03-15 00:14:11 CET] Initializing model!
[Thu 2012-03-15 00:14:11 CET] Initializing axes!
[Thu 2012-03-15 00:14:11 CET] Attempted to get nonexistent key 'Pitch-limits'
[Thu 2012-03-15 00:14:11 CET] Attempted to get nonexistent key 'Yaw-limits'
[Thu 2012-03-15 00:14:11 CET] Attempted to get nonexistent key 'Roll-limits'
[Thu 2012-03-15 00:14:11 CET] Attempted to get nonexistent key 
'Xtranslation-limits'
[Thu 2012-03-15 00:14:11 CET] Attempted to get nonexistent key 
'Ytranslation-limits'
[Thu 2012-03-15 00:14:11 CET] Attempted to get nonexistent key 
'Ztranslation-limits'
[Thu 2012-03-15 00:14:11 CET] Tracking initialized!

it is like it was looking for the TrackIR (that i don't own), and then outputs 
the "get nonexistent key 'Xtranslation-limits' error

Where does linuxtrack (ltr_gui and WiiServer) store all the preferences? i 
found a .linuxtrack folder in my user directory and some 
com.yourapplication.linuxtrack folders, but is there a complete list of files 
to throw away in order to have a new fresh version of linuxtrack?

Thanks

Giovanni

Original issue reported on code.google.com by [email protected] on 14 Mar 2012 at 11:19

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.