Using RealityPipe to view VR content
Once you have uploaded, then you can use the RealityPipe SDK available in multiple platforms to view in virtual reality.
RealityPipe supports multiple platforms to display content in VR once it is uploaded to RealityPipe.
Using RealityPipe on Web
RealityPipe provides an easy way to display your VR content on any website. All you need is the contentId
you received when you uploaded the content.
All you need to provide is the contentId
to the embed code and you're done!
<iframe width="100%" height="500px" allowfullscreen frameborder="0" src="https://embed.realitypipe.com/embed/<contentId>" ></iframe>
RealityPipe also provides a lot of options to customize the viewer according to your preference. And it is really easy to apply the customization too. All you need is to provide the required option as query string.
https://embed.realitypipe.com/embed/<contentId>?thumb=f&autoplay=true&autoplayDuration=40&title=Mountains&description=Sunrise over the mountain&thumbSize=1000&themeColor=d15849
Sample
For a real time view of different options, you can checkout RealityPipe 360 player demo.
param | options | comments |
---|---|---|
thumb | l, r, f, b |
l-left r-right f - front b - back Use default_thumb_direction from API response to set this automatically based on settings |
autoplay | true, false |
automatically move the panorama |
autoplayDuration | number in seconds |
time required to complete a full rotation |
themeColor | hex color code |
color code without hash. Example, d15849 , ffffff |
title | string |
title in string format |
description | string |
description in string format |
customLogo | option available on contact |
|
thumbSize | size in px |
thumbnail square width to adjust clarity, if you don't specify one, RealityPipe will take care of it automatically |
Sample images
If you need to some sample 360 images for trying out RealityPipe, you can download them from here.