ARToolKit | Mailing List Archive |
![]() |
From: | "DEBADEEPTA DEY" <3dey.dce@g ........> | Received: | Aug 19, 2006 |
To | artoolkit@h .................. | ||
Subject: | Anyone with 1280*960 firewire cameras? | ||
------=_Part_48829_12066325.1156024039540 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I have a Videre System MDCS Firewire camera which captures in FORMAT_2 Mode_2 1280*960 mono 8bpp . It seems that this format is not supported in ARToolkit. I really need the high resolution so any help will be useful. -- Debadeepta Dey, Intern,Robotics Institute, Carnegie Mellon University, Pittsburgh, 7th Semester (Electrical Engineering), Delhi College of Engineering. India. ------=_Part_48829_12066325.1156024039540 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi,<br> <br> I have a Videre System MDCS Firewire camera which captures in FORMAT_2 Mode_2 1280*960 mono 8bpp . It seems that this format is not supported in ARToolkit. I really need the high resolution so any help will be useful.<br> <br clear="all"><br>-- <br>Debadeepta Dey,<br>Intern,Robotics Institute,<br>Carnegie Mellon University, Pittsburgh,<br>7th Semester (Electrical Engineering),<br>Delhi College of Engineering.<br>India. ------=_Part_48829_12066325.1156024039540-- |
From: | Daniel Wagner <daniel@i ...............> | Received: | Aug 20, 2006 |
To | ARToolKit Mailinglist <artoolkit@h ..................> | ||
Subject: | Re: Anyone with 1280*960 firewire cameras? | ||
DEBADEEPTA DEY wrote: > I have a Videre System MDCS Firewire camera which captures in FORMAT_2 > Mode_2 1280*960 mono 8bpp . It seems that this format is not supported > in ARToolkit. I really need the high resolution so any help will be > useful. hi Dey, ARToolKit should work with any resolution if you change the precompiler settings to support that resolution. Per default these are set to a lower resolution in order to save memory (memory management is not a natural strength of ARToolKit...). This topic has been discussed before. I'm sure you'll find a solution by looking into the mailing list archive. bye, Daniel |
From: | Daniel Wagner <daniel@i ...............> | Received: | Aug 20, 2006 |
To | ARToolKit Mailinglist <artoolkit@h ..................> | ||
Subject: | Re: Anyone with 1280*960 firewire cameras? | ||
DEBADEEPTA DEY wrote: > I didn't find anything in the archive, but I guess I'll just have to > look a little harder. look into arLabeling.c and change HARDCODED_BUFFER_WIDTH and HARDCODED_BUFFER_HEIGHT from 1024x1024 to your resolution. there are some other preprocessor definitions that determine how many pixels can be processed per frame and marker but such a small resolution increase should not require any other changes... Daniel |
From: | Blair MacIntyre <blair@c ............> | Received: | Aug 20, 2006 |
To | Daniel Wagner <daniel@i ...............> | ||
Subject: | Re: Anyone with 1280*960 firewire cameras? | ||
Actually, the default ARToolkit had some predefined constants for temporary buffers that limited the size of the images to 1024x1024 ... look through the source, I think it's in the arLabeling source files. Aside from some constants like that, I agree that it should work. On Aug 20, 2006, at 9:14 AM, Daniel Wagner wrote: > DEBADEEPTA DEY wrote: >> I have a Videre System MDCS Firewire camera which captures in >> FORMAT_2 >> Mode_2 1280*960 mono 8bpp . It seems that this format is not >> supported >> in ARToolkit. I really need the high resolution so any help will be >> useful. > hi Dey, > > ARToolKit should work with any resolution if you change the > precompiler > settings to support that resolution. Per default these are set to a > lower resolution in order to save memory (memory management is not a > natural strength of ARToolKit...). > > This topic has been discussed before. I'm sure you'll find a > solution by > looking into the mailing list archive. > > bye, > Daniel |