Changes between Version 18 and Version 19 of Other/Summer/2016/AR


Ignore:
Timestamp:
Aug 24, 2016, 12:11:08 AM (8 years ago)
Author:
pateldeep
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2016/AR

    v18 v19  
    11
    2 == '''Augmented Reality - WINLAB Summer 2016 ''' ==
     2= '''Augmented Reality - WINLAB Summer 2016 ''' =
    33
    4 === '''Introduction ''' ===
     4== '''Introduction ''' ==
    55
    66Our mission is to create an augmented reality application using current virtual reality technologies. At the moment, augmented reality is a lot harder to achieve than virtual reality because the users environment needs to be localized continuously. This, along with all the processor power required preferably should all fit on the head mounted display of the user. The only device that's capable of all of this is the Microsoft HoloLens which is incredibly expensive. We want to be able to achieve augmented reality with a much lower cost, and so we'll be using the virtual reality device, the HTC Vive.
     
    88Our goal is to mount two wide angle cameras to the front of the HTC Vive to create the same type stereoscopic effect as our eyes. The two cameras will provide two slightly different video feeds and our brain would be able to understand depth the same way our brain combines the feeds from our eyes. The cameras would be mounted on a hinge that the user can rotate to focus on specific ranges (close range, medium range, far range.) We'll also be using the Leap Motion Controller to capture hand input.
    99
    10 === '''Hardware+Software Platform ''' ===
     10== '''Hardware+Software Platform ''' ==
    1111
    1212We will be using the following components to build our AR Application:
     
    1818For the software, we'll be using the SteamVR plugin for Unity3D and various assets from the Unity Asset Store.
    1919
    20 === '''Project Git Page''' ===
     20== '''Project Git Page''' ==
    2121
    2222[https://bitbucket.org/arsquad/museum-v2/branches/]