ES /docs

CPCapture video key mismatch — preprocessing vs decoding results

Service
cupixworks-capture-postprocessor-agent
Occurrences
905
Status
Reported
Confidence
85%
Actionability
36%
Cluster ID
fd2a4816-b117-424d-8271-94b80b71af0e
First Seen
2026-04-11 21:24 UTC
Last Seen
2026-08-04 02:45 UTC
Actions

CPCapture video key mismatch — preprocessing vs decoding results

RCA Summary#

Preprocessor 단계에서 생성한 results.json의 video key(g27UrlX5i9, p1ZT3sNghA)와 SKAT 디코딩 단계에서 생성한 decoding_results.json의 video key(rx7onuC_Y, xr6qNT0FbG)가 일치하지 않아, CPCapture::updateVideosfromMeta에서 디코딩된 2,409개의 pano를 기존 CPVideo 객체에 매칭하지 못했다. 결과적으로 cpCapture.cpPanos가 비어 있는 상태에서 FinalizationService::start가 호출되어 panoCount === 0 && videoFrameCount === 0 조건에 의해 즉시 에러가 발생했다. 이 capture의 reconstruction 품질도 좋지 않았으며(alignment drift, outlier ratio 0.49), 최종 error code는 AGT1203으로 기록되었다.