so, I'm trying to access the video texture from the camera, and I'm hitting a wall in the first step of getting to that...
As soon as I write this:
function Start() {
QCARRenderer.Instance.DrawVideoBackground = false;
}
and save the script, I get an error:
BCE0005: Unknown identifier: 'QCARRenderer'
What am I doing wrong? I haven't found anything pointing to anything that should be done before writing that line... I'm not a coder, but I do think the documentation should be made clear enough for newcomers to learn.
Thank you, it all works now :)
I just moved the whole scripts-folder from Qualcomm AR-folder under Standard Assets.
And I'm not planning to learn c# just yet... I'm just getting the hang of javascript :D