MCPcopy Create free account
hub / github.com/ecto/muni / getCameraCalibration

Function getCameraCalibration

depot/console/src/lib/videoFrameStore.ts:175–179  ·  view source on GitHub ↗
(
  cameraId: number,
)

Source from the content-addressed store, hash-verified

173
174/** Get calibration for a camera. */
175export function getCameraCalibration(
176 cameraId: number,
177): CameraCalibration | undefined {
178 return calibrations.get(cameraId);
179}
180
181/** Clear all calibrations (on disconnect). */
182export function clearCalibrations(): void {

Callers 1

CameraProjectionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected