Skip to content

Releases: svtv/GazeTracker

Visual Enhancement Update

28 Jan 22:58
Compare
Choose a tag to compare

🎨 Visual Improvements

  1. Added new tech-inspired background with multi-level grid
  • Three levels of grid detail (64px, 32px, 16px)
  • Smooth radial gradient from center
  • Semi-transparent lines with varying thickness
  • Theme-aware color adaptation

🔄 Display Optimization

  1. Enhanced eye scaling and centering
  • Automatic switching between display modes
  • Original size when camera is enabled
  • Scaled view when camera is disabled
  • Improved eye mesh rendering

🏗️ Refactoring

  1. Renamed monitor_state.py to screen_state.py
  • Improved naming consistency
  • Updated all dependent imports
  1. Optimized code in image_processor.py
  • Enhanced code readability
  • Removed unused parameters
  • Updated documentation

🐛 Bug Fixes

  • Fixed behavior when switching between camera modes
  • Improved background grid rendering performance
  • Optimized screen state caching logic

📝 Notes

  • Requires Python 3.8 or higher
  • Compatible with Windows 10/11
  • Recommended to use 720p or higher resolution camera for better tracking

🔜 Future Plans

  • Add customization settings for background grid
  • Improve performance with high-resolution cameras
  • Expand tracking data visualization capabilities

GazeTracker v1.0.1

26 Jan 22:14
Compare
Choose a tag to compare

GazeTracker v1.0.1

🚀 Key Features:

  • Real-time eye tracking and strabismus detection
  • Dark and Light theme support
  • Customizable alert system with fullscreen overlay
  • Interactive eye distance chart with adjustable threshold
  • Precise control with customizable knob sensitivity
  • Mirror mode for camera image
  • Configurable color schemes for UI elements

🔧 Technical Improvements:

  • Enhanced image processing with adaptive brightness
  • Optimized face mesh detection
  • Improved memory management
  • Smoother UI transitions
  • Better error handling and recovery

🐛 Bug Fixes:

  • Fixed theme switching artifacts
  • Resolved memory leaks in image processing
  • Improved camera device handling
  • Fixed UI scaling issues
  • Better error messages for camera initialization

📝 Notes:

  • Requires Python 3.8+
  • Uses latest MediaPipe and OpenCV
  • Windows support only at the moment

Thank you for using GazeTracker! Please report any issues or suggestions in our GitHub Issues section.

Full Changelog: v1.0.0...v1.0.1

Initial release

15 Jan 08:17
Compare
Choose a tag to compare