Table of Contents

Commercial Products

Atmoph

Winscape

Real Life Portal

The Parallax View

Lively Wallpaper

Looking Glass Studio

Adding movement detection for 3D effect

Technologies

Video Data

python run_video.py --video-path garden.mp4 --outdir output --input-size 518
ffmpeg -i garden.mp4 -i garden_depth.mp4 -filter_complex hstack output_rgbd.mp4

Head Movement

Filling in the missing background

This is a combination of “inpainting” (guessing the missing color pixels) with “Depth Completion” (guessing the missing depth values).

Implementation

Realtime
Details

in Unity/Unreal/three.js:

= Unity Example =

Easy POCs