aboutsummaryrefslogtreecommitdiff
path: root/src/argaze/utils/demo_environment/setup.json
blob: 58c7c0d3441347a59290cef4bb63fe3c94a9f8dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
    "name": "AR Environment Demo",
    "aruco_detector": {
        "dictionary": {
            "name": "DICT_APRILTAG_16h5"
        },
        "marker_size": 5,
        "optic_parameters": "optic_parameters.json",
        "parameters": {
            "cornerRefinementMethod": 1,
            "aprilTagQuadSigma": 2,
            "aprilTagDeglitch": 1
        }
    },
    "scenes": {
        "AR Scene Demo" : {
            "aruco_scene": "aruco_scene.obj",
            "aoi_scene": "aoi_scene.obj",
            "aruco_axis": {
                "lower_left_corner": {
                    "origin_marker": 2,
                    "horizontal_axis_marker": 3,
                    "vertical_axis_marker": 0
                },
                "lower_right_corner": {
                    "origin_marker": 3,
                    "horizontal_axis_marker": 2,
                    "vertical_axis_marker": 1
                },
                "upper_left_corner": {
                    "origin_marker": 0,
                    "horizontal_axis_marker": 1,
                    "vertical_axis_marker": 2
                },
                "upper_right_corner": {
                    "origin_marker": 1,
                    "horizontal_axis_marker": 0,
                    "vertical_axis_marker": 3
                }
            },
            "aruco_aoi": {
                "Screen_Plan": {
                    "upper_left_corner": {
                        "marker_identifier": 0,
                        "marker_corner_index": 2
                    },
                    "upper_right_corner": {
                        "marker_identifier": 1,
                        "marker_corner_index": 3
                    },
                    "lower_left_corner": {
                        "marker_identifier": 2,
                        "marker_corner_index": 1
                    },
                    "lower_right_corner": {
                        "marker_identifier": 3,
                        "marker_corner_index": 0
                    },
                    "inner_aoi": "all"
                }
            },
            "angle_tolerance": 15.0,
            "distance_tolerance": 2.54
        }
    }
}