| ARToolKit | Mailing List Archive |
|
| From: | "Fivos DOGANIS" <Fivos.Doganis@i .................> | Received: | Feb 20, 2003 |
| To | "Arvind Lakshmikumar" <kla@c .........> | ||
| Subject: | RE: two windows problem | ||
Hi Arvind,
I'm glad the converter worked for your needs. Actually, I've had the problem
you mentionned just yesterday (2
windows being siplayed), when I tried to change the default resolution.
Indeed, I wanted a resolution of 640*480 and when I replaced the code (in
init() ):
xsize = 320;
ysize = 240;
I suddenly had the problem you described. I don't know why it is that way.
In the beginning I thought that it might be used for stereo or deinterlacing
etc. But whatever the reason, there is something that worked for me, I
replaced (in the main() function):
camera.Init(0);
with:
camera.Init(0, 640, 480);
and also:
xsize = 640;
ysize = 480;
Note that your image might look odd if you use the default camera
parameters.
Hope this helps!
Regards,
Fivos
PS: Sorry if thsi question has already been answered before. I am quite new
to this list...
-----Message d'origine-----
De : Arvind Lakshmikumar [mailto:kla@c .........]
Envoye : mercredi 19 fevrier 2003 21:03
A : Fivos DOGANIS
Objet : RE: VRML 1.0
Thanks Fivos..The converter's pretty good..Btw do u have the pblm of 2
windows being displayed when u run simpleVRML or any prog besides simple.
Thanks,
Arvind
Arvind Lakshmikumar
Research Scholar
Robotics Institute
Carnegie Mellon University
Pittsburgh, PA 15213-3890
Phone: 412 421 0824 (H)
412 268 5905 (W)
email: kla@c .........
Linux is like a Teepee,
No Windows, No Gates,
Only Apache Inside!
|
|||
| From: | "Fivos DOGANIS" <Fivos.Doganis@i .................> | Received: | Feb 20, 2003 |
| To | "Arvind Lakshmikumar" <kla@c .........> | ||
| Subject: | RE: two windows problem | ||
Hi Arvind,
I'm glad the converter worked for your needs. Actually, I've had the problem
you mentionned just yesterday (2
windows being siplayed), when I tried to change the default resolution.
Indeed, I wanted a resolution of 640*480 and when I replaced the code (in
init() ):
xsize = 320;
ysize = 240;
I suddenly had the problem you described. I don't know why it is that way.
In the beginning I thought that it might be used for stereo or deinterlacing
etc. But whatever the reason, there is something that worked for me, I
replaced (in the main() function):
camera.Init(0);
with:
camera.Init(0, 640, 480);
and also:
xsize = 640;
ysize = 480;
Note that your image might look odd if you use the default camera
parameters.
Hope this helps!
Regards,
Fivos
PS: Sorry if thsi question has already been answered before. I am quite new
to this list...
-----Message d'origine-----
De : Arvind Lakshmikumar [mailto:kla@c .........]
Envoye : mercredi 19 fevrier 2003 21:03
A : Fivos DOGANIS
Objet : RE: VRML 1.0
Thanks Fivos..The converter's pretty good..Btw do u have the pblm of 2
windows being displayed when u run simpleVRML or any prog besides simple.
Thanks,
Arvind
Arvind Lakshmikumar
Research Scholar
Robotics Institute
Carnegie Mellon University
Pittsburgh, PA 15213-3890
Phone: 412 421 0824 (H)
412 268 5905 (W)
email: kla@c .........
Linux is like a Teepee,
No Windows, No Gates,
Only Apache Inside!
|
|||
| From: | Arvind Lakshmikumar <kla@c .........> | Received: | Feb 20, 2003 |
| To | Fivos DOGANIS <Fivos.Doganis@i .................> | ||
| Subject: | RE: two windows problem | ||
Thanks a lot Fivos..Changing the camera init parameters solves the
problem..
regards,
Arvind
Arvind Lakshmikumar
Research Scholar
Robotics Institute
Carnegie Mellon University
Pittsburgh, PA 15213-3890
Phone: 412 421 0824 (H)
412 268 5905 (W)
email: kla@c .........
Linux is like a Teepee,
No Windows, No Gates,
Only Apache Inside!
|
|||
| From: | Arvind Lakshmikumar <kla@c .........> | Received: | Feb 20, 2003 |
| To | Fivos DOGANIS <Fivos.Doganis@i .................> | ||
| Subject: | RE: two windows problem | ||
Thanks a lot Fivos..Changing the camera init parameters solves the
problem..
regards,
Arvind
Arvind Lakshmikumar
Research Scholar
Robotics Institute
Carnegie Mellon University
Pittsburgh, PA 15213-3890
Phone: 412 421 0824 (H)
412 268 5905 (W)
email: kla@c .........
Linux is like a Teepee,
No Windows, No Gates,
Only Apache Inside!
|
|||