23
VR Project Orientation Ching-Chi Lin Institute of Information Science, Academia Sinica Department of Computer Science and Information Engineering, National Taiwan University

VR Project Orientation - 國立臺灣大學r97128/VR project orientation_2016070… · VR Project Orientation Ching-Chi Lin Institute of Information Science, Academia Sinica Department

  • Upload
    others

  • View
    2

  • Download
    0

Embed Size (px)

Citation preview

Page 1: VR Project Orientation - 國立臺灣大學r97128/VR project orientation_2016070… · VR Project Orientation Ching-Chi Lin Institute of Information Science, Academia Sinica Department

VR Project Orientation

Ching-Chi LinInstitute of Information Science, Academia Sinica

Department of Computer Science and Information Engineering, National Taiwan University

Page 2: VR Project Orientation - 國立臺灣大學r97128/VR project orientation_2016070… · VR Project Orientation Ching-Chi Lin Institute of Information Science, Academia Sinica Department

Agenda

Introduction Research Issues Current Project and Working Items◦ Real-time Room fusion◦ Perspective Changing

Page 3: VR Project Orientation - 國立臺灣大學r97128/VR project orientation_2016070… · VR Project Orientation Ching-Chi Lin Institute of Information Science, Academia Sinica Department

What is VR

Virtual Reality(VR) replicates an environment that simulates a physical presence in places in the real world or an imagined world, allowing the user to interact in that world.[1]◦ Artificially create sensory experiences, which

can include sight, touch, hearing, and smell.

[1] https://en.wikipedia.org/wiki/Virtual_reality

Page 4: VR Project Orientation - 國立臺灣大學r97128/VR project orientation_2016070… · VR Project Orientation Ching-Chi Lin Institute of Information Science, Academia Sinica Department

Side-by-side Image

Page 5: VR Project Orientation - 國立臺灣大學r97128/VR project orientation_2016070… · VR Project Orientation Ching-Chi Lin Institute of Information Science, Academia Sinica Department

Augmented Reality(AR)

Page 6: VR Project Orientation - 國立臺灣大學r97128/VR project orientation_2016070… · VR Project Orientation Ching-Chi Lin Institute of Information Science, Academia Sinica Department

Mixed Reality

VR: virtual objects + virtual environment AV: real objects + virtual environment AR: virtual objects in real environment

Page 7: VR Project Orientation - 國立臺灣大學r97128/VR project orientation_2016070… · VR Project Orientation Ching-Chi Lin Institute of Information Science, Academia Sinica Department

VR Devices

Head Mount Device(HMD):◦ Oculus Rift◦ Samsung GearVR◦ Sony PlayStation VR◦ HTC Vive◦ Google Cardboard◦ ...

Position Tracker, controller, joystick, …etc.

Page 8: VR Project Orientation - 國立臺灣大學r97128/VR project orientation_2016070… · VR Project Orientation Ching-Chi Lin Institute of Information Science, Academia Sinica Department

VR Applications

Games◦ FPS, adventure, music, … etc.

Media◦ 3D movie, 360 ° videos◦ VR movies

Art Architecture …

Page 9: VR Project Orientation - 國立臺灣大學r97128/VR project orientation_2016070… · VR Project Orientation Ching-Chi Lin Institute of Information Science, Academia Sinica Department

Research Issues

Improve user experiences◦ Make the VR/AR effect more realistic.◦ Reduce the dizziness ◦ Reduce random wobble of the picture.

Page 10: VR Project Orientation - 國立臺灣大學r97128/VR project orientation_2016070… · VR Project Orientation Ching-Chi Lin Institute of Information Science, Academia Sinica Department

Research Issues(Cont.)

Mobile VR/AR◦ Find a good balance between QoE and

battery life of a mobile device.◦ Dynamically scale resolution and refresh rate

to reduce mobile GPU power consumption.◦ Use user head movement information to

decide the appropriate QoE metrics.

Page 11: VR Project Orientation - 國立臺灣大學r97128/VR project orientation_2016070… · VR Project Orientation Ching-Chi Lin Institute of Information Science, Academia Sinica Department

Research Issues(Cont.)

