Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overlay video #13

Open
robypat opened this issue Jun 3, 2014 · 3 comments
Open

Overlay video #13

robypat opened this issue Jun 3, 2014 · 3 comments

Comments

@robypat
Copy link

robypat commented Jun 3, 2014

Hi guys! I would like to know how to overlay a video over the marker...is it possible? or is possible just overlay images and 3D model???

@kig
Copy link
Owner

kig commented Jun 3, 2014

Hi, showing a video is pretty much the same as showing an image. You just
have to update the texture on every frame.

2014-06-03 19:47 GMT+01:00 robypat [email protected]:

Hi guys! I would like to know how to overlay a video over the marker...is
it possible? or is possible just overlay images and 3D model???


Reply to this email directly or view it on GitHub
#13.

Ilmari Heikkinen
Web development - graphics, animations and 3D

web http://fhtr.net | mail [email protected] | skype ilmarihe | twitter
@ilmarihei
tel (UK) +447427139588 (HK) +85253071497

FHTR Ltd
Company Number. 8157370
Registered in England

@robypat
Copy link
Author

robypat commented Jun 4, 2014

Im using jsartoolkit-wrapper. with this line [ myTracker.marker(64).image('my-image_01.png'); ] i can overlay over the marker with id-number 64 an image...so should i update evey frame of the video that i want to show? in that case how can i extract the frames from the video using JavaScript and there will not be the sound of the video... i use the wrapper cuz is more easy make associations between markers and models (image or 3D)...do u know jsartoolkit-wrapper? if u dont know jsartoolkit-wrapper (https://github.com/bocoup/JSARToolkit-Wrapper) how i can create an association between a defined marker with some contents(image or video) with jsartoolkit

@kig
Copy link
Owner

kig commented Jun 4, 2014

I don't know about the library you're using, but the gist of it is to
create a video element that plays in the background (with noise and all),
use it as a texture and upload it on every frame.

2014-06-04 2:05 GMT+01:00 robypat [email protected]:

Im using jsartoolkit-wrapper. with this line [
myTracker.marker(64).image('my-image_01.png'); ] i can overlay over the
marker number 64 an image...so should i update evey frame of the video that
i want to show? in that case how can i extract the frames from the video
using JavaScript and there will not be the sound of the video...


Reply to this email directly or view it on GitHub
#13 (comment).

Ilmari Heikkinen
Web development - graphics, animations and 3D

web http://fhtr.net | mail [email protected] | skype ilmarihe | twitter
@ilmarihei
tel (UK) +447427139588 (HK) +85253071497

FHTR Ltd
Company Number. 8157370
Registered in England

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants