MCPcopy
hub / github.com/cpaczek/skylight / jog

Method jog

tracker/src/loop.ts:250–254  ·  view source on GitHub ↗
(pan: number, tilt: number, zoom: number)

Source from the content-addressed store, hash-verified

248 }
249
250 jog(pan: number, tilt: number, zoom: number): void {
251 if (this.mode === "auto") this.setMode("manual");
252 this.driver().jog(pan, tilt, zoom);
253 this.recorder.write("jog", { pan, tilt, zoom });
254 }
255
256 stopJog(): void {
257 this.driver().stopMotion();

Callers

nothing calls this directly

Calls 3

setModeMethod · 0.95
writeMethod · 0.80
jogMethod · 0.65

Tested by

no test coverage detected