You will learn:
- take 360 image with Streeview app
- a-videosphere
What you will make:
- A 360 camera, this lab need extra device to shot the 360 video
- Please make sure you understand the first Lab before following this Lab.
Either Ricoh Theta S, LG 360 CAM or other similar devices can do the job.
You can copy and paste
<a-scene>
<a-assets>
<video id="train" src="train.mp4">
</a-assets>
<a-videosphere src="#train" radius="100"></a-videosphere>
</a-scene>
In the body section. We do not provide the demo video at this moment because of the size.
a-videosphere provide a large sphere to render our 360 video on it. Change the radius
attribute will influence the distance between you and the 360 video.
Define images, audio, video in a-assets could help A-Frame better manage memory resources.