Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 542 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 542 Bytes

ar-windows

A simple augmented reality (AR) application to move windows around using hand gestures

Setup & Usage

setup
  1. cd ar-windows
  2. python -m pip install -r requirements.txt
usage
  1. python ar-windows.py

Instruction for use

  1. For window selection
    • glide your hand left or right to mark window.
    • raise your hand to select marked window.
  2. For window movement
    • move your hand to move the window.
    • move window to screen edges to drop.
    • press ESC to exit.