Philip Lamb
Philip Lamb
@jdm @asajeffrey surfman patch has landed, so this is ready to go.
Looks like missing D3D 9 headers; I think D3D 9 is required to build recent versions of ANGLE. Might be just a matter of adding a GitHub Actions setup step,...
OK, so this might require a new version of the ANGLE for UWP NuGet package. Will look into it.
Two options; either bundle the VC runtime DLL with the build (easiest) or perform a VC redist installation as part of a Servo installer.
It can't find libpng. Try installing via `sudo apt-get install libpng16-16` and re-attempt `./build.sh linux`.
Doh, that's what I get for posting in a hurry. As has been pointed out, this is transient dependency from our pre-supplied OpenCV, and is in fact libpng12.
Since it can't find an online calibration for the camera, it's falling back to a default calibration. This could be the source of the tracking difficulties. Try generating a calibration...
`sudo apt-get install libconfig-dev`.
I can't help debug every step of the way, but you should be able to see from the error that the calibration tool has a dependency on artoolkitX itself, and...
To get it to use your camera parameters file, you'll need to override the default action which is to look online. The examples all accept a command-line parameter to do...