Wikitude
play_for_work
Forum
FAQ
Documentation
Download
wikitude.com
How can we help you today?
Enter your search term here...
Search
Start a new topic
Discussions
Wikitude SDK (Android, iOS, UWP)
Wikitude SDK Questions or Problems
Not possible to save an image file
? ??
started a topic
about 7 years ago
Not possible to save an image file
2 Comments
Oldest First
Popular
Newest First
Sorted by
Oldest First
? ??
said
about 7 years ago
Hi,
However I implement code for saving an image file captureScreen funtion,
error message as below is shown.
Let me know any idea to work well, if you know.
Error Massage:
/Path/image.jpg: open failed: ENOENT(No such file or directory)
In just case, here is my code.
wikitudePlugin.captureScreen(
function(absoluteFilePath){
alert("successn" + absoluteFilePath);
},
function(errorMessage){
alert(errorMessage);
}
true, "/Path/image.jpg"
};
Thanks.
W
Wiki CN
said
about 7 years ago
Have you evoked the following url to call the native side?
document.location = "architectsdk://button?action=captureScreen";
The actual implementation of screen capture is on the native side, e.g., in SamplePluginActivity.java on Android, so you have to include this file in the bundle to make this work.
Login
or
Signup
to post a comment
More topics in
Wikitude SDK Questions or Problems
Instatiation of WTArchitectView compile errors
Point of interest - native iOS
Slider
Camera lagging / slow in native Swift application
Create a web service
N-th ImageDrawable not displayed
Radar Example
stop defaultlocationmanager and use architectview.injectlocation ios 10
WTC Size Limit
AngularJS and wikitude
See all 3870 topics
© 2021 Wikitude, a Qualcomm company
? ??