Path: blob/master/modules/openxr/doc_classes/OpenXRSpatialCapabilityConfigurationAruco.xml
11323 views
<?xml version="1.0" encoding="UTF-8" ?>1<class name="OpenXRSpatialCapabilityConfigurationAruco" inherits="OpenXRSpatialCapabilityConfigurationBaseHeader" experimental="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">2<brief_description>3Configuration header for Aruco markers.4</brief_description>5<description>6Configuration header for Aruco markers. Pass this to [method OpenXRSpatialEntityExtension.create_spatial_context] to create a spatial context that can detect Aruco markers.7</description>8<tutorials>9</tutorials>10<methods>11<method name="get_enabled_components" qualifiers="const">12<return type="PackedInt64Array" />13<description>14Returns the components enabled by this configuration.15[b]Note:[/b] Only valid after this configuration was used to create a spatial context.16</description>17</method>18</methods>19<members>20<member name="aruco_dict" type="int" setter="set_aruco_dict" getter="get_aruco_dict" enum="OpenXRSpatialCapabilityConfigurationAruco.ArucoDict" default="16">21Dictionary to use to decode Aruco markers.22[b]Note:[/b] Must be set before using this configuration to create a spatial context.23</member>24</members>25<constants>26<constant name="ARUCO_DICT_4X4_50" value="1" enum="ArucoDict">274 by 4 pixel Aruco marker dictionary with 50 IDs.28</constant>29<constant name="ARUCO_DICT_4X4_100" value="2" enum="ArucoDict">304 by 4 pixel Aruco marker dictionary with 100 IDs.31</constant>32<constant name="ARUCO_DICT_4X4_250" value="3" enum="ArucoDict">334 by 4 pixel Aruco marker dictionary with 250 IDs.34</constant>35<constant name="ARUCO_DICT_4X4_1000" value="4" enum="ArucoDict">364 by 4 pixel Aruco marker dictionary with 1000 IDs.37</constant>38<constant name="ARUCO_DICT_5X5_50" value="5" enum="ArucoDict">395 by 5 pixel Aruco marker dictionary with 50 IDs.40</constant>41<constant name="ARUCO_DICT_5X5_100" value="6" enum="ArucoDict">425 by 5 pixel Aruco marker dictionary with 100 IDs.43</constant>44<constant name="ARUCO_DICT_5X5_250" value="7" enum="ArucoDict">455 by 5 pixel Aruco marker dictionary with 250 IDs.46</constant>47<constant name="ARUCO_DICT_5X5_1000" value="8" enum="ArucoDict">485 by 5 pixel Aruco marker dictionary with 1000 IDs.49</constant>50<constant name="ARUCO_DICT_6X6_50" value="9" enum="ArucoDict">516 by 6 pixel Aruco marker dictionary with 50 IDs.52</constant>53<constant name="ARUCO_DICT_6X6_100" value="10" enum="ArucoDict">546 by 6 pixel Aruco marker dictionary with 100 IDs.55</constant>56<constant name="ARUCO_DICT_6X6_250" value="11" enum="ArucoDict">576 by 6 pixel Aruco marker dictionary with 250 IDs.58</constant>59<constant name="ARUCO_DICT_6X6_1000" value="12" enum="ArucoDict">606 by 6 pixel Aruco marker dictionary with 1000 IDs.61</constant>62<constant name="ARUCO_DICT_7X7_50" value="13" enum="ArucoDict">637 by 7 pixel Aruco marker dictionary with 50 IDs.64</constant>65<constant name="ARUCO_DICT_7X7_100" value="14" enum="ArucoDict">667 by 7 pixel Aruco marker dictionary with 100 IDs.67</constant>68<constant name="ARUCO_DICT_7X7_250" value="15" enum="ArucoDict">697 by 7 pixel Aruco marker dictionary with 250 IDs.70</constant>71<constant name="ARUCO_DICT_7X7_1000" value="16" enum="ArucoDict">727 by 7 pixel Aruco marker dictionary with 1000 IDs.73</constant>74</constants>75</class>767778