clariusdev / mobileapi

Android API Allowing IPC with the Clarius App
https://www.clarius.com
BSD 3-Clause "New" or "Revised" License
12 stars 4 forks source link

No PosInfo arraylist when receiving MSG_NEW_PROCESSED_IMAGE #11

Closed daudrain closed 2 years ago

daudrain commented 2 years ago

Using Clarius App 8.0.1, a PA HD, and the latest mobilapi, data.getParcelableArrayList(MobileApi.KEY_POS_INFO) always returns null. Even data.get(MobileApi.KEY_POS_INFO) returns null, meaning KEY_POS_INFO is set to null.

Is it expected? What can be done to receive valid PosInfo?

Thank you

clariusk commented 2 years ago

was the 3D Positional Package purchased with the scanner, if so, you will need to follow the instructions here: https://github.com/clariusdev/motion

daudrain commented 2 years ago

This option was not purchased.