<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<PLUGIN name="AR capture" version="1.0" type="input">
  <DESCRIPTION>Augmented Reality Capture plugIT for cameras</DESCRIPTION>
    <HELP>http://www.openspace3d.com/documentation/fr/plugits/input/arcapture.html</HELP>
  <EDITOR>
    <SCRIPT path="./earcapture.pkg" />
    <PARAM name="istexture" type="value" />
    <PARAM name="object" type="mesh" />
    <PARAM name="material" type="material" />
    <PARAM name="technique" type="value" />
    <PARAM name="pass" type="value" />
    <PARAM name="texture" type="value" />
    <PARAM name="scalemode" type="value" />
    <PARAM name="posx" type="value" />
    <PARAM name="posy" type="value" />
    <PARAM name="width" type="value" />
    <PARAM name="height" type="value" />
    <PARAM name="xpercent" type="value" />
    <PARAM name="ypercent" type="value" />
    <PARAM name="wpercent" type="value" />
    <PARAM name="hpercent" type="value" />
    <PARAM name="background" type="value" /> 
    <PARAM name="xalign" type="value" />
    <PARAM name="yalign" type="value" />
    <PARAM name="opacity" type="value" />
    <PARAM name="ymlfile" type="file" />
    <PARAM name="mirror" type="value" />
    <PARAM name="ardebug" type="value" />
    <PARAM name="show" type="value" />
    <PARAM name="init" type="value" />
  </EDITOR>
  <CLIENT minstance="true">
    <SCRIPT path="./carcapture.pkg" />
    <ACTION name="Connect" />
    <ACTION name="Disconnect" />
    <ACTION name="Show" />
    <ACTION name="Hide" />
  </CLIENT>
</PLUGIN>