Embarcadero MVP Paul Toth has a video up demoing how to build a Google Cardboard VR app with Delphi FireMonkey. Source code is also available. The video is in French so you can use the auto translated subtitles if needed. The video itself talks about building the stereo view, creating the lens distortion effect, and integrating the rotation vector information.
The source code has a number of demos which include StereoView (Demonstration of the Stereo effect), LensEffect (Demonstr...
RAD Studio provides you access to a variety of device sensors on Android and IOS in FireMonkey. There are six different demos which show how to easily access a number of these different sensors. The demos are Gyroscope, Accelerometer, AccessCameraApp/CameraComponent, Location, and OrientationSensor. These demos use the TOrientationSensor, TLocationSensor, TMotionSensor, TCameraComponent, and TTakePhotoFromCameraAction components.
The Gyroscope sample demonstrates how to use the Gyroscope in ord...