Files
UnrealEngineUWP/Engine/Plugins/Compositing/OpenCVLensDistortion/OpenCVLensDistortion.uplugin
Robb Surridge 610c467639 Update vendor links for built-in plugins to use secure protocol.
#jira UE-166823
#rb lauren.barnes
#preflight 6352b20b7261e565c476ec3b

[CL 22690089 by Robb Surridge in ue5-main branch]
2022-10-21 11:04:07 -04:00

45 lines
919 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "OpenCV Lens Distortion",
"Description": "Plugin to handle camera calibration and lens distortion/undistortion displacement map generation using OpenCV.",
"Category": "Compositing",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": false,
"Plugins": [
{
"Name": "OpenCV",
"Enabled": true
}
],
"Modules": [
{
"Name": "OpenCVLensCalibration",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"PlatformAllowList": [
"Win64",
"Linux",
"Mac"
]
},
{
"Name": "OpenCVLensDistortion",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"PlatformAllowList": [
"Win64",
"Linux",
"Mac"
]
}
]
}