eBay launches HeadGaze so you can use head movements to navigate

Posted on Tuesday, September 11, 2018 by RICHARD HARRIS, Executive Editor

eBay has announced a new technological innovation coming out of its Computer Vision team that they hope will transform the way users can physically navigate through different applications. It's called HeadGaze and it uses Apple’s ARKit and the iPhone X camera to track your head motion so you can navigate your phone easily without using your hands.

Starting now, the first of its kind technology is available via open source on GitHub.com. Similar to how a mouse navigates the cursor on a desktop, this design lets you point to any location on the screen with your head and activate designated “buttons”. The technology’s design allows developers to easily integrate our features into their existing or future apps with minimum code change.

The HeadGazeLib is a pure Swift library to empower iOS app control through head gaze without a finger touch. They say any iOS developer can use it to introduce head-based control into their apps, which is ideal for accessibility and game control. The library is dependent on iPhone X, iOS 11, and Swift 4.

There is demo code also available in the GitHub repository that includes and app called HeadSwipe, which lets you swipe daily deals on eBay with nothing more than your head control.

eBay is releasing their new open source technology, which has possible implications for a number of industries, and potential health and wellness benefits as well. HeadGaze was developed by eBay’s Computer Vision innovation team, and inspired by insights and work from eBay’s Muratcan Cicek, an intern living with extensive motor impairments who has personal experience with assistive technology through his course work pursuing a PhD. eBay’s culture of open innovation fueled this advancement and will also propel it to the next level through partners helping us to make the capabilities of the technology even greater.

Below is an example of the markup use:

class MyViewController: UIHeadGazeViewController{
//.....
  private var headGazeRecognizer: UIHeadGazeRecognizer? = nil

  override func viewDidLoad() {
    super.viewDidLoad()
    setupGestureRecognizer()
  }
  private func setupGestureRecognizer() {
    // add head gaze recognizer to handle head gaze event
    self.headGazeRecognizer = UIHeadGazeRecognizer()
    super.virtualCursorView?.smoothness = 9
    super.virtualCursorView?.addGestureRecognizer(headGazeRecognizer)
    self.headGazeRecognizer?.move = { [weak self] gaze in

        self?.buttonAction(button: (self?.myButton)!, gaze: gaze)

    }
  }
  private func buttonAction(button: UIButton, gaze: UIHeadGaze){
    guard let button = button as? UIHoverableButton else { return }
    button.hover(gaze: gaze)
  }
//....
}

More App Developer News

Tether QVAC SDK Powers AI Across Devices and Platforms



APAC 5G expansion to fuel 347B mobile market by 2030



How AI is causing app litter everywhere



The App Economy Is Thriving



NIKKE 3.5 anniversary update livestream coming soon



New AI tool targets early dementia detection



Jentic launch gives AI agents api access



Experts warn ai-generated health content risks misinterpretation without human oversight



Ludo.ai Unveils API and MCP Beta to Power AI Game Asset Pipelines



AccuWeather Launches ChatGPT Integration for Live Weather Updates



Stop Using Business Jargon: 5 Ways Buzzwords Damage Job Performance



IT spending rises as banks balance legacy and innovation



Tech hiring slumps as Software Developer job postings fall



AI is becoming more widespread in collaboration tools



FCC prohibits new foreign router models citing critical infrastructure risks



ChatGPT Carbon Footprint Matches 1.3 Million Cars Report Finds



Lens Launches MCP Server to Connect AI Coding Assistants with Kubernetes



Accelerating corporate ai investment returns



Enviromates tech startup launches global participation platform



Private Repository Secures the AI-driven Development Boom



UK Fintech Platform Enviromates Connects Projects Brands and Consumers



Env Zero and CloudQuery Announce Merger



How Industrial AI Is Transforming Operations in 2026



AI generated work from managers is damaging trust among employees



Foresight Secures $25M to Bridge Infrastructure Execution Gap



Copyright © 2026 by Moonbeam

Address:
1855 S Ingram Mill Rd
STE# 201
Springfield, Mo 65804

Phone: 1-844-277-3386

Fax:417-429-2935

E-Mail: contact@appdevelopermagazine.com