ARToolKit | Mailing List Archive |
![]() |
From: | "Teis Draiby" <teis@d .........> | Received: | Mar 18, 2003 |
To | artoolkit@h .................. | ||
Subject: | Problems with pal video camera through firewire | ||
I got a PAL Sony camcorder wich can connect to the computer by eiter USB or Firewire. USB works fine with ARToolkit, but when connected through Firewire I got a dramatically distorted image in ARToolkit (simpleTest). I other programs my camera works perfectly. I can see that the it reads the image and the colors seems to be right. It looks like the PAL format is interpreted as if it was NTSC. I tried to #define DEFAULT_VIDEO_MODE VIDEO_MODE_PAL |
From: | "Teis Draiby" <teis@d .........> | Received: | Mar 18, 2003 |
To | artoolkit@h .................. | ||
Subject: | Problems with pal video camera through firewire | ||
I got a PAL Sony camcorder wich can connect to the computer by eiter USB or Firewire. USB works fine with ARToolkit, but when connected through Firewire I got a dramatically distorted image in ARToolkit (simpleTest). I other programs my camera works perfectly. I can see that the it reads the image and the colors seems to be right. It looks like the PAL format is interpreted as if it was NTSC. I tried to #define DEFAULT_VIDEO_MODE VIDEO_MODE_PAL |
From: | "Teis Draiby" <teis@d .........> | Received: | Mar 18, 2003 |
To | artoolkit@h .................. | ||
Subject: | Problems with pal video camera through firewire | ||
Sorry about the previous mail. Here's the whole part: I got a PAL Sony camcorder wich can connect to the computer by eiter USB or Firewire. USB works fine with ARToolkit, but when connected through Firewire I got a dramatically distorted image in ARToolkit (simpleTest). I other programs my camera works perfectly. I can see that the it reads the image and the colors seems to be right. It looks like the PAL format is interpreted as if it was NTSC. I tried to #ifdef _WIN32 #define DEFAULT_VIDEO_MODE VIDEO_MODE_PAL #endif in 'config.h' with no effect. I'm using WinXP Whats wrong? Thanks very much, Teis!! |
From: | "Teis Draiby" <teis@d .........> | Received: | Mar 18, 2003 |
To | artoolkit@h .................. | ||
Subject: | Problems with pal video camera through firewire | ||
Sorry about the previous mail. Here's the whole part: I got a PAL Sony camcorder wich can connect to the computer by eiter USB or Firewire. USB works fine with ARToolkit, but when connected through Firewire I got a dramatically distorted image in ARToolkit (simpleTest). I other programs my camera works perfectly. I can see that the it reads the image and the colors seems to be right. It looks like the PAL format is interpreted as if it was NTSC. I tried to #ifdef _WIN32 #define DEFAULT_VIDEO_MODE VIDEO_MODE_PAL #endif in 'config.h' with no effect. I'm using WinXP Whats wrong? Thanks very much, Teis!! |