Category Archives: Augmented Reality

MIDI Reality – Mixed Reality with Kinect and MIDI Keyboard

Tech & music are my favorites. I’d love to do them together. So I had this idea to try covering a song with a MIDI keyboard, and a Kinect v2 sensor for mixed-reality floating caption effects. That was when the … Continue reading

Posted in Augmented Reality, Kinect, Mixed Reality, Tech | 2 Comments

How-To: Solving Various Issues on iOS AR Developments while using Vuforia + Unity

I’d been confused by various problem when using Vuforia with Unity, to develop AR app for iOS device. Here’s how to solve ’em! 1. App crashes when using Unity (4.5.4, 4.5.5, 4.6) + Vuforia 3.0.9. Solution: After building Xcode files, … Continue reading

Posted in Augmented Reality, Tech | 6 Comments

高通Vuforia + Unity iOS AR常见问题解决

最近Vuforia + Unity iOS总能折腾出各种问题.容易令人捉急. 下面是我遇到的很新的3个常见问题: 1. 问题: Unity (4.5.4, 4.5.5, 4.6) + Vuforia 3.0.9 iOS下闪退. 解决: Unity生成Xcode文件后打开,设置Info.plist文件. 点击Informaition Property List,右方出现加号,点加号. Key输入 UIInterfaceOrientation 或 Initial interface orientation. (都一样的) Value输入 UIInterfaceOrientationPortrait 或 Portrait (bottom home button) 如图 2. 问题: Unity 5 + … Continue reading

Posted in Augmented Reality, Tech | Leave a comment