I upgraded my Google Cardboard, for a far more comfortable headset, and I have modified it with a hole for the camera (I think a lot of headsets already come with flap for camera, but not sure). So with the new camera command, I've made this tiny fun snippet:
// Project: Stereoscopic fun
// Created: 2016-11-03
SetOrientationAllowed( 0, 0, 1, 1 )
SetImmersiveMode(1)
SetVirtualResolution( 200, 100 )
SetSyncRate( 60, 0 )
img=1
cam=0
SetDeviceCameraToImage(cam,img)
spr = CreateSprite(img)
spr2 = CreateSprite(img)
setspritesize(spr,GetVirtualWidth()/2,GetVirtualHeight())
setspritesize(spr2, GetVirtualWidth()/2,GetVirtualHeight())
setspriteposition(spr2,100,0)
do
Sync()
loop
You can overlay whatever you like - ghosts or aliens that you have to shoot, card games, lap dancers, anything! I wouldn't recommend attempting to do much whilst wearing it though - it's too weird. It makes you feel a bit like a cyborg - especially when you look in a mirror! Resistance is futile!