Reputation: 13182
Can the software for Google Cardboard work with any Android phone, or just with a few specific models?
Upvotes: 2
Views: 7270
Reputation: 4784
According to the official site, it seems like the requirements on the phones are:
running Android 16 (Jelly Bean) or higher
OpenGL ES 2.0. <uses-feature android:glEsVersion="0x00020000" android:required="true" />
some kind of gyro sensor (probably)
https://developers.google.com/cardboard/android/get-started#before_you_begin
Upvotes: 2
Reputation: 43334
Some data can be found here
Developing
Developing Google Cardboard apps requires
Running
Running Google Cardboard apps on physical devices requires
The example project at Cardboard getting started also requires NFC, but I'm unsure if this is required for any Cardboard app, or just for that example.
So, to answer your question, no Cardboard will not just work with any phone, but since Jellybean+ is about 90% of all devices, you'll reach a fair share.
Upvotes: 2