List
Epson BT350
Posted Date: 2018-01-16 9:29     Edited Date: 2018-01-18 22:40     Writer: inactive

Hi

I am evaluating MaxRT with Epson BT350. Had downloaded the unity package and built the sample scenes into apk.

The apk works well in Samsung phone but when install on Epson BT350 it shows a blank screen. For example, when running object tracker I do not see the camera view. Instead I see a black background with a white square in the middle.

Is there any setting in unity that I have to configure for Epson BT350? My epson is on andriod 5.1.1

Thank you.

Posted Date: 2018-01-16 10:20     Edited Date: 2018-01-16 10:20     Writer: inactive

Hi,

You need to change player setting of device filter to ARMv7.

Please follow steps like below.

1. Switch platform to android

2. Build Settings -> Player Settings -> Other Settings -> Device filter -> ARMv7

Our sdk does not support x86.

Thanks

- Maxst support team

 

Posted Date: 2018-01-17 1:55     Edited Date: 2018-01-17 1:55     Writer: inactive

Changing to ARMv7 works!!

Oh I was originally using FAT (ARMv7 + x86) as Epson is running Intel Atom processor.

Posted Date: 2018-01-18 22:40     Edited Date: 2018-01-18 22:40     Writer: inactive

It's nice to hear you have good result.

As we know Epson smart glasses has x86 CPU and it translates armv7 code to x86 code.

- Maxst support team