djoele
May 16th, 2005, 01:54 AM
We have a project running here that tries to develop an AR system with user invisble markers. These markers will be written in ink that is only visible in the infrared range. We will use an infrared camera to detect the markers. We are also going to use a video see-through HMD. We have not gon into details yet.
We wil use ARToolKit 2.70.1
What I think is the following:
First the camera and markers are initialized.
There will be a mainloop:
The infrared camera is used to detect the marker. Then the transformation matrix is calculated. This transformation matrix is used to draw virtual objects in the micro displays of the HMD. (Of course some manipulation needs to be done on the matrix)
Now I have some questions:
Do you think this approach will work? Or do you have any additions or other ideas?
Does ARToolKit 2.70.1 provide functions to displays images and virtual objects into the microdisplays of an HMD? Which functions are that?
How is the HMD treated by ARToolKit? Is it considered as 2 cameras connected to a computer or is it considered as just an HMD? So, will ARToolKit consider 3 cameras to be connected to the computer?
How will everything need to be connected? THe infrared camera is connected
to a USB port or Firewire? How to connect the HMD? Do they have two wires coming from the cameras from the HMD, so they can also be connected to USB ports? Or is there another way?
We wil use ARToolKit 2.70.1
What I think is the following:
First the camera and markers are initialized.
There will be a mainloop:
The infrared camera is used to detect the marker. Then the transformation matrix is calculated. This transformation matrix is used to draw virtual objects in the micro displays of the HMD. (Of course some manipulation needs to be done on the matrix)
Now I have some questions:
Do you think this approach will work? Or do you have any additions or other ideas?
Does ARToolKit 2.70.1 provide functions to displays images and virtual objects into the microdisplays of an HMD? Which functions are that?
How is the HMD treated by ARToolKit? Is it considered as 2 cameras connected to a computer or is it considered as just an HMD? So, will ARToolKit consider 3 cameras to be connected to the computer?
How will everything need to be connected? THe infrared camera is connected
to a USB port or Firewire? How to connect the HMD? Do they have two wires coming from the cameras from the HMD, so they can also be connected to USB ports? Or is there another way?