Files
UnrealEngine/Engine/Plugins/Experimental/VirtualProduction/LedWallCalibration/LedWallCalibration.uplugin
2025-05-18 13:04:45 +08:00

50 lines
895 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Led Wall Calibration",
"Description": "Tools for Led Wall calibration",
"Category": "Virtual Production",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": false,
"EnabledByDefault": false,
"Modules": [
{
"Name": "LedWallCalibrationEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Linux",
"Mac"
]
},
{
"Name": "LedWallCalibration",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Linux",
"Mac"
]
}
],
"Plugins": [
{
"Name": "CameraCalibrationCore",
"Enabled": true
},
{
"Name": "OpenCV",
"Enabled": true
}
]
}