Stanislaw Halik
Stanislaw Halik
When you select the "PS3 Eye open driver" it should run on the physical camera you've got from Delan.
So the Delancam is an UVC Video device and despite that, the user can't get it listed in the PT tracker? This seems more like an OS issue than something...
> it says that it needs read write permission for /dev/input/uinput. Does that mean i have to put opentrack in the root group and give it read write privileges? No....
Try this as root: ```console ln -s /dev/uinput /dev/input/uinput chmod 666 /dev/input ```
Was DCS previously able to use your HOTAS controllers? Is it the case that making `uinput` available suddenly makes it unable to detect anything?
You could try making a virtual joystick using the `xboxdrv` program and see if DCS detects it, without doing the `uinput` thing that I suggested earlier.
Are you able to open opentrack's evdev joystick inside DCS after starting xboxdrv? Otherwise, how are you sending the data?
This is good to know. Thanks for coming back and explaining it. 👍
Try explicitly clamping the position value to be between `1e-3` and `1e3`. Should I come up with a `QQuaternion` replacement that uses double precision?
> What? Where? Wasn't `z_max` an attempt at getting an upper bound on input Z values? You can just clamp them to a conservative range and remove the user-visible option.