Quick Diagnostics
Before diving into specific issues, try these general troubleshooting steps:Check OpenTrack Version
Ensure you’re running the latest version from the releases page.
Review Error Messages
Check the OpenTrack console/log for error messages. On Windows, run OpenTrack from Command Prompt to see console output.
Test with Default Profile
Create a new profile with default settings to rule out configuration issues.
Tracking Issues
Camera Not Detected
Camera Not Detected
Symptoms: OpenTrack doesn’t show your webcam in the camera list.Solutions:
Check Camera Permissions
Windows 10/11:
- Go to Settings → Privacy → Camera
- Enable “Allow apps to access your camera”
- Enable “Allow desktop apps to access your camera”
Verify Camera Driver
Windows:
- Open Device Manager
- Look under “Cameras” or “Imaging devices”
- If you see a yellow warning icon, update or reinstall the driver
Test Camera in Other Apps
Try opening the camera in:
- Windows Camera app
- Browser (webcam test websites)
- Skype/Zoom
Poor Tracking Quality
Poor Tracking Quality
Symptoms: Jittery tracking, loss of tracking, or incorrect head position.Solutions:
- Lighting
- Camera Settings
- Filter Settings
- Position
Point Tracker (LED):
- Use bright, focused LED lights
- Avoid ambient lighting in the background
- Position lights to minimize reflections
- Use at least 3 points for best results
- Ensure even, bright lighting on the marker
- Avoid shadows on the marker
- Print marker at sufficient size (5cm+ recommended)
- Good room lighting helps face detection
- Avoid strong backlighting
Tracking Drift
Tracking Drift
Symptoms: Head position slowly drifts over time even when stationary.Solutions:
- Re-center regularly:
- Bind a key to “Center” function
- Press when looking straight ahead
- Disable auto-center:
- Options → Output → Disable translation drift reduction
- Check for heat issues:
- Some trackers (especially webcam-based) drift when warming up
- Let camera warm up for 5 minutes before gaming
- Update tracker firmware:
- For hardware trackers (TrackIR, etc.)
- Check manufacturer’s website
High CPU Usage
High CPU Usage
Symptoms: OpenTrack uses excessive CPU resources.Solutions:
-
Reduce camera resolution:
-
Lower frame rate:
-
Disable preview window:
-
Close unnecessary applications:
- Free up CPU for gaming
- Disable background programs
-
Update OpenCV:
- Newer versions have better performance
- Rebuild OpenTrack with latest OpenCV
Game Integration Issues
Game Not Detecting OpenTrack
Game Not Detecting OpenTrack
Symptoms: Game doesn’t respond to head tracking.Solutions by Protocol:
- FreeTrack
- UDP
- SimConnect
- X-Plane
Windows:
-
Install FreeTrack driver:
- Download from FreeTrack website
- Install before launching game
-
Select FreeTrack in OpenTrack:
-
Enable TrackIR in game:
- Check game options for head tracking
- Enable “TrackIR” or “Head Tracking”
-
Run as administrator:
- Right-click game executable
- “Run as administrator”
Inverted or Reversed Axes
Inverted or Reversed Axes
Symptoms: Looking left moves camera right, etc.Solutions:
-
Invert axes in mapping:
-
Check game settings:
- Some games have invert options
- Check for “Invert Head Tracking”
-
Verify tracker orientation:
- Some trackers have orientation settings
- Check tracker-specific configuration
Tracking Range Too Large/Small
Tracking Range Too Large/Small
Symptoms: Small head movements cause excessive camera movement, or you need to move your head too much.Solutions:
-
Adjust mapping curves:
- Too sensitive: Reduce output maximum
- Not sensitive enough: Increase output maximum
- Non-linear response: Adjust curve points
-
Use presets:
- Try built-in curve presets
- Import community profiles
-
Per-game profiles:
- Create separate profiles for different games
- Save with descriptive names
Build and Compilation Errors
CMake Configuration Fails
CMake Configuration Fails
Error: Error:
CMake Error: Could not find Qt5Solutions:CMake minimum version 3.13 requiredSolutions:Update CMake:Missing Dependencies
Missing Dependencies
Error: Error:
opencv/cv.h: No such file or directorySolutions:Install OpenCV:Eigen3/Core: No such file or directorySolutions:Linker Errors
Linker Errors
Error:
undefined reference to vtableSolutions:-
Link against opentrack-api:
-
Run moc on Q_OBJECT classes:
- CMake should handle this automatically
- Ensure .h files are in source list
undefined reference to 'm'Solutions:On Linux, ensure math library is linked:Runtime Errors
Missing DLL Errors (Windows)
Missing DLL Errors (Windows)
Error:
The code execution cannot proceed because <dll> was not foundCommon missing DLLs:Qt5Core.dll,Qt5Gui.dll,Qt5Widgets.dllopencv_world*.dllMSVCP140.dll,VCRUNTIME140.dll
- Install Visual C++ Redistributable:
-
Add Qt to PATH:
-
Copy DLLs to opentrack directory:
Crash on Startup
Crash on Startup
Symptoms: OpenTrack crashes immediately or shows no window.Solutions:
-
Delete settings:
-
Check graphics drivers:
- Update GPU drivers
- Try software rendering:
-
Run from terminal to see errors:
Plugin Load Failures
Plugin Load Failures
Error:
Failed to load plugin: <name>Solutions:-
Verify plugin exists:
-
Check dependencies:
-
Reinstall OpenTrack:
- Download fresh installer
- Uninstall completely first
- Install to clean directory
Performance Issues
Stuttering or Frame Drops in Games
Stuttering or Frame Drops in Games
Solutions:
- Lower OpenTrack update rate:
- Options → Output → Update rate: 60 Hz
- Reduce camera resolution:
- Options → Camera → 640x480
- Disable camera preview:
- Close preview window during gaming
- Use performance power plan:
- Windows: High Performance mode
- Disable CPU throttling
- Close background apps:
- Discord, Chrome, etc.
- Check Task Manager for CPU usage
High Latency
High Latency
Symptoms: Noticeable delay between head movement and game response.Solutions:
- Reduce filtering:
- Mapping → Reduce smoothing
- Use faster filters (Accela)
- Check camera exposure:
- Auto exposure adds latency
- Set manual exposure
- Increase camera FPS:
- Options → Camera → 60 FPS
- Use wired connection:
- For UDP protocols
- Wireless adds latency
Getting Help
If you’re still experiencing issues:GitHub Issues
Search existing issues or create a new one
Community Wiki
Check the wiki for tracker-specific guides
IL-2 Sturmovik Forums
Russian community forum with many experienced users
r/hotas and flight sim communities
Information to Include
When asking for help, provide:- OpenTrack version (Help → About)
- Operating system and version
- Tracker type being used
- Game and protocol
- Error messages (full text)
- Steps to reproduce the issue
OpenTrack developers are friendly and responsive. Don’t hesitate to submit an issue or feature request!