1. https://appdevelopermagazine.com/ios
  2. https://appdevelopermagazine.com/ebay-launches-headgaze-so-you-can-use-head-movements-to-navigate/
9/11/2018 8:45:57 AM
eBay launches HeadGaze so you can use head movements to navigate
eBay,Head Tracking,iPhone X
/eBay-Launches-HeadGaze-App-Developer-Magazine_yri5ga6k.jpg
App Developer Magazine
eBay launches HeadGaze so you can use head movements to navigate

iOS

eBay launches HeadGaze so you can use head movements to navigate


Tuesday, September 11, 2018

Richard Harris Richard Harris

HeadGaze from eBay tracks your head movements so you can use your iPhone X mobile device without using your hands.

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)
  }
//....
}






Subscribe to App Developer Magazine

Become a subscriber of App Developer Magazine for just $5.99 a month and take advantage of all these perks.

MEMBERS GET ACCESS TO

  • - Exclusive content from leaders in the industry
  • - Q&A articles from industry leaders
  • - Tips and tricks from the most successful developers weekly
  • - Monthly issues, including all 90+ back-issues since 2012
  • - Event discounts and early-bird signups
  • - Gain insight from top achievers in the app store
  • - Learn what tools to use, what SDK's to use, and more

    Subscribe here



Featured Stories


Anthropic investigation opened after Mythos accessed by Discord group
Anthropic investigation opened after Mythos accessed by Discord group Wednesday, May 27, 2026




AI layoffS: What is really behind it all
AI layoffS: What is really behind it all Tuesday, May 26, 2026


The identity system is failing under AI
The identity system is failing under AI Monday, May 25, 2026


The Real World Launches Expert-Verified AI Certification Framework
The Real World Launches Expert-Verified AI Certification Framework Friday, May 22, 2026


Multiple language options when developing apps with Evoke
Multiple language options when developing apps with Evoke Thursday, May 21, 2026


When Social Listening Becomes Social Surveillance
When Social Listening Becomes Social Surveillance Wednesday, May 20, 2026


Medical debt relief custom-built platform moopFi launches
Medical debt relief custom-built platform moopFi launches Tuesday, May 19, 2026


Quant Pros Say AI Is Widening the Skills Gap
Quant Pros Say AI Is Widening the Skills Gap Monday, May 18, 2026


Tether QVAC SDK Powers AI Across Devices and Platforms
Tether QVAC SDK Powers AI Across Devices and Platforms Wednesday, April 22, 2026


APAC 5G expansion to fuel 347B mobile market by 2030
APAC 5G expansion to fuel 347B mobile market by 2030 Tuesday, April 21, 2026


Stay Updated

Sign up for our newsletter for the headlines delivered to you

SuccessFull SignUp

Get More App News



/sites/themes/prod/assets/js/less.js"> ' ' %>