Quantcast
Channel: Android Mode - Processing 2.x and 3.x Forum
Viewing all articles
Browse latest Browse all 941

VR sketch not working on Daydream View

$
0
0

The Introduction to VR page says VR sketches should run on both the Cardboard and the Daydream View. I have the latter, but I fail to deploy even the simplest of demos [1]. The app crashes and I get the following error:

Incompatible app This Cardboard application is not compatible with Daydream headsets.

I'm using the Google Pixel, Processing 3.3.5, AndroidMode 4.0-beta9, and have both the Daydream and Cardboard apps installed on the phone. Can someone confirm that the Daydream actually works?

[1] Code:

import processing.vr.*;

void setup() {
  fullScreen(STEREO);
}

void draw() {
}

Viewing all articles
Browse latest Browse all 941

Trending Articles