MCPcopy Create free account
hub / github.com/botbotrobotics/BotBrain / CameraConfig

Interface CameraConfig

frontend/src/utils/waypointProjection.ts:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13export interface CameraConfig {
14 horizontalFov: number; // Radians
15 isFrontFacing: boolean; // true for front/thermal, false for back
16}
17
18export const DEFAULT_CAMERA_CONFIGS: Record<CameraType, CameraConfig> = {
19 camera: { horizontalFov: Math.PI * 70 / 180, isFrontFacing: true },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected