{"id":17354017,"url":"https://github.com/trishume/smartgaze","last_synced_at":"2025-10-07T10:56:18.420Z","repository":{"id":142070401,"uuid":"52830622","full_name":"trishume/SmartGaze","owner":"trishume","description":"WIP Open source IR eye tracker for the Eye Tribe tracker hardware","archived":false,"fork":false,"pushed_at":"2016-07-06T23:34:29.000Z","size":45,"stargazers_count":29,"open_issues_count":6,"forks_count":13,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-10T04:49:57.619Z","etag":null,"topics":["computer-vision","eye-tracking","opencv"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trishume.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-02-29T22:47:56.000Z","updated_at":"2025-04-03T08:37:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"50febd24-1e9c-4ff0-9b42-6e265d78fc52","html_url":"https://github.com/trishume/SmartGaze","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trishume%2FSmartGaze","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trishume%2FSmartGaze/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trishume%2FSmartGaze/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trishume%2FSmartGaze/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trishume","download_url":"https://codeload.github.com/trishume/SmartGaze/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248968741,"owners_count":21191158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["computer-vision","eye-tracking","opencv"],"created_at":"2024-10-15T17:18:44.071Z","updated_at":"2025-10-07T10:56:13.400Z","avatar_url":"https://github.com/trishume.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"## SmartGaze\n\nA work in progress open source gaze tracking implementation, initially target at being a more robust and flexible tracking driver for the [Eye Tribe Tracker](http://theeyetribe.com/).\nBased on my efforts in [reverse engineering the Eye Tribe tracker](https://github.com/trishume/EyeTribeReversing).\n\n##Building\n\nCMake is required to build SmartGaze. You will also need the [libuvc](https://github.com/ktossell/libuvc) library for camera feed capture and OpenCV and [Halide](http://halide-lang.org/)\ninstalled for image processing.\n\n###OSX or Linux with Make\n```bash\n# do things in the build directory so that we don't clog up the main directory\nmkdir build\ncd build\ncmake ../\nmake\n./bin/eyeLike # the executable file\n```\n\n###On OSX with XCode\n```bash\n# Install dependencies\nbrew install libuvc\n# I use brew install libuvc --HEAD but that shouldn't be necessary\n\nbrew tap homebrew/science\nbrew install homebrew/science/opencv\n\nbrew tap halide/homebrew-halide\nbrew install halide/halide/halide\n\nmkdir build\n./cmakeBuild.sh\n```\nthen open the XCode project in the build folder and run from there.\n\n###On Windows\nThere is some way to use CMake on Windows but I am not familiar with it.\n\n## License\n\nThis software is licensed under the GPLv2 (see the `LICENSE` file). The reason I didn't choose a permissive license is that I wrote this\nsoftware specifically because I was dissapointed by the inflexibility and poor performance of closed source\neye tracking software. Supposing that I succeed in making a higher quality eye tracking implementation than\nproprietary software, I don't want any eye tracking companies to be able to use this software without also\nmaking any modifications to it open source.\n\nSmartGaze is also a program not a library so I gain no adoption benefits by allowing linking to proprietary code.\n\nThe first couple commits of camera capture code before I wrote any computer vision were released under the MIT licence though.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrishume%2Fsmartgaze","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrishume%2Fsmartgaze","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrishume%2Fsmartgaze/lists"}