Start a new topic

captureScreen() API not working properly on Android

ArchitectView.captureScreen(int captureMode, ArchitectView.CaptureScreenCallback callback)

is not respecting captureMode.

CAPTURE_MODE_CAM_AND_WEBVIEW  does not work!


Verified with 02_AdvancedImageRecognition_1_Gestures sample.  The UI button on the right hand side is expected to be captured, but doesn't.  (See the attached pic.)


On line 100 of SampleCamActivity.java it says:

SampleCamActivity.this.architectView.captureScreen(ArchitectView.CaptureScreenCallback.CAPTURE_MODE_CAM_AND_WEBVIEW, new CaptureScreenCallback() {


so, webview materials are expected to be captured. 


The iOS version works fine, however.  The UI is superimposed into the picture as expected.


Can you please fix as soon as possible.  We are relying on this feature.



Oh forgot to mention, it's SDK version 6.1.0 !

Hi,


Thank you for reporting this issue. It is already fixed and will be included in the next release.


Best Regards,

Alex

Login or Signup to post a comment