We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7988113 commit 583efd3Copy full SHA for 583efd3
ZEDCamera/Assets/SDK/NativeInterface/ZEDCamera.cs
@@ -1474,6 +1474,8 @@ public static AI_MODELS ToAIModel(sl.DEPTH_MODE depth_mode)
1474
return AI_MODELS.NEURAL_PLUS_DEPTH;
1475
case DEPTH_MODE.NEURAL:
1476
return AI_MODELS.NEURAL_DEPTH;
1477
+ case DEPTH_MODE.NEURAL_LIGHT:
1478
+ return AI_MODELS.NEURAL_LIGHT_DEPTH;
1479
default:
1480
return AI_MODELS.LAST;
1481
}
0 commit comments