ARToolKit | Mailing List Archive |
![]() |
From: | Eivind Bergh Nilssen <eivindn@i ..........> | Received: | Oct 13, 2002 |
To | artoolkit@h .................. | ||
Subject: | Trouble with firewire cam and ARTK 2.52 | ||
Hi! When i use a firewire camera with the ARToolKit everything appears mirrored. Does anybody have a solution to this problem? -E.B.N- |
From: | David Drum <david@m ............> | Received: | Oct 13, 2002 |
To | artoolkit@h .................. | ||
Subject: | Re: Trouble with firewire cam and ARTK 2.52 | ||
Quoth Eivind Bergh Nilssen: > When i use a firewire camera with the ARToolKit everything appears > mirrored. Does anybody have a solution to this problem? I have this problem too, but with a USB camera. Regards, David K. Drum david@m ....... |
From: | David Drum <david@m ............> | Received: | Oct 15, 2002 |
To | artoolkit@h .................. | ||
Subject: | Re: Trouble with firewire cam and ARTK 2.52 | ||
Quoth Eivind Bergh Nilssen: > I have solved the problem. In ARFrameGrabber there are some methods called > SetFlippedImageHorizontal and -Vertical. > In my case it all worked out when I ran > SetFlippedImageHorizontal(false). I did not run the setFlippedImage(). > > I hope this helps for you to. The only C/C++ compiler available to me at this time is Borland C++ Builder 5. Does anyone know if any version of ARToolkit compiles with this? Regards, David K. Drum david@m ....... |
From: | Eivind Bergh Nilssen <eivindn@i ..........> | Received: | Oct 15, 2002 |
To | David Drum <david@m ............> | ||
Subject: | Re: Trouble with firewire cam and ARTK 2.52 | ||
I have solved the problem. In ARFrameGrabber there are some methods called SetFlippedImageHorizontal and -Vertical. In my case it all worked out when I ran SetFlippedImageHorizontal(false). I did not run the setFlippedImage(). I hope this helps for you to. -E.B.N- On Sun, 13 Oct 2002, David Drum wrote: > Quoth Eivind Bergh Nilssen: > > > When i use a firewire camera with the ARToolKit everything appears > > mirrored. Does anybody have a solution to this problem? > > I have this problem too, but with a USB camera. > > Regards, > > David K. Drum > david@m ....... > |