Difference between revisions of "2015 Summer Project Week:Integrated Virtual Reality Viewer"
From NAMIC Wiki
Line 2: | Line 2: | ||
<gallery> | <gallery> | ||
Image:PW-Summer2015.png|[[2015_Summer_Project_Week#Projects|Projects List]] | Image:PW-Summer2015.png|[[2015_Summer_Project_Week#Projects|Projects List]] | ||
− | Image:VirtualRealityTrac1.png Fiducial placed] | + | [Image:VirtualRealityTrac1.png Fiducial placed] |
− | Image:VirtualRealityTrac2.png Viewed in three.js VR] | + | [Image:VirtualRealityTrac2.png Viewed in three.js VR] |
</gallery> | </gallery> | ||
Revision as of 14:40, 24 June 2015
Home < 2015 Summer Project Week:Integrated Virtual Reality ViewerKey Investigators
- Franklin King
- Steve Pieper
- Jayender Jagadeesan
- Tina Kapur
- Utsav Pardasani
Project Description
Previous virtual reality projects for Slicer have either been limited to specific hardware or have required the use of third party applications. The plan is to create an integrated virtual reality viewer as a module within 3D Slicer that can be used with the variety of consumer virtual reality devices releasing in the coming year.
Objective
- Create virtual reality viewer module
- Allow a user to pick a point in a Slicer scene to place themselves and render a 360° panoramic view of the scene for virtual reality headsets
Approach, Plan
- Module allows user to position a point in the scene to view from
- Opens a window to be viewed using a VR HMD
- Create a view of the scene (exported as MP4[1]?), display using three.js or similar, and handle distortion and tracking
- Investigate making 'canned' animation types like flythroughs or rotations
- Use the Endoscopy module
- Investigate exporting mp4 regular movies as well (e.g. for youtube)
Progress:
- Panoramic images generated based on fiducial/camera position
- Panoramic images sent to a three.js application for viewing