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


Ignore:
Timestamp:
Aug 23, 2016, 11:15:02 PM (8 years ago)
Author:
pateldeep
Comment:

Legend:

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

    v17 v18  
    22== '''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.
    77
    8  Our goal is to mount two wide angle cameras to the front of the Vive and feed the streams to the left and right eyes. The two cameras would allow for stereoscopic vision. We also want to be able to interact with the augmented reality objects using the Leap Motion Controller.
     8Our 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 
    11 '''Hardware+Software Platform '''
     10=== '''Hardware+Software Platform ''' ===
    1211
    1312We will be using the following components to build our AR Application:
     
    1918For the software, we'll be using the SteamVR plugin for Unity3D and various assets from the Unity Asset Store.
    2019
    21 '''Project Git Page'''
     20=== '''Project Git Page''' ===
    2221
    2322[https://bitbucket.org/arsquad/museum-v2/branches/]