Hello,
I am trying to capture the AR view using this https://developer.vuforia.com/forum/faq/android-how-can-i-capture-ar-view but I get some errors:
Assets/Captura.cs(43,21): error CS0650: Syntax error, bad array declarator. To declare a managed array the rank specifier precedes the variable's identifier. To declare a fixed size buffer field, use the fixed keyword before the field type
Assets/Captura.cs(43,25): error CS1525: Unexpected symbol `=', expecting `)', `,', or `;'
Does anybody know how to fix it?
Thank you.