diff --git a/photon-client/src/stores/StateStore.ts b/photon-client/src/stores/StateStore.ts index f9650a932b..d3a8edb0a0 100644 --- a/photon-client/src/stores/StateStore.ts +++ b/photon-client/src/stores/StateStore.ts @@ -89,7 +89,7 @@ export const useStateStore = defineStore("state", { calibrationData: { imageCount: 0, videoFormatIndex: 0, - minimumImageCount: 12, + minimumImageCount: 100, hasEnoughImages: false },