File size: 410 Bytes
099dc67
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Camera transformation types
CAMERA_TRANSFORMATIONS = {
    "1": "Pan Right",
    "2": "Pan Left", 
    "3": "Tilt Up",
    "4": "Tilt Down",
    "5": "Zoom In",
    "6": "Zoom Out",
    "7": "Translate Up (with rotation)",
    "8": "Translate Down (with rotation)",
    "9": "Arc Left (with rotation)",
    "10": "Arc Right (with rotation)"
}

# Define test data directory
TEST_DATA_DIR = "example_test_data"