| ARToolKit | Mailing List Archive |
|
| From: | Mark Billinghurst <grof@h ..................> | Received: | Feb 18, 2005 |
| To | artoolkit@h .................. | ||
| Subject: | aquigley@g ........ | ||
Hi,
Some of the students I teach in a graphics course would
like to use the ARToolkit with pre-shot video footage.
We have experimented with streaming the pre-shot video from tape
through firewire (this works fine) but can we capture the video
(then disconnect the camera) and then stream the
stored video into an app built with the ARToolkit?
Thanks,
Aaron.
--
Dr. Aaron J. Quigley College Lecturer
B 2.13 Computer Science e-mail: aquigley@g ........
University College Dublin www: http://www.cs.ucd.ie/staff/aquigley/home/
Dublin 4, Ireland phone: (+353) 1 716 2925
|
|||
| From: | Leif Oppermann <lxo@c ............> | Received: | Feb 19, 2005 |
| To | artoolkit@h .................. | ||
| Subject: | Re: aquigley@g ........ | ||
Hi Aaron, I have an ARToolkit compatible AVI Input for Windows. It uses Video For Windows and thus plays about any video. You can have the source if you want to. cheers, Leif Mark Billinghurst wrote: > > Hi, > Some of the students I teach in a graphics course would > like to use the ARToolkit with pre-shot video footage. > > We have experimented with streaming the pre-shot video from tape > through firewire (this works fine) but can we capture the video > (then disconnect the camera) and then stream the > stored video into an app built with the ARToolkit? > > Thanks, > Aaron. |
|||
| From: | "sune" <sunek@d ..........> | Received: | Feb 19, 2005 |
| To | "'Mark Billinghurst'" <grof@h ..................>, <artoolkit@h ..................> | ||
| Subject: | RE: aquigley@g ........ | ||
Hi
DsVideoLib supports input from AVI files. So just call videoOpen like this:
videoOpen("inputDevice=AVI_FILE,fileName=C:/test/TestVideo.AVI");
Of course the path and filename should point to your file. However there
seems to be some performance issues. Sometimes the video clip freezes or
jumps.
You can read more at Thomas Pintaric's hompage:
http://www.ims.tuwien.ac.at/~thomas/dsvideolib_doc.php
Good luck with your project.
Sune Kristensen
Master of Science
Aabogade 34
8200 Aarhus N
-----Original Message-----
From: owner-artoolkit@h ..................
[mailto:owner-artoolkit@h ..................] On Behalf Of Mark Billinghurst
Sent: 18. februar 2005 23:08
To: artoolkit@h ..................
Subject: aquigley@g ........
Hi,
Some of the students I teach in a graphics course would
like to use the ARToolkit with pre-shot video footage.
We have experimented with streaming the pre-shot video from tape
through firewire (this works fine) but can we capture the video
(then disconnect the camera) and then stream the
stored video into an app built with the ARToolkit?
Thanks,
Aaron.
--
Dr. Aaron J. Quigley College Lecturer
B 2.13 Computer Science e-mail: aquigley@g ........
University College Dublin www:
http://www.cs.ucd.ie/staff/aquigley/home/
Dublin 4, Ireland phone: (+353) 1 716 2925
|
|||