feat(perception): qualify 1x realtime replay envelope

This commit is contained in:
DCCONSTRUCTIONS
2026-07-23 19:01:12 +03:00
parent ae2ce055c8
commit f1f8e21b78
13 changed files with 1425 additions and 141 deletions
@@ -6,6 +6,7 @@ param(
[string]$PersistentContainer = "mission-core-perception-worker",
[string]$PersistentOutputRoot = "D:\NDC_MISSIONCORE\runtime\derived\.perception-persistent-publish",
[ValidateRange(1024, 65535)] [int]$PersistentPort = 18020,
[ValidateRange(5, 3600)] [int]$MaximumDurationSeconds = 20,
[ValidateRange(1, 1000)] [int]$FreeGiBFloor = 360
)
@@ -48,6 +49,7 @@ $request = @{
request_id = $RequestId
output_name = $outputName
token = $token
max_duration_seconds = $MaximumDurationSeconds
} | ConvertTo-Json -Compress
$token = $null
$client = (