MCPcopy Create free account
hub / github.com/ColmapView/Colmapview.github.io / buildWasmCamera

Function buildWasmCamera

src/parsers/wasmParser.test.ts:105–113  ·  view source on GitHub ↗
(modelId: number)

Source from the content-addressed store, hash-verified

103});
104
105function buildWasmCamera(modelId: number): CameraInfo {
106 return {
107 cameraId: 1,
108 modelId,
109 width: 640,
110 height: 480,
111 params: [1, 2, 3, 4],
112 };
113}
114
115interface WasmParserWrapperOptions {
116 frameSensorType?: number;

Callers 1

wasmParser.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected