Pepper's Cone - An Easy 3D Display
Written by David Conrad   
Sunday, 14 January 2018

Pepper's Ghost is a trick that has been frightening theater goers since Victorian times, but recently it has been receiving some technological upgrades. The latest is Pepper's Cone, a dynamic 3D display that is simple enough to be implemented by almost anyone with some programming and almost no hardware skills.

Pepper's Ghost refers to a technique in which a sheet of glass is used on stage to make a brightly lit actor appear as a ghostly image. The glass acts as a partial reflector because it is set at an angle to the audience, which can both see through it to the scene behind and see the offstage actor due to the reflection. 

pepper1

 

A modern variation is to use a curved surface on a table to reflect the image present on a 2D display. With some work, it is possible to create an illusion that a 3D object is floating above the table. In this case the curved surface is provided by a cone - hence the name Pepper's Cone.

Take a look at it in action:

 

The hardware needed for the display is ridiculously simple - a cone made from a suitable plastic sheet, a rotatable base and a tablet with a gyro sensor - an iPad Pro in this case, but there is no reason why it couldn't be made to work with other well known tablets. The idea is to compute the transformation needed to the 2D image for the reflection in the cone to look undistorted.

 

pepper3

 

As the cone is rotated the tablet detects the rotation using the gyro sensor and recomputes the transformation to show the correct view of the object.

 

pepper2

 

The code is written in Unity with a custom shader. It will be available as open source on Github, but the challenge is - can you create your own code to run natively on a low cost Android tablet?

More Information

Pepper's Cone: An Inexpensive Do-it-yourself 3d Display

Xuan Luo, Jason Lawrence and Steven M. Seitz

University of Washington and  Google

Related Articles

Z Space - A Real 3D Display

Kinect 3D Full Body "Hologram"

Spheree The 3D Snow Globe Breakthrough

HoloDesk - almost Star Trek

KinectFusion - instant 3D models

Avatar Kinect - a holodeck replacement

Solid 3D Projection That You Can Touch

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

 

 

Banner


CISA Offers More Support For Open Source
22/03/2024

The Cybersecurity and Infrastructure Security Agency (CISA) has announced a number of key actions that they hope will improve the open source ecosystem.



SnapCode: A Java IDE for the Web
27/02/2024

Thanks to CheerpJ and WebAssembly you can now run a Java IDE inside your browser and local first.This is SnapCode, and while lightweight and in-browser, is to be not underestimated.


More News

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

 

Last Updated ( Sunday, 14 January 2018 )