Closed pavlosharhan2 closed 7 months ago
Thank you ! this one worked
val setSettingCmd = ubyteArrayOf(0x04U, // total number of bytes in the query 0x3EU, // command id ( load preset) 0x02U, // preset id value size (4 bytes) 0x03U, 0xE8U) // 1000 as uint16 sent to 0074 characteristic
When recording videos, sometimes user occasionally presses the side button on the camera and it switches the mode to Photo or Timelapse.
I've been using /gp/gpControl/settings/144/12 command for a long time, but now I've focused my software on bluetooth API. Is there any alternative to this legacy wifi command in Bluetooth API?
Tried to send this: 0x03U, 0x90U, 0x01U, 0x0CU to 0074(Settings) characteristic, but It doesn't work.
From the doc , I see only the ways to load specific presets, but I need It to do the same thing like when we press the side button
Thank you in ad