Skip to content

Commit 583efd3

Browse files
committed
fix neural light optim check
1 parent 7988113 commit 583efd3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ZEDCamera/Assets/SDK/NativeInterface/ZEDCamera.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1474,6 +1474,8 @@ public static AI_MODELS ToAIModel(sl.DEPTH_MODE depth_mode)
14741474
return AI_MODELS.NEURAL_PLUS_DEPTH;
14751475
case DEPTH_MODE.NEURAL:
14761476
return AI_MODELS.NEURAL_DEPTH;
1477+
case DEPTH_MODE.NEURAL_LIGHT:
1478+
return AI_MODELS.NEURAL_LIGHT_DEPTH;
14771479
default:
14781480
return AI_MODELS.LAST;
14791481
}

0 commit comments

Comments
 (0)