PDA

View Full Version : Camera parameter load error !! <-- with Canon DVcam on OS X


hadocon
April 12th, 2005, 11:55 PM
I am attempting to run ARToolkit on OS X version 10.3.8 using the XCode developer tools. I compile ARToolkit and attempt to run collideTest.

This is what happens in the console:

Opening sequence grabber 1 of 1.

Then this his windows opens:

http://c0nn0r.info/images/artk_dvproblem.jpg

Whatever I try, I can not get the video feed from the DVcam to appear in the blue window.

Then I click OK

and then the console shows me:

Opening sequence grabber 1 of 1.
Video cType is dvc , size is 720x480.
Image size (x,y) = (720,480)
Camera parameter load error !!

collideTest has exited with status 0.

I am using an NTSC JVC ZR10 DVcam and a 1.25 Aluminum Powerbook.

Is there something I have to config to get it to wirk with this camera? I assumed that any FireWire DVcam (not webcam) would work...

When are we going to see the updated manuals and readme files? They always seem to be "just around the corner." If there is anything I can do to help in this regard please let me know.

philip_lamb
April 13th, 2005, 12:53 AM
I would think that once you got the runtime working directory correctly specified this should work.

See post http://www.hitlabnz.org/forum/showpost.php?p=49&postcount=4 for how to do this, then let us know how you got on.

hadocon
April 13th, 2005, 01:03 AM
I would think that once you got the runtime working directory correctly specified this should work.

See post http://www.hitlabnz.org/forum/showpost.php?p=49&postcount=4 for how to do this, then let us know how you got on.

Changed the directory. now I get this:

Opening sequence grabber 1 of 1.
Video cType is dvc , size is 720x480.
Image size (x,y) = (720,480)
*** Camera Parameter ***
--------------------------------------
SIZE = 720, 480
Distortion factor = 358.312500 296.437500 20.701235 1.012757
788.57040 0.00000 356.06250 0.00000
0.00000 816.85595 271.68750 0.00000
0.00000 0.00000 1.00000 0.00000
--------------------------------------
2005-04-12 16:00:38.035 simpleTest[2245] GLUT Warning: glutInit being called a second time.

philip_lamb
April 13th, 2005, 03:33 AM
Try running simpleLite.. there is some bug in simpleTest that I have to work out...