Insta360Develop / Insta360_OSC

36 stars 4 forks source link

offDelay sleepDelay on setOptions not working. #31

Open AlexeyIS opened 1 year ago

AlexeyIS commented 1 year ago

Hi, The sleep and of delay options not working on Insta360 X3 not working. firmwareVersion: "v1.0.69"

When I send: { "name":"camera.setOptions", "parameters": { "options": { "offDelay": 300, "sleepDelay": 20 } } }

I get : { "name": "camera.setOptions", "state": "done" }

But actually settings are not updated on the camera, the same result when I send 65535 as a value. To get options { "name":"camera.getOptions", "parameters": { "optionNames": [ "offDelay", "sleepDelay", "offDelaySupport", "sleepDelaySupport" ] } }

Response: { "name": "camera.getOptions", "state": "done", "results": { "options": { "offDelay": 65535, "sleepDelay": 65535, "offDelaySupport": [ 300, 65535 ], "sleepDelaySupport": [ 20, 65535 ] } } }

But on the camera the value 65535 not working, camera still turns off.

AlexeyIS commented 1 year ago

Any thoughts?

alexandrehenrylebel commented 6 months ago

Same problem here. Neither sleepDelay or offDelay seems to be working. Tested on the OneRS.