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.
Kai Shih
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.