Is there any method already available in current SDK ? Cannot find it in documentation. Thanks.
W
Wolfgang Damm
said
over 10 years ago
Currently we don't offfer such a method. If you are interested in a screenshot, the platforms' default methods allow you to capture the whole screen, but you won't be able to process it within your application.
A
Assaf
said
over 10 years ago
Hi,
Can you recommend a way to take a screenshot in Android and get the AR world view? All we get now is a black screen.
We think it's because you draw to an OpenGL surface, the normal Android screengrab method doesn't pick up the OpenGL view.
Any help would be greatly appreciated, thanks.
V
Vincent
said
almost 10 years ago
Hi,
It is mentioned that we can now take screenshots with the SDK 3.2, but how to do that in Android ?
Thank you very much.
Vincent
P
Philipp Nagele
said
almost 10 years ago
Hi,
check out the Android example "Browsing POIs" in the Android documenation where chapter 6 provides details on how to implement the screenshot feature. This should give you a first idea. Additionally, the source code for Android for this sample is included in the Wikitude SDK (Examples > src...): check out SampleCamCaptureScreenActivity.java
M
Mpetrovic
said
about 7 years ago
When i tried this about a year ago, there wasn't an option on Cordova SDK.
Lucas
1 person has this problem