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
How i can make bigger a video?
M
Marco Bernal
started a topic
about 8 years ago
How i can make bigger a video?
3 Comments
Oldest First
Popular
Newest First
Sorted by
Newest First
M
Marco Bernal
said
about 8 years ago
Thank you so much Martin
I configured the parameter and it works perfectly.
I appreciate your help
greetings to you
M
Martin Lechner
said
about 8 years ago
Hi Marco,
Please check the
documentation of VideoDrawables
. The second parameter of the VideoDrawable constructor defines the size of the VideoDrawable.
Best,
Martin
M
Marco Bernal
said
about 8 years ago
Hello there!
I have the next code:
var World = {
loaded: false,
init: function initFn() {
this.createOverlays();
},
createOverlays: function createOverlaysFn() {
this.tracker = new AR.Tracker("assets/collection.wtc", {
onLoaded: this.worldLoaded
});
// creamos un overlay
var video = new AR.VideoDrawable("assets/video.mp4", 0.5, {
offsetX: 0.2,
offsetY: 0.2
});
var nebulosa = new AR.Trackable2DObject(this.tracker, "nebulosa", {
drawables: {
cam: video
},
onEnterFieldOfVision: function onEnterFieldOfVisionFn () {
video.play(-1);
}
});
}
};
World.init();
But I want to watch the video bigger.
I expect than you can give me a solution quickly.
Thanks and sorry about the bad english, but I don´t speak so much
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
Marco Bernal