MCPcopy Index your code
hub / github.com/ColmapView/Colmapview.github.io / getAllCameras

Method getAllCameras

src/wasm/types.ts:184–184  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

182 getCameraInfo(cameraId: number): CameraInfo | null;
183 getImageInfo(imageId: number): ImageInfo | null;
184 getAllCameras(): Record<string, CameraInfo>;
185 getAllImageInfos(): ImageInfo[];
186
187 // Rig/frame data

Callers 3

getAllCamerasMethod · 0.65
parseWithWasmFunction · 0.65
buildWasmCameraImageMapsFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected