Difference between revisions of "VIOSimple"

From The iPhone Wiki
Jump to: navigation, search
m
 
Line 1: Line 1:
 
[[File:RocketTexture.png|thumb|right|250px|The texture for the AR rocket model.]]
 
[[File:RocketTexture.png|thumb|right|250px|The texture for the AR rocket model.]]
VIOSimple is an early AR demo for Switchboard devices that was first discovered on [[TigrisAni 15A93261h]]. It creates a rocket ship object when the camera is focused on a flat surface. VIOSimple also functions on stock versions of iOS 11.0 and above.
+
VIOSimple is an early AR demo for SwitchBoard devices that was first discovered on [[TigrisAni 15A93261h]]. It creates a rocket ship object when the camera is focused on a flat surface. VIOSimple also functions on stock versions of iOS 11.0 and above.
   
 
It is unknown what VIO stands for, possibly '''V'''isual '''I'''nput/'''O'''utput. A partial meaning is revealed in Info.plist.
 
It is unknown what VIO stands for, possibly '''V'''isual '''I'''nput/'''O'''utput. A partial meaning is revealed in Info.plist.

Latest revision as of 07:45, 11 March 2018

The texture for the AR rocket model.

VIOSimple is an early AR demo for SwitchBoard devices that was first discovered on TigrisAni 15A93261h. It creates a rocket ship object when the camera is focused on a flat surface. VIOSimple also functions on stock versions of iOS 11.0 and above.

It is unknown what VIO stands for, possibly Visual Input/Output. A partial meaning is revealed in Info.plist.

   <key>NSCameraUsageDescription</key>
   <string>The "V" in VIO stands for Visual.</string>