# 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"