Insta360Develop / Insta360_OSC

36 stars 4 forks source link

Insta One X2 does not support captureStatus option #11

Open scana opened 3 years ago

scana commented 3 years ago

Tested on both 1.0.9 and 1.0.25 firmware.

captureStatusSupport reports correct values:

{
  "name": "camera.getOptions",
  "parameters": {
    "optionNames": [
      "captureStatusSupport"
    ]
  }
}
{
  "name": "camera.getOptions",
  "state": "done",
  "results": {
    "options": {
      "captureStatusSupport": [
        "idle",
        "shooting"
      ]
    }
  }
}

But captureStatus does not return anything, no matter whether camera is currently recording or not:

{
  "name": "camera.getOptions",
  "parameters": {
    "optionNames": [
      "captureStatus"
    ]
  }
}
{
  "name": "camera.getOptions",
  "state": "done",
  "results": {
    "options": {}
  }
}
Tianweihaihaihai commented 1 year ago

yes this command is not supported, you can use state command to instead