ARToolKit | Mailing List Archive |
![]() |
From: | Xu Ke <engp1673@n .........> | Received: | Aug 11, 2001 |
To | "'artoolkit@h .................. '" <artoolkit@h ..................> | ||
Subject: | ARToolkit problems with Windows | ||
Hi list, I am now using the PC version ARToolKit2.11 in both Windows98 and Windows2000. And it works. I want to run the sample program simple.exe in full screen. However, according to Excamera.exe, the display size can only vary from 160x112 to 768x568. So, I decided to change the monitor display setting to a low screen area. Let's say 640x840. The problem is, when the displaying DOS window edge touches or beyounds the boundary of the monitor screen area, the displaying area in that window will be cut half. In another word, it can only display half of what the camera could actually see. I will really apperaciate if anyone can help me out, or give me some advice on how to make it run in full screen basis for Windows98 and Windows2000. Thanks!!! Xu Ke |
From: | Hirokazu Kato <kato@s ........................> | Received: | Aug 17, 2001 |
To | Xu Ke <engp1673@n .........> | ||
Subject: | Re: ARToolkit problems with Windows | ||
Hi, >The problem is, when the displaying DOS window edge touches or beyounds the >boundary of the monitor screen area, the displaying area in that window will >be cut half. In another word, it can only display half of what the camera >could actually see. There is a function argInit(). We can specify the zoom ratio for display images. When you choose 640x480 as input image size and the zoom ratio is 2.0, valid display size is 1280x960. So please look at the value of zoom ratio at argInit(). Right now, the latest version is: http://www.sys.im.hiroshima-cu.ac.jp/people/kato/etc/ARToolKit2.431.tar.gz http://www.sys.im.hiroshima-cu.ac.jp/people/kato/etc/ARToolKit2.431-Win32.ZIP -- ------------------------------------------------------------------ Hirokazu Kato Faculty of Information Sciences Hiroshima City University Phone: 082-830-1705 Email: kato@s ........................ Fax: 082-830-1435 URL: http://www.sys.im.hiroshima-cu.ac.jp/people/kato/ |