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
VideoDrawables on Location AR ?
M
Mehmet Emre
started a topic
about 7 years ago
VideoDrawables on Location AR ?
2 Comments
Oldest First
Popular
Newest First
Sorted by
Oldest First
M
Mehmet Emre
said
about 7 years ago
Hi, I am trying to show transparent videos like marker object.
To do so, I have tired this;
function Marker(poiData) {
...
this.video = new AR.VideoDrawable("assets/transparentVideo.mp4", 0.7, {
offsetX: -0.2,
offsetY: -0.12,
isTransparent: true,
onLoaded: function(){
this.play();
}
});
...
this.markerObject = new AR.GeoObject(markerLocation, {
drawables: {
cam: ,
indicator: ,
radar: this.radardrawables
}
});
...
}
Video starts playing without picture only sound.
Any idea, what is wrong? or Is this even possible with wikitude sdk?
E
Eva
said
almost 7 years ago
Hello Mehmet,
You can refer to this documentation to see how you can have a transparent video in your app.
http://www.wikitude.com/external/doc/documentation/latest/android/video.html#transparentvideo
I hope this should help.
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 3869 topics
© 2021 Wikitude, a Qualcomm company
Mehmet Emre