Cluster-Assisted VR◦ Move the computations from local device to a

server cluster, such that users without high-end hardware equipments can alsoexperience VR fluently.◦ How to allocate sufficient computing

resources to different VR applications in the cluster?

Page 12: VR Project Orientation - 國立臺灣大學r97128/VR project orientation_2016070… · VR Project Orientation Ching-Chi Lin Institute of Information Science, Academia Sinica Department

Research Issues(Cont.)

Develop new VR/AR applications.

Page 13: VR Project Orientation - 國立臺灣大學r97128/VR project orientation_2016070… · VR Project Orientation Ching-Chi Lin Institute of Information Science, Academia Sinica Department

Current Project

Live Reality Fusion◦ Combine the real-time images from two

different locations into one.◦ ex: fuse two seminar rooms for oversea joint

meeting; “wall removing” for Interior design.

◦ Cooperate with Dr. Wang’s group.

Page 14: VR Project Orientation - 國立臺灣大學r97128/VR project orientation_2016070… · VR Project Orientation Ching-Chi Lin Institute of Information Science, Academia Sinica Department

Two Approaches

One-360’-camera

Multiple-camera

Page 15: VR Project Orientation - 國立臺灣大學r97128/VR project orientation_2016070… · VR Project Orientation Ching-Chi Lin Institute of Information Science, Academia Sinica Department

One-360’-Camera Approach

Only one 360’ camera in the remote room.

A server captures and process the stream from camera, then fuse the processed stream into the video stream captured by user HMD.

Page 16: VR Project Orientation - 國立臺灣大學r97128/VR project orientation_2016070… · VR Project Orientation Ching-Chi Lin Institute of Information Science, Academia Sinica Department

One-360’-Camera Approach(Cont.)

Remote room

Observation Room

Page 17: VR Project Orientation - 國立臺灣大學r97128/VR project orientation_2016070… · VR Project Orientation Ching-Chi Lin Institute of Information Science, Academia Sinica Department

Multiple-Camera Approach

Remote room

Observation Room

Page 18: VR Project Orientation - 國立臺灣大學r97128/VR project orientation_2016070… · VR Project Orientation Ching-Chi Lin Institute of Information Science, Academia Sinica Department

Steps

Break the video captured by 360’ camera into frames.◦ Panoramic image

Construct a cuboid model of the remote room.◦ Transform the panoramic frame into cube.◦ Transform the cube into cuboid.

Page 19: VR Project Orientation - 國立臺灣大學r97128/VR project orientation_2016070… · VR Project Orientation Ching-Chi Lin Institute of Information Science, Academia Sinica Department

Steps(Cont.)

Compute what an user should see from the current angle.◦ By projection or other methods.

Replace the wall in observation room with the projected image of the remote room.

Page 20: VR Project Orientation - 國立臺灣大學r97128/VR project orientation_2016070… · VR Project Orientation Ching-Chi Lin Institute of Information Science, Academia Sinica Department

Short-Term Goal

Fuse R106 and R107 in IIS.◦ The wall between the two rooms can be

removed to achieve real “room fusion”.◦ Take picture/video as ground-truth.

Page 21: VR Project Orientation - 國立臺灣大學r97128/VR project orientation_2016070… · VR Project Orientation Ching-Chi Lin Institute of Information Science, Academia Sinica Department

Current Progress

Dr. Wang’s RA, 祖詒, has completed the construction of the cuboid model of the two rooms.

Page 22: VR Project Orientation - 國立臺灣大學r97128/VR project orientation_2016070… · VR Project Orientation Ching-Chi Lin Institute of Information Science, Academia Sinica Department

Working Plans Speedup the model construction process.◦ The current time required to process one

image is a few seconds. Less than 1/33 seconds in order to achieve real-

time.◦ Study the Matlab functions 祖詒 used in his

code.

Continue 禎佑‘s work on multi-camerainterpolation.

Page 23: VR Project Orientation - 國立臺灣大學r97128/VR project orientation_2016070… · VR Project Orientation Ching-Chi Lin Institute of Information Science, Academia Sinica Department

Finish

Thank you! Any Questions?