diff --git a/src/TethrPTPUSB/TethrSigma.ts b/src/TethrPTPUSB/TethrSigma.ts index 95cc245..0db0acd 100644 --- a/src/TethrPTPUSB/TethrSigma.ts +++ b/src/TethrPTPUSB/TethrSigma.ts @@ -269,11 +269,11 @@ export class TethrSigma extends TethrPTPUSB { } async getAutoFocusFrameCenterDesc(): Promise> { - if (!(await this.get('canRunAutoFocus'))) { + if (!(await this.getCanRunAutoFocus())) { return {writable: false, value: null} } - await this.#enableSpotAutoFocus() + // await this.#enableSpotAutoFocus() // Then, get the current position const {distanceMeasurementFramePosition} = await this.getCamStatus()