From 85c021c6a88f782909bf9053d2874ae10baf8788 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 21:13:12 +0000 Subject: [PATCH] Built Open GoPro docs from Internal Repo --- ble/_sources/features/presets.rst.txt | 15 + ble/_sources/protocol/protobuf.rst.txt | 15 +- ble/_static/searchtools.js | 7 +- ble/features/access_points.html | 11 +- ble/features/cohn.html | 11 +- ble/features/control.html | 11 +- ble/features/hilights.html | 11 +- ble/features/live_streaming.html | 11 +- ble/features/presets.html | 13 +- ble/features/query.html | 11 +- ble/features/settings.html | 521 +- ble/features/statuses.html | 721 +- ble/genindex.html | 11 +- ble/index.html | 11 +- ble/objects.inv | Bin 10547 -> 10759 bytes ble/operation-operation_index.html | 169 +- ble/protocol.html | 11 +- ble/protocol/ble_setup.html | 11 +- ble/protocol/data_protocol.html | 11 +- ble/protocol/id_tables.html | 235 +- ble/protocol/protobuf.html | 27 +- ble/protocol/state_management.html | 11 +- ble/search.html | 11 +- ble/searchindex.js | 2 +- contribution.html | 32 +- feed.xml | 2 +- http.html | 27833 ++++++++++++++--------- sitemap.xml | 22 +- tutorials/ble-protobuf.html | 38 +- tutorials/ble-queries.html | 124 +- tutorials/camera-media-list.html | 46 +- tutorials/cohn.html | 38 +- tutorials/connect-ble.html | 60 +- tutorials/connect-wifi.html | 92 +- tutorials/parse-ble-responses.html | 124 +- tutorials/send-ble-commands.html | 96 +- tutorials/send-wifi-commands.html | 96 +- 37 files changed, 18907 insertions(+), 11564 deletions(-) diff --git a/ble/_sources/features/presets.rst.txt b/ble/_sources/features/presets.rst.txt index 1db37f6a..ead104d7 100644 --- a/ble/_sources/features/presets.rst.txt +++ b/ble/_sources/features/presets.rst.txt @@ -47,6 +47,21 @@ The value of this status is set to a non-zero value when: Operations ---------- +.. operation:protobuf:: Create Custom Preset + :operation-id: GPCAMERA_CREATE_PRESET_V2 + + .. operation:protobuf-message:: request + :feature-id: 0xF1 + :action-id: 0x76 + :uuid: Command + :message: WSDK_RequestCreateCustomPreset + + .. operation:protobuf-message:: response + :feature-id: 0xF1 + :action-id: 0xF6 + :uuid: Command Response + :message: WSDK_ResponseCreateCustomPreset + .. operation:protobuf:: Get Available Presets :operation-id: OGP_PRESETS_GET :external: diff --git a/ble/_sources/protocol/protobuf.rst.txt b/ble/_sources/protocol/protobuf.rst.txt index 97276238..97df255e 100644 --- a/ble/_sources/protocol/protobuf.rst.txt +++ b/ble/_sources/protocol/protobuf.rst.txt @@ -2249,6 +2249,13 @@ Preset Group meta information and contained Presets - The icon to display for this preset group + * - mode_array + + - :ref:`proto-enumflatmode` + - 5 + + - A list of flatmodes available for this preset group + @@ -2535,7 +2542,7 @@ Returns a :ref:`proto-responsegeneric` with the status of the preset update requ - string - 2 - - | UTF-8 encoded custom preset name + - | UTF-8 encoded custom preset name to be used if `title_id` is set to 94 (PRESET_TITLE_USER_DEFINED_CUSTOM_NAME) | | The name must obey the following: | @@ -2896,7 +2903,8 @@ Response: :ref:`proto-responsegeneric` - | Resolution to use for live stream | - | The set of supported resolutions is only available from the `live_stream_window_size_supported_array` in :ref:`proto-notifylivestreamstatus`) + | The set of supported resolutions is only available from the `live_stream_window_size_supported_array` + | in :ref:`proto-notifylivestreamstatus`. * - cert - bytes @@ -2929,7 +2937,8 @@ Response: :ref:`proto-responsegeneric` - | Lens to use for live stream | - | The set of supported lenses is only available from the `live_stream_lens_supported_array` in :ref:`proto-notifylivestreamstatus`) + | The set of supported lenses is only available from the `live_stream_lens_supported_array` + | in :ref:`proto-notifylivestreamstatus`. diff --git a/ble/_static/searchtools.js b/ble/_static/searchtools.js index 92da3f8b..b08d58c9 100644 --- a/ble/_static/searchtools.js +++ b/ble/_static/searchtools.js @@ -178,7 +178,7 @@ const Search = { htmlToText: (htmlString, anchor) => { const htmlElement = new DOMParser().parseFromString(htmlString, 'text/html'); - for (const removalQuery of [".headerlinks", "script", "style"]) { + for (const removalQuery of [".headerlink", "script", "style"]) { htmlElement.querySelectorAll(removalQuery).forEach((el) => { el.remove() }); } if (anchor) { @@ -328,13 +328,14 @@ const Search = { for (const [title, foundTitles] of Object.entries(allTitles)) { if (title.toLowerCase().trim().includes(queryLower) && (queryLower.length >= title.length/2)) { for (const [file, id] of foundTitles) { - let score = Math.round(100 * queryLower.length / title.length) + const score = Math.round(Scorer.title * queryLower.length / title.length); + const boost = titles[file] === title ? 1 : 0; // add a boost for document titles normalResults.push([ docNames[file], titles[file] !== title ? `${titles[file]} > ${title}` : title, id !== null ? "#" + id : "", null, - score, + score + boost, filenames[file], ]); } diff --git a/ble/features/access_points.html b/ble/features/access_points.html index e0e61180..cc43335d 100644 --- a/ble/features/access_points.html +++ b/ble/features/access_points.html @@ -415,6 +415,9 @@ Setting IDs @@ -499,7 +502,7 @@
  • Liveview X (67)
  • GPS Lock (68)
  • AP Mode (69)
  • -
  • Internal Battery (70)
  • +
  • Internal Battery Percentage (70)
  • Microphone Accessory (74)
  • Zoom Level (75)
  • Wireless Band (76)
  • diff --git a/ble/features/cohn.html b/ble/features/cohn.html index f1678c1b..e609bc36 100644 --- a/ble/features/cohn.html +++ b/ble/features/cohn.html @@ -415,6 +415,9 @@ Setting IDs @@ -499,7 +502,7 @@
  • Liveview X (67)
  • GPS Lock (68)
  • AP Mode (69)
  • -
  • Internal Battery (70)
  • +
  • Internal Battery Percentage (70)
  • Microphone Accessory (74)
  • Zoom Level (75)
  • Wireless Band (76)
  • diff --git a/ble/features/control.html b/ble/features/control.html index 71c42f6e..d288afbe 100644 --- a/ble/features/control.html +++ b/ble/features/control.html @@ -415,6 +415,9 @@ Setting IDs @@ -499,7 +502,7 @@
  • Liveview X (67)
  • GPS Lock (68)
  • AP Mode (69)
  • -
  • Internal Battery (70)
  • +
  • Internal Battery Percentage (70)
  • Microphone Accessory (74)
  • Zoom Level (75)
  • Wireless Band (76)
  • diff --git a/ble/features/hilights.html b/ble/features/hilights.html index 136388c3..e36b598f 100644 --- a/ble/features/hilights.html +++ b/ble/features/hilights.html @@ -415,6 +415,9 @@ Setting IDs @@ -499,7 +502,7 @@
  • Liveview X (67)
  • GPS Lock (68)
  • AP Mode (69)
  • -
  • Internal Battery (70)
  • +
  • Internal Battery Percentage (70)
  • Microphone Accessory (74)
  • Zoom Level (75)
  • Wireless Band (76)
  • diff --git a/ble/features/live_streaming.html b/ble/features/live_streaming.html index 2529b2a0..75d0fcec 100644 --- a/ble/features/live_streaming.html +++ b/ble/features/live_streaming.html @@ -415,6 +415,9 @@ Setting IDs @@ -499,7 +502,7 @@
  • Liveview X (67)
  • GPS Lock (68)
  • AP Mode (69)
  • -
  • Internal Battery (70)
  • +
  • Internal Battery Percentage (70)
  • Microphone Accessory (74)
  • Zoom Level (75)
  • Wireless Band (76)
  • diff --git a/ble/features/presets.html b/ble/features/presets.html index 104ba433..a03cf145 100644 --- a/ble/features/presets.html +++ b/ble/features/presets.html @@ -415,6 +415,9 @@ Setting IDs @@ -499,7 +502,7 @@
  • Liveview X (67)
  • GPS Lock (68)
  • AP Mode (69)
  • -
  • Internal Battery (70)
  • +
  • Internal Battery Percentage (70)
  • Microphone Accessory (74)
  • Zoom Level (75)
  • Wireless Band (76)
  • @@ -619,7 +622,7 @@

    Presets 191 -Photo Mode +Photo Mode diff --git a/ble/features/query.html b/ble/features/query.html index 62c268b2..aabf5434 100644 --- a/ble/features/query.html +++ b/ble/features/query.html @@ -415,6 +415,9 @@ Setting IDs @@ -499,7 +502,7 @@
  • Liveview X (67)
  • GPS Lock (68)
  • AP Mode (69)
  • -
  • Internal Battery (70)
  • +
  • Internal Battery Percentage (70)
  • Microphone Accessory (74)
  • Zoom Level (75)
  • Wireless Band (76)
  • diff --git a/ble/features/settings.html b/ble/features/settings.html index 2b16273e..9366c1d6 100644 --- a/ble/features/settings.html +++ b/ble/features/settings.html @@ -415,6 +415,9 @@ Setting IDs @@ -499,7 +502,7 @@
  • Liveview X (67)
  • GPS Lock (68)
  • AP Mode (69)
  • -
  • Internal Battery (70)
  • +
  • Internal Battery Percentage (70)
  • Microphone Accessory (74)
  • Zoom Level (75)
  • Wireless Band (76)
  • @@ -852,6 +855,7 @@

    Setting IDs

    Frames Per Second (3)๏ƒ @@ -872,7 +876,7 @@

    Setting IDs 0 -240 +240.0 https://img.shields.io/badge/HERO12Black-f58231 https://img.shields.io/badge/HERO11BlackMini-911eb4 @@ -883,7 +887,7 @@

    Setting IDs 1 -120 +120.0 https://img.shields.io/badge/HERO12Black-f58231 https://img.shields.io/badge/HERO11BlackMini-911eb4 @@ -894,7 +898,7 @@

    Setting IDs 2 -100 +100.0 https://img.shields.io/badge/HERO12Black-f58231 https://img.shields.io/badge/HERO11BlackMini-911eb4 @@ -905,7 +909,7 @@

    Setting IDs 5 -60 +60.0 https://img.shields.io/badge/HERO12Black-f58231 https://img.shields.io/badge/HERO11BlackMini-911eb4 @@ -916,7 +920,7 @@

    Setting IDs 6 -50 +50.0 https://img.shields.io/badge/HERO12Black-f58231 https://img.shields.io/badge/HERO11BlackMini-911eb4 @@ -927,7 +931,7 @@

    Setting IDs 8 -30 +30.0 https://img.shields.io/badge/HERO12Black-f58231 https://img.shields.io/badge/HERO11BlackMini-911eb4 @@ -938,7 +942,7 @@

    Setting IDs 9 -25 +25.0 https://img.shields.io/badge/HERO12Black-f58231 https://img.shields.io/badge/HERO11BlackMini-911eb4 @@ -949,7 +953,7 @@

    Setting IDs 10 -24 +24.0 https://img.shields.io/badge/HERO12Black-f58231 https://img.shields.io/badge/HERO11BlackMini-911eb4 @@ -960,7 +964,444 @@

    Setting IDs 13 -200 +200.0 + +https://img.shields.io/badge/HERO12Black-f58231 +https://img.shields.io/badge/HERO11BlackMini-911eb4 +https://img.shields.io/badge/HERO11Black-f032e6 +https://img.shields.io/badge/HERO10Black-bcf60c +https://img.shields.io/badge/HERO9Black-fabebe + + + + +

    This is a integer value formatted as int8ub.

    + +
    +

    Video Timelapse Rate (5)๏ƒ +

    +https://img.shields.io/badge/HERO12Black-f58231 +https://img.shields.io/badge/HERO11BlackMini-911eb4 +https://img.shields.io/badge/HERO11Black-f032e6 +https://img.shields.io/badge/HERO10Black-bcf60c +https://img.shields.io/badge/HERO9Black-fabebe + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    IDOption NameSupported Cameras
    00.5 Seconds +https://img.shields.io/badge/HERO12Black-f58231 +https://img.shields.io/badge/HERO11BlackMini-911eb4 +https://img.shields.io/badge/HERO11Black-f032e6 +https://img.shields.io/badge/HERO10Black-bcf60c +https://img.shields.io/badge/HERO9Black-fabebe +
    11 Second +https://img.shields.io/badge/HERO12Black-f58231 +https://img.shields.io/badge/HERO11BlackMini-911eb4 +https://img.shields.io/badge/HERO11Black-f032e6 +https://img.shields.io/badge/HERO10Black-bcf60c +https://img.shields.io/badge/HERO9Black-fabebe +
    22 Seconds +https://img.shields.io/badge/HERO12Black-f58231 +https://img.shields.io/badge/HERO11BlackMini-911eb4 +https://img.shields.io/badge/HERO11Black-f032e6 +https://img.shields.io/badge/HERO10Black-bcf60c +https://img.shields.io/badge/HERO9Black-fabebe +
    35 Seconds +https://img.shields.io/badge/HERO12Black-f58231 +https://img.shields.io/badge/HERO11BlackMini-911eb4 +https://img.shields.io/badge/HERO11Black-f032e6 +https://img.shields.io/badge/HERO10Black-bcf60c +https://img.shields.io/badge/HERO9Black-fabebe +
    410 Seconds +https://img.shields.io/badge/HERO12Black-f58231 +https://img.shields.io/badge/HERO11BlackMini-911eb4 +https://img.shields.io/badge/HERO11Black-f032e6 +https://img.shields.io/badge/HERO10Black-bcf60c +https://img.shields.io/badge/HERO9Black-fabebe +
    530 Seconds +https://img.shields.io/badge/HERO12Black-f58231 +https://img.shields.io/badge/HERO11BlackMini-911eb4 +https://img.shields.io/badge/HERO11Black-f032e6 +https://img.shields.io/badge/HERO10Black-bcf60c +https://img.shields.io/badge/HERO9Black-fabebe +
    660 Seconds +https://img.shields.io/badge/HERO12Black-f58231 +https://img.shields.io/badge/HERO11BlackMini-911eb4 +https://img.shields.io/badge/HERO11Black-f032e6 +https://img.shields.io/badge/HERO10Black-bcf60c +https://img.shields.io/badge/HERO9Black-fabebe +
    72 Minutes +https://img.shields.io/badge/HERO12Black-f58231 +https://img.shields.io/badge/HERO11BlackMini-911eb4 +https://img.shields.io/badge/HERO11Black-f032e6 +https://img.shields.io/badge/HERO10Black-bcf60c +https://img.shields.io/badge/HERO9Black-fabebe +
    85 Minutes +https://img.shields.io/badge/HERO12Black-f58231 +https://img.shields.io/badge/HERO11BlackMini-911eb4 +https://img.shields.io/badge/HERO11Black-f032e6 +https://img.shields.io/badge/HERO10Black-bcf60c +https://img.shields.io/badge/HERO9Black-fabebe +
    930 Minutes +https://img.shields.io/badge/HERO12Black-f58231 +https://img.shields.io/badge/HERO11BlackMini-911eb4 +https://img.shields.io/badge/HERO11Black-f032e6 +https://img.shields.io/badge/HERO10Black-bcf60c +https://img.shields.io/badge/HERO9Black-fabebe +
    1060 Minutes +https://img.shields.io/badge/HERO12Black-f58231 +https://img.shields.io/badge/HERO11BlackMini-911eb4 +https://img.shields.io/badge/HERO11Black-f032e6 +https://img.shields.io/badge/HERO10Black-bcf60c +https://img.shields.io/badge/HERO9Black-fabebe +
    113 Secondshttps://img.shields.io/badge/HERO12Black-f58231
    +

    This is a integer value formatted as int8ub.

    +

    How frequently to take a video when performing a Video Timelapse

    +
    +
    +

    Photo Timelapse Rate (30)๏ƒ +

    +https://img.shields.io/badge/HERO12Black-f58231 +https://img.shields.io/badge/HERO11Black-f032e6 +https://img.shields.io/badge/HERO10Black-bcf60c +https://img.shields.io/badge/HERO9Black-fabebe + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    IDOption NameSupported Cameras
    113 Secondshttps://img.shields.io/badge/HERO12Black-f58231
    10060 Minutes +https://img.shields.io/badge/HERO12Black-f58231 +https://img.shields.io/badge/HERO11Black-f032e6 +https://img.shields.io/badge/HERO10Black-bcf60c +https://img.shields.io/badge/HERO9Black-fabebe +
    10130 Minutes +https://img.shields.io/badge/HERO12Black-f58231 +https://img.shields.io/badge/HERO11Black-f032e6 +https://img.shields.io/badge/HERO10Black-bcf60c +https://img.shields.io/badge/HERO9Black-fabebe +
    1025 Minutes +https://img.shields.io/badge/HERO12Black-f58231 +https://img.shields.io/badge/HERO11Black-f032e6 +https://img.shields.io/badge/HERO10Black-bcf60c +https://img.shields.io/badge/HERO9Black-fabebe +
    1032 Minutes +https://img.shields.io/badge/HERO12Black-f58231 +https://img.shields.io/badge/HERO11Black-f032e6 +https://img.shields.io/badge/HERO10Black-bcf60c +https://img.shields.io/badge/HERO9Black-fabebe +
    10460 Seconds +https://img.shields.io/badge/HERO12Black-f58231 +https://img.shields.io/badge/HERO11Black-f032e6 +https://img.shields.io/badge/HERO10Black-bcf60c +https://img.shields.io/badge/HERO9Black-fabebe +
    10530 Seconds +https://img.shields.io/badge/HERO12Black-f58231 +https://img.shields.io/badge/HERO11Black-f032e6 +https://img.shields.io/badge/HERO10Black-bcf60c +https://img.shields.io/badge/HERO9Black-fabebe +
    10610 Seconds +https://img.shields.io/badge/HERO12Black-f58231 +https://img.shields.io/badge/HERO11Black-f032e6 +https://img.shields.io/badge/HERO10Black-bcf60c +https://img.shields.io/badge/HERO9Black-fabebe +
    1075 Seconds +https://img.shields.io/badge/HERO12Black-f58231 +https://img.shields.io/badge/HERO11Black-f032e6 +https://img.shields.io/badge/HERO10Black-bcf60c +https://img.shields.io/badge/HERO9Black-fabebe +
    1082 Seconds +https://img.shields.io/badge/HERO12Black-f58231 +https://img.shields.io/badge/HERO11Black-f032e6 +https://img.shields.io/badge/HERO10Black-bcf60c +https://img.shields.io/badge/HERO9Black-fabebe +
    1091 Second +https://img.shields.io/badge/HERO12Black-f58231 +https://img.shields.io/badge/HERO11Black-f032e6 +https://img.shields.io/badge/HERO10Black-bcf60c +https://img.shields.io/badge/HERO9Black-fabebe +
    1100.5 Seconds +https://img.shields.io/badge/HERO12Black-f58231 +https://img.shields.io/badge/HERO11Black-f032e6 +https://img.shields.io/badge/HERO10Black-bcf60c +https://img.shields.io/badge/HERO9Black-fabebe +
    +

    This is a integer value formatted as int64ub.

    +

    How frequently to take a photo when performing a Photo Timelapse.

    +
    +
    +

    Nightlapse Rate (32)๏ƒ +

    +https://img.shields.io/badge/HERO12Black-f58231 +https://img.shields.io/badge/HERO11BlackMini-911eb4 +https://img.shields.io/badge/HERO11Black-f032e6 +https://img.shields.io/badge/HERO10Black-bcf60c +https://img.shields.io/badge/HERO9Black-fabebe + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - +
    IDOption NameSupported Cameras
    44 Seconds +https://img.shields.io/badge/HERO12Black-f58231 +https://img.shields.io/badge/HERO11BlackMini-911eb4 +https://img.shields.io/badge/HERO11Black-f032e6 +https://img.shields.io/badge/HERO10Black-bcf60c +https://img.shields.io/badge/HERO9Black-fabebe +
    55 Seconds +https://img.shields.io/badge/HERO12Black-f58231 +https://img.shields.io/badge/HERO11BlackMini-911eb4 +https://img.shields.io/badge/HERO11Black-f032e6 +https://img.shields.io/badge/HERO10Black-bcf60c +https://img.shields.io/badge/HERO9Black-fabebe +
    1010 Seconds +https://img.shields.io/badge/HERO12Black-f58231 +https://img.shields.io/badge/HERO11BlackMini-911eb4 +https://img.shields.io/badge/HERO11Black-f032e6 +https://img.shields.io/badge/HERO10Black-bcf60c +https://img.shields.io/badge/HERO9Black-fabebe +
    1515 Seconds +https://img.shields.io/badge/HERO12Black-f58231 +https://img.shields.io/badge/HERO11BlackMini-911eb4 +https://img.shields.io/badge/HERO11Black-f032e6 +https://img.shields.io/badge/HERO10Black-bcf60c +https://img.shields.io/badge/HERO9Black-fabebe +
    2020 Seconds +https://img.shields.io/badge/HERO12Black-f58231 +https://img.shields.io/badge/HERO11BlackMini-911eb4 +https://img.shields.io/badge/HERO11Black-f032e6 +https://img.shields.io/badge/HERO10Black-bcf60c +https://img.shields.io/badge/HERO9Black-fabebe +
    3030 Seconds +https://img.shields.io/badge/HERO12Black-f58231 +https://img.shields.io/badge/HERO11BlackMini-911eb4 +https://img.shields.io/badge/HERO11Black-f032e6 +https://img.shields.io/badge/HERO10Black-bcf60c +https://img.shields.io/badge/HERO9Black-fabebe +
    10060 Seconds +https://img.shields.io/badge/HERO12Black-f58231 +https://img.shields.io/badge/HERO11BlackMini-911eb4 +https://img.shields.io/badge/HERO11Black-f032e6 +https://img.shields.io/badge/HERO10Black-bcf60c +https://img.shields.io/badge/HERO9Black-fabebe +
    1202 Minutes +https://img.shields.io/badge/HERO12Black-f58231 +https://img.shields.io/badge/HERO11BlackMini-911eb4 +https://img.shields.io/badge/HERO11Black-f032e6 +https://img.shields.io/badge/HERO10Black-bcf60c +https://img.shields.io/badge/HERO9Black-fabebe +
    3005 Minutes +https://img.shields.io/badge/HERO12Black-f58231 +https://img.shields.io/badge/HERO11BlackMini-911eb4 +https://img.shields.io/badge/HERO11Black-f032e6 +https://img.shields.io/badge/HERO10Black-bcf60c +https://img.shields.io/badge/HERO9Black-fabebe +
    180030 Minutes +https://img.shields.io/badge/HERO12Black-f58231 +https://img.shields.io/badge/HERO11BlackMini-911eb4 +https://img.shields.io/badge/HERO11Black-f032e6 +https://img.shields.io/badge/HERO10Black-bcf60c +https://img.shields.io/badge/HERO9Black-fabebe +
    360060 Minutes +https://img.shields.io/badge/HERO12Black-f58231 +https://img.shields.io/badge/HERO11BlackMini-911eb4 +https://img.shields.io/badge/HERO11Black-f032e6 +https://img.shields.io/badge/HERO10Black-bcf60c +https://img.shields.io/badge/HERO9Black-fabebe +
    3601Auto https://img.shields.io/badge/HERO12Black-f58231 https://img.shields.io/badge/HERO11BlackMini-911eb4 @@ -971,6 +1412,10 @@

    Setting IDs

    Webcam Digital Lenses (43)๏ƒ @@ -1035,6 +1480,7 @@

    Setting IDs

    Auto Power Down (59)๏ƒ @@ -1116,6 +1562,7 @@

    Setting IDs

    GPS (83)๏ƒ @@ -1152,6 +1599,7 @@

    Setting IDs

    Video Aspect Ratio (108)๏ƒ @@ -1188,6 +1636,7 @@

    Setting IDs

    Video Lens (121)๏ƒ @@ -1294,6 +1743,7 @@

    Setting IDs

    Photo Lens (122)๏ƒ @@ -1351,6 +1801,7 @@

    Setting IDs

    Time Lapse Digital Lenses (123)๏ƒ @@ -1403,6 +1854,7 @@

    Setting IDs

    Photo Output (125)๏ƒ @@ -1462,6 +1914,7 @@

    Setting IDs

    Media Format (128)๏ƒ @@ -1521,9 +1974,10 @@

    Setting IDs -

    Setup Anti-Flicker (134)๏ƒ +
    +

    Anti-Flicker (134)๏ƒ

    https://img.shields.io/badge/HERO12Black-f58231 https://img.shields.io/badge/HERO11BlackMini-911eb4 @@ -1563,6 +2017,7 @@

    Setting IDs

    Hypersmooth (135)๏ƒ @@ -1636,6 +2091,7 @@

    Setting IDs

    Video Horizon Leveling (150)๏ƒ @@ -1662,6 +2118,7 @@

    Setting IDs

    Photo Horizon Leveling (151)๏ƒ @@ -1688,6 +2145,7 @@

    Setting IDs

    Max Lens (162)๏ƒ @@ -1724,6 +2182,7 @@

    Setting IDs

    HindSight (167)๏ƒ @@ -1773,6 +2232,7 @@

    Setting IDs

    Photo Single Interval (171)๏ƒ @@ -1839,6 +2299,7 @@

    Setting IDs

    Photo Interval Duration (172)๏ƒ @@ -1905,6 +2366,7 @@

    Setting IDs

    Video Performance Mode (173)๏ƒ @@ -1936,6 +2398,7 @@

    Setting IDs

    Controls (175)๏ƒ @@ -1969,6 +2432,7 @@

    Setting IDs

    Easy Mode Speed (176)๏ƒ @@ -2316,6 +2780,7 @@

    Setting IDs

    Enable Night Photo (177)๏ƒ @@ -2342,6 +2807,7 @@

    Setting IDs

    Wireless Band (178)๏ƒ @@ -2378,9 +2844,10 @@

    Setting IDs -

    Trail Length (179)๏ƒ +
    +

    Star Trails Length (179)๏ƒ

    https://img.shields.io/badge/HERO12Black-f58231 https://img.shields.io/badge/HERO11BlackMini-911eb4 @@ -2423,6 +2890,7 @@

    Setting IDs

    System Video Mode (180)๏ƒ @@ -2444,16 +2912,17 @@

    Setting IDs

    101Extended Battery (Green Icon)Extended Battery https://img.shields.io/badge/HERO11Black-f032e6
    102Longest Battery (Green Icon)Longest Battery https://img.shields.io/badge/HERO11Black-f032e6
    +

    This is a integer value formatted as int8ub.

    Video Bit Rate (182)๏ƒ @@ -2480,6 +2949,7 @@

    Setting IDs

    Bit Depth (183)๏ƒ @@ -2506,6 +2976,7 @@

    Setting IDs

    Profiles (184)๏ƒ @@ -2537,6 +3008,7 @@

    Setting IDs

    Video Easy Mode (186)๏ƒ @@ -2568,6 +3040,7 @@

    Setting IDs

    Lapse Mode (187)๏ƒ @@ -2624,6 +3097,7 @@

    Setting IDs

    Max Lens Mod (189)๏ƒ @@ -2655,6 +3129,7 @@

    Setting IDs

    Max Lens Mod Enable (190)๏ƒ @@ -2681,9 +3156,10 @@

    Setting IDs -

    Photo Mode (191)๏ƒ +
    +

    Easy Night Photo (191)๏ƒ

    https://img.shields.io/badge/HERO12Black-f58231 @@ -2707,6 +3183,7 @@

    Setting IDs

    Multi Shot Aspect Ratio (192)๏ƒ @@ -2738,6 +3215,7 @@

    Setting IDs

    Framing (193)๏ƒ @@ -2769,6 +3247,7 @@

    Setting IDsSetting IDs @@ -498,7 +501,7 @@
  • Liveview X (67)
  • GPS Lock (68)
  • AP Mode (69)
  • -
  • Internal Battery (70)
  • +
  • Internal Battery Percentage (70)
  • Microphone Accessory (74)
  • Zoom Level (75)
  • Wireless Band (76)
  • @@ -582,7 +585,6 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    Is the systemโ€™s internal battery present?

    @@ -601,6 +603,7 @@

    Status IDs

    Internal Battery Bars (2)๏ƒ @@ -610,6 +613,36 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    IDOption Name
    0Zero
    1One
    2Two
    3Three
    4Charging

    Rough approximation of internal battery level in bars (or charging)

    @@ -620,7 +653,6 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    Is the system currently overheating?

    @@ -639,6 +671,7 @@

    Status IDs

    Busy (8)๏ƒ @@ -648,7 +681,6 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    Is the camera busy?

    @@ -667,6 +699,7 @@

    Status IDs

    Quick Capture (9)๏ƒ @@ -676,7 +709,6 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    Is Quick Capture feature enabled?

    @@ -695,6 +727,7 @@

    Status IDs

    Encoding (10)๏ƒ @@ -704,7 +737,6 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    Is the system currently encoding?

    @@ -723,6 +755,7 @@

    Status IDs

    LCD Lock (11)๏ƒ @@ -732,7 +765,6 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    Is LCD lock active?

    @@ -751,6 +783,7 @@

    Status IDs

    Video Encoding Duration (13)๏ƒ @@ -760,7 +793,9 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    When encoding video, this is the duration (seconds) of the video so far; 0 otherwise

    +

    This is a integer value formatted as int32ub.

    +

    When encoding video, this is the duration (seconds) of the video so far; +0 otherwise

    Wireless Connections Enabled (17)๏ƒ @@ -770,7 +805,6 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    Are Wireless Connections enabled?

    @@ -789,6 +823,7 @@

    Status IDs

    Pairing State (19)๏ƒ @@ -798,6 +833,36 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    IDOption Name
    0Never Started
    1Started
    2Aborted
    3Cancelled
    4Completed

    Last Pairing Type (20)๏ƒ @@ -807,6 +872,32 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe + + + + + + + + + + + + + + + + + + + + + + + + + +
    IDOption Name
    0Not Pairing
    1Pairing App
    2Pairing Remote Control
    3Pairing Bluetooth Device

    The last type of pairing in which the camera was engaged

    @@ -816,7 +907,9 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    Time since boot (milliseconds) of last successful pairing complete action

    +

    This is a integer value formatted as int32ub.

    +

    Time since boot (milliseconds) of last successful pairing complete +action

    Wifi Scan State (22)๏ƒ @@ -826,6 +919,36 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    IDOption Name
    0Never started
    1Started
    2Aborted
    3Canceled
    4Completed

    State of current scan for WiFi Access Points

    @@ -836,6 +959,7 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe +

    This is a integer value formatted as int8ub.

    Time since boot (milliseconds) that the WiFi Access Point scan completed

    @@ -846,6 +970,36 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    IDOption Name
    0Never started
    1Started
    2Aborted
    3Canceled
    4Completed

    WiFi AP provisioning state

    @@ -855,6 +1009,7 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe +

    This is a integer value formatted as int8ub.

    Wireless remote control version

    @@ -865,7 +1020,6 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    Is a wireless remote control connected?

    @@ -884,6 +1038,7 @@

    Status IDs

    Pairing State (Legacy) (28)๏ƒ @@ -892,7 +1047,9 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    Wireless Pairing State. Each bit contains state information (see WirelessPairingStateFlags)

    +

    This is a integer value formatted as unspecified.

    +

    Wireless Pairing State. Each bit contains state information (see +WirelessPairingStateFlags)

    AP SSID (29)๏ƒ @@ -902,8 +1059,9 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    SSID of the AP the camera is currently connected to. On BLE connection, value is big-endian byte-encoded int32

    This is a string value.

    +

    SSID of the AP the camera is currently connected to. On BLE connection, +value is big-endian byte-encoded int32

    WiFi SSID (30)๏ƒ @@ -913,8 +1071,9 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    The cameraโ€™s WiFi SSID. On BLE connection, value is big-endian byte-encoded int32

    This is a string value.

    +

    The cameraโ€™s WiFi SSID. On BLE connection, value is big-endian +byte-encoded int32

    Connected Devices (31)๏ƒ @@ -924,6 +1083,7 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe +

    This is a integer value formatted as int8ub.

    The number of wireless devices connected to the camera

    @@ -934,7 +1094,6 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    Is Preview Stream enabled?

    @@ -953,6 +1112,7 @@

    Status IDs

    Primary Storage (33)๏ƒ @@ -962,6 +1122,44 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    IDOption Name
    -1Unknown
    0OK
    1SD Card Full
    2SD Card Removed
    3SD Card Format Error
    4SD Card Busy
    8SD Card Swapped

    Remaining Photos (34)๏ƒ @@ -970,7 +1168,16 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    How many photos can be taken with current settings before sdcard is full

    +

    This is a integer value formatted as int32ub.

    +

    How many photos can be taken with current settings before sdcard is +full.

    +

    Alternatively, this is:

    +
      +
    • the remaining timelapse capability if Setting 128 is set to Timelapse +Photo

    • +
    • the remaining nightlapse capability if Setting 128 is set to +Nightlapse Photo

    • +

    Remaining Video Time (35)๏ƒ @@ -980,7 +1187,16 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    How many seconds of video can be captured with current settings before sdcard is full

    +

    This is a integer value formatted as int32ub.

    +

    How many seconds of video can be captured with current settings before +sdcard is full

    +

    Alternatively, this is:

    +
      +
    • the remaining timelapse capability if Setting 128 is set to Timelapse +Video

    • +
    • the remaining nightlapse capability if Setting 128 is set to +Nightlapse Video

    • +

    Photos (38)๏ƒ @@ -990,6 +1206,7 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe +

    This is a integer value formatted as int32ub.

    Total number of photos on sdcard

    @@ -1000,6 +1217,7 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe +

    This is a integer value formatted as int32ub.

    Total number of videos on sdcard

    @@ -1010,6 +1228,60 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    IDOption Name
    0Idle
    1Downloading
    2Verifying
    3Download Failed
    4Verify Failed
    5Ready
    6GoPro App Downloading
    7GoPro App Verifying
    8GoPro App Download Failed
    9GoPro App Verify Failed
    10GoPro App Ready

    The current status of Over The Air (OTA) update

    @@ -1020,7 +1292,6 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    Is there a pending request to cancel a firmware update download?

    @@ -1039,6 +1310,7 @@

    Status IDs

    Locate (45)๏ƒ @@ -1048,7 +1320,6 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    Is locate camera feature active?

    @@ -1067,6 +1338,7 @@

    Status IDs

    Timelapse Interval Countdown (49)๏ƒ @@ -1076,7 +1348,8 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    The current timelapse interval countdown value (e.g. 5โ€ฆ4โ€ฆ3โ€ฆ2โ€ฆ1โ€ฆ)

    +

    This is a integer value formatted as int32ub.

    +

    The current timelapse interval countdown value (e.g.ย 5โ€ฆ4โ€ฆ3โ€ฆ2โ€ฆ1โ€ฆ)

    SD Card Remaining (54)๏ƒ @@ -1086,6 +1359,7 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe +

    This is a integer value formatted as int64ub.

    Remaining space on the sdcard in Kilobytes

    @@ -1096,7 +1370,6 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    Is preview stream supported in current recording/mode/secondary-stream?

    @@ -1115,6 +1388,7 @@

    Status IDs

    Wifi Bars (56)๏ƒ @@ -1124,6 +1398,7 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe +

    This is a integer value formatted as int8ub.

    WiFi signal strength in bars

    @@ -1134,7 +1409,9 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    The number of hilights in currently-encoding video (value is set to 0 when encoding stops)

    +

    This is a integer value formatted as int8ub.

    +

    The number of hilights in currently-encoding video (value is set to 0 +when encoding stops)

    Time Since Last Hilight (59)๏ƒ @@ -1144,7 +1421,9 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    Time since boot (milliseconds) of most recent hilight in encoding video (set to 0 when encoding stops)

    +

    This is a integer value formatted as int32ub.

    +

    Time since boot (milliseconds) of most recent hilight in encoding video +(set to 0 when encoding stops)

    Minimum Status Poll Period (60)๏ƒ @@ -1154,8 +1433,9 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    The minimum time between camera status updates (milliseconds). Best practice is to not poll for status more -often than this

    +

    This is a integer value formatted as int32ub.

    +

    The minimum time between camera status updates (milliseconds). Best +practice is to not poll for status more often than this

    Liveview Exposure Select Mode (65)๏ƒ @@ -1164,6 +1444,32 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe +

    + + + + + + + + + + + + + + + + + + + + + + + + +
    IDOption Name
    0Disabled
    1Auto
    2ISO Lock
    3Hemisphere

    Liveview Y (66)๏ƒ @@ -1172,8 +1478,8 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe +

    This is a integer value formatted as int8ub.

    Liveview Exposure Select: y-coordinate (percent)

    -

    This is a percent value from 0-100.

    Liveview X (67)๏ƒ @@ -1182,8 +1488,8 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe +

    This is a integer value formatted as int8ub.

    Liveview Exposure Select: y-coordinate (percent)

    -

    This is a percent value from 0-100.

    GPS Lock (68)๏ƒ @@ -1193,7 +1499,6 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    Does the camera currently have a GPS lock?

    @@ -1212,6 +1517,7 @@

    Status IDs

    AP Mode (69)๏ƒ @@ -1221,7 +1527,6 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    Is AP mode enabled?

    @@ -1240,17 +1545,18 @@

    Status IDs -

    Internal Battery (70)๏ƒ +
    +

    Internal Battery Percentage (70)๏ƒ

    https://img.shields.io/badge/HERO12Black-f58231 https://img.shields.io/badge/HERO11BlackMini-911eb4 https://img.shields.io/badge/HERO11Black-f032e6 https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    Internal battery level (percent)

    -

    This is a percent value from 0-100.

    +

    This is a integer value formatted as int8ub.

    +

    Internal battery level as percentage

    Microphone Accessory (74)๏ƒ @@ -1260,6 +1566,28 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe +

    + + + + + + + + + + + + + + + + + + + + +
    IDOption Name
    0Accessory not connected
    1Accessory connected
    2Accessory connected and a microphone is plugged into the accessory

    Zoom Level (75)๏ƒ @@ -1269,8 +1597,8 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    Digital Zoom level (percent)

    -

    This is a percent value from 0-100.

    +

    This is a integer value formatted as int8ub.

    +

    Digital Zoom level as percentage

    Wireless Band (76)๏ƒ @@ -1280,6 +1608,24 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe + + + + + + + + + + + + + + + + + +
    IDOption Name
    02.4 GHz
    15 GHz

    Zoom Available (77)๏ƒ @@ -1289,7 +1635,6 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    Is Digital Zoom feature available?

    @@ -1308,6 +1653,7 @@

    Status IDs

    Mobile Friendly (78)๏ƒ @@ -1317,7 +1663,6 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    Are current video settings mobile friendly? (related to video compression and frame rate)

    @@ -1336,13 +1681,14 @@

    Status IDs

    FTU (79)๏ƒ

    https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    Is the camera currently in First Time Use (FTU) UI flow?

    @@ -1361,6 +1707,7 @@

    Status IDs

    5GHZ Available (81)๏ƒ @@ -1370,7 +1717,6 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    Is 5GHz wireless band available?

    @@ -1389,6 +1735,7 @@

    Status IDs

    Ready (82)๏ƒ @@ -1398,7 +1745,6 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    Is the system fully booted and ready to accept commands?

    @@ -1417,6 +1763,7 @@

    Status IDs

    OTA Charged (83)๏ƒ @@ -1426,7 +1773,6 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    Is the internal battery charged sufficiently to start Over The Air (OTA) update?

    @@ -1445,6 +1791,8 @@

    Status IDs

    Cold (85)๏ƒ @@ -1454,7 +1802,6 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    Is the camera getting too cold to continue recording?

    @@ -1473,6 +1820,7 @@

    Status IDs

    Rotation (86)๏ƒ @@ -1482,6 +1830,32 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe +

    + + + + + + + + + + + + + + + + + + + + + + + + +
    IDOption Name
    00 degrees (upright)
    1180 degrees (upside down)
    290 degrees (laying on right side)
    3270 degrees (laying on left side)

    Rotational orientation of the camera

    @@ -1492,7 +1866,6 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    Is this camera model capable of zooming while encoding?

    @@ -1511,6 +1884,7 @@

    Status IDs

    Flatmode (89)๏ƒ @@ -1520,6 +1894,7 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe +

    This is a integer value formatted as unspecified.

    Current Flatmode ID

    @@ -1530,6 +1905,7 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe +

    This is a integer value formatted as int32ub.

    Current Video Preset (ID)

    @@ -1539,6 +1915,7 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe +

    This is a integer value formatted as int32ub.

    Current Photo Preset (ID)

    @@ -1549,6 +1926,7 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe +

    This is a integer value formatted as int32ub.

    Current Time Lapse Preset (ID)

    @@ -1559,7 +1937,9 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    Current Preset Group (ID) (corresponds to ui_mode_groups in settings.json)

    +

    This is a integer value formatted as int32ub.

    +

    Current Preset Group (ID) (corresponds to ui_mode_groups in +settings.json)

    Preset (97)๏ƒ @@ -1569,6 +1949,7 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe +

    This is a integer value formatted as int32ub.

    Current Preset (ID)

    @@ -1579,7 +1960,9 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    Preset Modified Status, which contains an event ID and a Preset (Group) ID

    +

    This is a integer value formatted as int32ub.

    +

    Preset Modified Status, which contains an event ID and a Preset (Group) +ID

    Remaining Live Bursts (99)๏ƒ @@ -1587,7 +1970,9 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    The number of Live Bursts can be captured with current settings before sdcard is full

    +

    This is a integer value formatted as int32ub.

    +

    The number of Live Bursts can be captured with current settings before +sdcard is full

    Live Bursts (100)๏ƒ @@ -1595,6 +1980,7 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe +

    This is a integer value formatted as int32ub.

    Total number of Live Bursts on sdcard

    @@ -1605,7 +1991,6 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    Is Capture Delay currently active (i.e. counting down)?

    @@ -1624,6 +2009,7 @@

    Status IDs

    Media Mod State (102)๏ƒ @@ -1633,6 +2019,28 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe +

    + + + + + + + + + + + + + + + + + + + + +
    IDOption Name
    0Microphone removed
    2Microphone only
    3Microphone with external microphone

    Time Warp Speed (103)๏ƒ @@ -1642,13 +2050,74 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    IDOption Name
    015x
    130x
    260x
    3150x
    4300x
    5900x
    61800x
    72x
    85x
    910x
    10Auto
    111x (realtime)
    121/2x (slow-motion)

    Linux Core (104)๏ƒ

    https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    Is the systemโ€™s Linux core active?

    @@ -1667,6 +2136,7 @@

    Status IDs

    Lens Type (105)๏ƒ @@ -1676,7 +2146,58 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    Camera lens type (reflects changes to lens settings such as 162, 189, 194, โ€ฆ)

    +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    IDOption Name
    0Default
    1Max Lens
    2Max Lens 2.0
    3Max Lens 2.5
    4Macro Lens
    5Anamorphic Lens
    6Neutral Density 4
    7Neutral Density 8
    8Neutral Density 16
    9Neutral Density 32
    +

    Camera lens type (reflects changes to lens settings such as 162, 189, +194, โ€ฆ)

    Hindsight (106)๏ƒ @@ -1685,7 +2206,6 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    Is Video Hindsight Capture Active?

    @@ -1704,6 +2224,7 @@

    Status IDs

    Scheduled Capture Preset ID (107)๏ƒ @@ -1712,6 +2233,7 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe +

    This is a integer value formatted as int32ub.

    Scheduled Capture (108)๏ƒ @@ -1720,7 +2242,6 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    Is Scheduled Capture set?

    @@ -1739,6 +2260,7 @@

    Status IDs

    Display Mod Status (110)๏ƒ @@ -1747,6 +2269,48 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    IDOption Name
    0000 = Display Mod: 0, HDMI: 0, Display Mod Connected: False
    1001 = Display Mod: 0, HDMI: 0, Display Mod Connected: True
    2010 = Display Mod: 0, HDMI: 1, Display Mod Connected: False
    3011 = Display Mod: 0, HDMI: 1, Display Mod Connected: True
    4100 = Display Mod: 1, HDMI: 0, Display Mod Connected: False
    5101 = Display Mod: 1, HDMI: 0, Display Mod Connected: True
    6110 = Display Mod: 1, HDMI: 1, Display Mod Connected: False
    7111 = Display Mod: 1, HDMI: 1, Display Mod Connected: True

    Note that this is a bitmasked value.

    @@ -1756,7 +2320,6 @@

    Status IDs https://img.shields.io/badge/HERO11Black-f032e6 https://img.shields.io/badge/HERO10Black-bcf60c -

    Is there an SD Card minimum write speed error?

    @@ -1775,6 +2338,7 @@

    Status IDs

    SD Card Errors (112)๏ƒ @@ -1783,6 +2347,7 @@

    Status IDs https://img.shields.io/badge/HERO11Black-f032e6 https://img.shields.io/badge/HERO10Black-bcf60c +

    This is a integer value formatted as int8ub.

    Number of sdcard write speed errors since device booted

    @@ -1793,7 +2358,6 @@

    Status IDs https://img.shields.io/badge/HERO10Black-bcf60c https://img.shields.io/badge/HERO9Black-fabebe -

    Is Turbo Transfer active?

    @@ -1812,6 +2376,7 @@

    Status IDs

    Camera Control ID (114)๏ƒ @@ -1820,6 +2385,28 @@

    Status IDs https://img.shields.io/badge/HERO11Black-f032e6 https://img.shields.io/badge/HERO10Black-bcf60c +

    + + + + + + + + + + + + + + + + + + + + +
    IDOption Name
    0Camera Idle: No one is attempting to change camera settings
    1Camera Control: Camera is in a menu or changing settings. To intervene, app must request control
    2Camera External Control: An outside entity (app) has control and is in a menu or modifying settings

    Camera control status ID

    @@ -1829,7 +2416,6 @@

    Status IDs https://img.shields.io/badge/HERO11Black-f032e6 https://img.shields.io/badge/HERO10Black-bcf60c -

    Is the camera connected to a PC via USB?

    @@ -1848,6 +2434,7 @@

    Status IDs

    USB Controlled (116)๏ƒ @@ -1856,6 +2443,24 @@

    Status IDs https://img.shields.io/badge/HERO11Black-f032e6 https://img.shields.io/badge/HERO10Black-bcf60c +

    + + + + + + + + + + + + + + + + +
    IDOption Name
    0Disabled
    1Enabled

    Camera control over USB state

    @@ -1864,12 +2469,14 @@

    Status IDs https://img.shields.io/badge/HERO11BlackMini-911eb4 https://img.shields.io/badge/HERO11Black-f032e6 +

    This is a integer value formatted as int32ub.

    Total SD card capacity in Kilobytes

    Photo Interval Capture Count (118)๏ƒ

    https://img.shields.io/badge/HERO12Black-f58231 +

    This is a integer value formatted as unspecified.

    diff --git a/ble/genindex.html b/ble/genindex.html index 0bea2cd0..5edbad50 100644 --- a/ble/genindex.html +++ b/ble/genindex.html @@ -411,6 +411,9 @@ Setting IDs @@ -495,7 +498,7 @@
  • Liveview X (67)
  • GPS Lock (68)
  • AP Mode (69)
  • -
  • Internal Battery (70)
  • +
  • Internal Battery Percentage (70)
  • Microphone Accessory (74)
  • Zoom Level (75)
  • Wireless Band (76)
  • diff --git a/ble/index.html b/ble/index.html index 7ba7fd4e..80df39bc 100644 --- a/ble/index.html +++ b/ble/index.html @@ -414,6 +414,9 @@ Setting IDs @@ -498,7 +501,7 @@
  • Liveview X (67)
  • GPS Lock (68)
  • AP Mode (69)
  • -
  • Internal Battery (70)
  • +
  • Internal Battery Percentage (70)
  • Microphone Accessory (74)
  • Zoom Level (75)
  • Wireless Band (76)
  • diff --git a/ble/objects.inv b/ble/objects.inv index 15355099fc0902b78c6256e686948c6837fe0285..b2cd8418db4e67888cbdf3ff7e1157de52129198 100644 GIT binary patch delta 10418 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 delta 10275 zcmV+;DBRbFRI^f$fPbxB+j84TbH4XeAhmy0;HrgIJd?^rN|t;|d{8X!`cH0L5D7|% zNrFEBTGn3WHS&6Sl63c+ff;gUycfF$A@uk4oO(_@Jui2M?bXLOA3hZAV^x2C_UuE|mTSGz1)B05%Ij567=LpD2C%vf&m#hDP*%$+0(^?; z9|-Qr=ph(be7j(fmKMQ)23n|);^QgcV%f7##Xk;^ zPgrzUMIDfqnh9dbEm2TGZHl~($3tlgXaxh3WsG`Et_$>`c#Or`fvAFm3f30!sU>ks zat}>g@qe!C_x&oU)eC5XV8wl45EA}%(O&M+)|N#R418a-`M%)7I%G`qSD1zgP@wN} z$c=p89_nHhXhs$G20)e^L>O0%BHGeu41H^(2;wY`0`FKI4*aQrrqUFAlpl;+GjTr5 zSFpFdAVUochi!OCb`1=|{>-RfgSU?T6^$y+uzz`gVo-(2=L8D;^P#@0E|)EQ5rf>K zc+SKXtmuft5k)slV9maQe2=k3Owuqz94y@I3M^%J4X8lFYoH0s%U%W#JO!E>b}Fbi zdnoWa29dq~Da*wm>~@R&EpqrKpt~bDIr{d8l7ns#mqKUMfoE8kGOSGHx?Gyw*GKUL z$bW0-{vdJ9Z}>e!b;#4}1YalGYn_+Xk*uwiiAo4TC<^W*tj};s=pDf>JSer67 zFKi;R#D)Uzl6;?#f#mPHyx;S3lizKMjDPpBrl~|$l(EBC;WAXn2%4fkn+27Q?_Q$ z??Y{cKyoqm)&Jn2|DJCS(ZpO>r)00XWK`0TT!t)BvD(yQdVrMPKeXAl+7_ofHU2d> zq#arQGhsh9j&DV=&+?5q_;%PZntvWJcufo+6MEEOH&wpk<~zv#>vH(ajlCT?yYH;_ z1mSaOjU}Ns8kbn9&DK@jubfXATLcKH0KSOgy9B=L*Z!x3e|Jh(s#1TInkJZ4L;B>T za#{oUY29pCrfOQ_vS>!58${AadNHFV2M~>vP!D~SXefXqo?X6qYRhF4)PDv|Nvyx} zR~LVuamjE3CEBpDAOG2*U`q(mG#zoIVy|3uG=%CcsGJyl^&}fP`eH9SEZ)6#FFi`K zaSXs3b40N<7goFnCN`MH9G2j_E^*kPq?f#|d~ zLlYt72$?;1kZElxYwLX1tbZd2I^xJfuM+V}r`upR8pJ>n^nVTKu>0#fEq_e)rGLle zK#%Pnyx<&qx;lw2=FfFtK4@J9k9T71O~&>oVuoE-0KUb+UW$Pj&#JS*`CMZVOWVg< zG8F@giI4F){i9qJRdU(vabe{XqCHm}!$A}Wh)E83<{apOqGJ!^uz!ad_Ap6r9&kag zi#>|N9%jx0^(Kren#3VXAr?VNW2Xru3n@5KiGrt`$LgNfD-;F%Zl5uRyWo0w{C0-n?N`Hyak zn9kymXBzShilN-CZgC>3LC@kcXQpM&OlHn4{N5DF+Z|Y5u(mo)T;9yIyqQURA@Gyy z14Gn_;*7^kGam5FE7eU=ud&(fmPLYlcREj8%a~~`1D;d9`G2Sv_G}u5Jk^k=N%}Hx zo=EBBc3%`Logl6@&9vGC&*{q@ttWq=l@Tf!og>cl%{0>o&*_&EcZFf%_afgJNm#_e zFEscCbP;u4Qm=4t7^ZogVVY}(37*s2Cm4Zj6IPWv)n^{p9_CtmfM;G!UzF7O8~Aa} zV6HU-cuo=dx_{W4xf9p#%(Z?8p3|GUT9+H6H=f7U{JB>1;hATOtp7SeT+N?rH6NZ+ zHmK-g$5qL>RwdzCT7QJs&=+x4a-mg8cs9@z)_`@AxV~Va^#u#r7j&{`5m(_CT7_R= z=Xlt(WpWD)u2JtIuI4Yanh($EtD2Sx6mXRON_*K@KYtZXwKdrU{eXQW&G5u29E%U8&AU%ny{1a98;W52DK()E49w80a)uWa@amGxuWoXJ? z-`oNs%>>Vkdd?aCDqBjX z6D2Lo5)*GQ- zQEsY~n^I=*2_Q^v8XAj=T6EdVj9CodO!3Wn#W{~boGZjRrQmk?P^=D{VkLEljMNm5 zX@6a+aj~}b?&=yBnZNbxNR)BXtP`524;3z4Kjba^uLO(OBzbaIw%fe<2C1Tzw=<0~ zDnVL`q!GqCze{efA>-;*0zG!QJ#3T5x&(C^ocAPjY)MaTjFlKDD=|PTA?+eFgndG2 z0VU2FSH<@d{<*6le>8hJh%qb!Wmw=5Gk<`bKa0|q?`59+e)~dCTa57-DB}T--LzHTArpax5~;QF zL5$rPD7yiVyhDYGO7#Vo^q07xU+$8BFE`cQQ%l1sK^S9J2Fk3!W5-a%)HhY#aDM>! zQ0(Mj1BwGo?ys_~W6`bnT1=9Xd+e%tj_m{gLLVnhm8|pnUx2p4cKcX1ntCxAtnwGK z_Yw?&TrA+8y#UsL$~ehcX%%M?!L^WFi%!l)SQBYWz><8b4)@Se?)P=|qujC#gly}L zC^xv=h_&S|2iuZXHFmxAJ+Dt{4nd??NM5J!DbTI3Q&-8|^A&&wLi8;BntO6bzH zM*5gz?%wD3nqeD881|vG>$uxMtM<%xqR~v!ZMoT$dX*vtVSIrO0qes?>bR`7`%TfZ zK@iQZxK1%eq{;{iiJx*?ixH`EOZZa0Dq);Kz6m$vo1kbTn%qz}Ik|!1&VLHt+ZKH# zn0_KZw9<*_4u-NffTxsE-6Y2GQPWxuBkb}}nq_!Wi+**nt;kiEnP=`er>al}Pc0$T_3?uCFP@3hTzMy%-Yc18Sv*cwCjSB`$#GaQpl%`6D-k|kX8dhcG zxIBr|`BcpgL|C|?v~cj0-hbY{y%yFRN?U96VC>bjOz)=8l8?LO#k-f{C2;@BcU(c{ zuDs8R-KvCYiCtYr9SO)mWgQKr;-d%yHj)Nx#0?nJ6y`-#SurVpiEa^=Z6qz*Xuxz+ z6KYxO*a)#P$2=;>l>!lFY$VMXJYj9Wse!F{OxSUxe&;xfFj^yNw0}n3>Fy}P;Ebff z!QII>)nl^FcTdS47Zo9wu#{k?k$;2X$Ya?)D4Q&%o_EC>r^0+>4h0OI#73zUF<2eR zu_|q53YEAe#?oX%9Il-7r;gGu!o-ZEiGioy(hbkK{;JI=!cL5&ofs|pRFn-is&Pc? z8Ozo)=B-C&C3i$$Cx0Jt#EyTuEbAow`1$fV_q$Nc5zS^So6UHrPc)M~+6ge){Inak z)Fo~XZs2e0vfh#dKX?4V)hYCjRgG&LQT4{M>W$ef3H`)cX^y#YZ{|0SDB7_s+VR57 zZ*)l8(4I#rc3x=_4wK03Xj+`zpCyyCv$HY$H-i6$@ZZ2#?|+#@Sc8eQ2Jn=ADz?x! z(wGD0PX$&qS_$J#$u^goL}dCzX8MF>`ktFjaZ=&1-&b`@eT2-U8mvK$wc|JR82pVH zhrE8un2;))NyGqYA_qv5DIbM3Q8ZG$fOGx5E++@>-fVPnkI* zOj6malDi(B)qi_5CXP*8?X{uGB%+>9WIe@AgVXbcZPife=#KnlcP@*AD<6d;%1##D z)V+$2D-REVVl3oOBZfm$IUJhu;gDDpBTv)2qJ1nNdE9((Ln_?n%)C2GUZ9QJ*Jxap zRH%?YJILdGwb|&7bzA7qo>l9%z~-3mXj$NyN=8HroPWv|2v6piVj5EfstlkIa4&v_D{91OVpCwjN~0Bi#DrriCmiU36Hgt{ny0cg!&7=)73Lb7 ztb7mockJ9=-`vsyu~q>iTIW=@PI$ul4)X_ctL}|8XA#wVCad=h_r&b0B>mi*Mf5x~ z+4I1YS$_p*5jA=yYc#t3h<()ms;aG9>xh~@lQkWEfK06;YVSda*oyq!&u0Obtf+$AN+v={|6v?_SVLY~Z`d8eL+T?ud#E0T6(g>Zu%XcgI z7HWM`9Sve@Gy$rff{t432HV&XcN6W94js?b|`rFB-&qdBbC<+5Z2460DP0`~+& zQ-3YOTFj-jnD;hE?zvM#TVXZdP^HIJqjCo$FF6X;_#@27T$&MdsQLucJd}o9sj$tp za-G_;PBD+E)2dR7T8#@$EWOx!Y}g@)4Xwid3AP6_;PC;iK;Hpk9?`DnvR$JS))luq zuS66^ZM!Q1Tw*hm@gIkB`AzQh3M1OFzb}k`>v?z{H51FsCmoM@0Q!$ojvSC=Sh|-%1ow(HF9!FQ!^z7&;4wh8#%>&5A`TSXS2l$qp+#S9$blWcJ8h^n!} z;()r)kEs$a^ps${jwAnKgh}zCS(S~5rn0VKAQnffP%=a@qqSUjD16kCrQY}}p~=XD zR?Rcx^r^Lg{e- zAx|XIJUVVos^xS!>$q;kI~Uvq#Q`zV`}*2Wuj9K+33}3<%o-cji3}2MUE#A_H^=q_O#N; z;<-a1^Q-|1W+a%QAnr|cPB9Rcg%W)|R(P^1NeAr#3= zC?6gXPDGdE!<;KUgp`GmA7=!WW)r_e2@yIQd1c632nsya#lm!uvn_l#_2WTF3hj7esrq<2&Z(SIDQ*sY|4MF5*PO!Z2awxHjGeNBBUK75R;b+|*3+N=75^!`r= zQ_q5tGIUZ}9*$-RHV$=)9ljZP)^AOU4#vOfqF9)43Be1TKK!@aj~^@`Y{#D33K$5_ zJRu?0Oz^0qI_bzTEHvBv2Rr)#**5ee0g((v=K}mJ)XO?9J^$wHVr7+1M~WWkA`zkY81$Uaj1cJLrsJ?CL$_#ia%5prpBP+7SZ1&vc;JQ&58MD+Oa^{w zWJa3RDvTq0z-Fd!yE4~NCDP-hl2B+ z#BkDZL$nCWb7qJZBA?$&3@1%RL0C|iNeB@WqsT6LFc*g7Bx_i_3t66!(Lu>$@~Sj3 zl!i5u21B;#!B5enK^uEga}hd{e`Cm72t;tFa^=@3#eeBr{9YWteS6)wk%M5HW21Pw zS0c$VlFgb$vcV44GgnAB(}hK-oKAEchH0Z`o0n|=S#-Oe9S4)mNLKW|=SeSs1VglN zlXDO2@K=0?enUsJu>yMzvJfL<{XfUZ7zTw_az;~P3^tu8xW?T zq*U`E_--1)spdl%G@}zUgP}QDZGGu^2)U&%Jx}a`oEWxK714VQLg;z#HAqx!Glt=$ z*=v!2cy`Z5A(R>b&-K|Tu}2wV*iKby89*XQgMVt763j#``($8QC?8qehptf>d#0U< zckRh|lvv|Q5Ux!L!vO_y$Fp4vxeVnfxR4P~h#^_{er%c_UIg^v-{0N-{aJ5!)4m|3 zZ+-IRJ!2h(zqy#)Km4i1>`&+J>TT?%f|zyzzTGsZBC@93ns zSQg}nm~)6|e#_Ju%4KZVeTxz&BCD30goliVD;cIlo zx)M@WL~(3O9OOzzzDW|I85hL^V^#sVR>QQ=O9%PXms3b!V4Ih^v;|#Wf1A!d+pv&8Pp((Gv<CCfG zg=8iy-0VD&ZrLw1G#^%WwtX1MjM6Z$>9N1ys1^+>u8JEV> z?0C&_)!2m%Cj4eWb#K$g)fLq zSIFIJ$TmHeE8chpzS+K9vBonPP*9t9LfVF|Vipa~J*_@X4k$k{`Vq|yK1&1}hYG(0 zpLq7BB$S~Lg?C~hoUSB>l?M8?JLUxk-}qJ%>?WBM#rV>F=?KNaL|!t5IDe$l&>>Ou0_RUTD9?yfmQ<4^3wtXN51yr3p4Jz9~5F>(uLZh)w1Th@oXg1bzSy%gq zYFBVy#EQ(mXJb&(nUu!!H-GOH>ZO5d)qovy<3k}jq6TyB68Czh=e~Lnh8PhcM#eDk zT-|%lzz0S*$Z(?=Y&x0eR6upl@c|Regdm=bdC#z3=~x!Zs?DKhcv@2U7*AP${Cr6= z4mfcD;@EC&50(qzt}Vh}X&5#db^H5#wEaBW)fq+xfbKjA&AA;$$x~ix{&lzjE5T~X~Pw)o}Hr5dZzT99l>SSeWi4bf;U)d#-edWvA2+_NSwvHzRfS{NA9^up3zgkxuhzD}0kl6ti0F zn@qYoTpH+BZOUy};&>IsgB89T;#jfpclDfIM#iw=X^I5DG-2CH;GzRPK>BIX1TAMz%mT|M{gyn=` zg0DKLM@`C*C=2|_%1430s7K z7R|B!z*a@Mp@lmU$L5%$x1PaE#`Yc)0^ub^`s+k;tPeQd3WATZm z!Hq(*u^KlaV*U0l1mjjk3M$=+B28Ep%0qLf_q~IGXEH%f>v=KSGlp2cGLhVTxUaZj zpG|`ZxgZ67=8OiGg_8T!h|MX@J<~IHxoeHs>3>q*nZnmYZhT$q*iKbsl?vh))oIi@ z`M+>8;jnKJz(J7!|4@<^T-sbWd>vJ=k9wl4$V|SyUP9V32!u{~k|HmF7{H4ZX(F~)F=o9ssr!FX`P0wdD z7BlJ6KyvZ%kWjNp02j$%oGIdYClOp6X807CFw6tUNLU%V`JAyb%$GXmv-<+t&#LHn zREf9D73wWMK2x7@$0_ZLFU4kwXY0{5dw*Z-lGhcqP73OKdGq%F{^x(21Y{0d5uE0q z7}y2S6m{M?H?3fQ5r2Qp{*_Yv)?|$FLnk|3(#+XeeD|8m-Ll^tZBuT`)^@HzL(;!_ zr=B^23OLEUaNIcZ%S?QED`lClj=+3W8Cqe6-dA7=6Reo|zWnEIb~*_;Ool%60DqGa zOolZcV6rANV8Tlg*Yx_8XHT9hTJ3mW;gpY8BY7?)lTTkQAkNPiqCq!EDKfd|EBTrDr z(LoJY6!3cbNyi+29Q4M)9bFBD-G3G2jevXby0pBUolPGDfIyNhj?%QyiW!_w3bdD7 zY#_##&iw(|aE+GA?O5fqdpyt=?=497Fr(nCNNw3}ieRYEC}m(7LppyjC8nW?o4|jf zggsjn)RL9i(In#pN+IN$^uTR*Mw=70b|9DkO+L_xZ8 zpo17#UbkFCLwN*KTRk@ApCOg#3kltV5JzGz5PksU;K1c}Ra>t0$`@jRKcKK)1$7%t z$TUa@%qK#n(L^V=2=OV{t`pu<&$2VL$QHsd9c_alN3;rtYH1IAO6-Ti~uo)tQCj4<(G(va`b`u4(coI-}_#pV7b zlk8yz+X4mJvj++l7mG!(y%4*qz;R8P@5HQhYpZd@*&U6-ZhI6%gn#`}=oTBqk#R90 zZwhM=xl_QOn5+mDXW#-|{2YVhgSm0fG&CNpH9^))!^di4vucfArUA1B1+7X{n>i?S zTEyl@NJ61$wVNFi>EMd~IS^9x&Jqoygf`)ZiHY@Wl0XYH!yK$*hYhR{Lu|n5mYDq^ zY-B3n%yFs0iZG7?(0^hd`>0>#@Yf694U{P$n+g{fa=6^lCf=$tdAChve~%ez3T(@0 zb7_Vy6z@btH}*?@`rF;6_{z@WTZGhKnK-Wf&>?$^{6)U{j$sv>0#}4wwZR1Zr6Y4` z{Irqak{7zGf<1xi*uZqylL;5Ox`LRTEAyR;Q)Q7C6Z`yVc7H*`UYGai@^GKGZCs)x zMur%@^j%4c*O#9^`y_Q;?#kvtowD&!g2{-(Ey*he!JS`iB;v~>olS>Ac-WGJaI00F zjR_BZ{3_WNO_Sdjp81F(nH0H2fcN~DVt~P6{`FWBGrwRh<{DmETAlIbg@};vP__^I ziCYK30ma60p`+1zK{FAlSKrSJ6qyKU;@c~KziIBMA4=!j7CF&ktT9Adn zf3SaDxYVL~#2a=Knl}R-IOI`pm?#}Oq2!#(Q@Is!f4sB9X^asXsZ)rZ(d-nTE?V7<>j@$Y1@ao_?cZ(m+aBK)INL6 zzN%Hwz13=HlEQx>JKKlRYFE zOTLt2Tf4{QpE8yVm(CGe4{AltBcGr z7XQw;C+6~>vC@T1kGqqnB`$xj_`1z^`8~PASeN*_AE{X7Me<(0b%S<;OxsgqW$DD2 z?gW=UO^Gpl${n8Xj38CQoc5D=afJ9=QS6g^<2K}WN)*eO*uNvf<;F1GJsP%((J44z zGIp?76Lyy6#c{U^ZGwp3DEA3<8t=q0y_=`@0Vb2iX}t#Ldk>}{dnbRcZKS{7fU?iT zt{BFh@rlp>H}@SL5^6XIg3|7aP!K~;h~8yM3S#65aq1oxg*XXP%DC@Hf%xXL<+d>i zG8%h=I4|2#P`-)k-?Aq$Cg(u~?zoRc!3~1)*>P2vgq!--rOv&13Sj1&MV$)|CBiH$ zMfR(z6k1s0aNS;}@J4?@#pk$OMZx*jsLs`-3SjC9V83is;rN!D^Wsni<=bj)*P$qs zg|A8KU(h5$=Dv;1b=Q?b8U~en=l&!G<6C{Y*Xt?-Uvt*ETTKB>gHqDHlu68>Y>##!pn~wWphvH#RCvBM#=L*>R>+4{+s=hd0whF* z{@uO;W$X)c3HSw)E*88vpig#<2SO1FJO1wgq{LOmJj(|A##4s-_k|1fz6hNQ8YIBf6QFxNiUgQ>0-TOG zDIw?4kbKr6?&^Q>%^c%?4DF^LKXK=MKoZGUkyD`=CEzd+(1>;^QM_xhE%cp48GAQR z`z2Ts$hR)r0^>=LX&8tZ>rSG~0`s>M!c^k;)?|-p>;lub(2hpZ6JWmSJRK5DATE4U z+`k}zL-^Kh_Z3D0$h+^cUk4;$1~D+kjYa}#=$+k`;C6okWE7%~AQGk9_Rc;RzVuYG;ei zFEB>l7?ue40%Yu8x|V3`0%a16(v6xfkb=xJzf(fUE<)@u5C6$!$G+t%@0<~W-X(eT z))9f`J$QfA?otx6i+~aE@nFFmaWW3*o7qi*-*!n5<(p%dLbDNx4VW$e0mOd$D|Za04xtB{|D4o_9^Tmdl)QK1udR$%y+ zsP*m+PmWD{{c`2v}b}B=4k)` diff --git a/ble/operation-operation_index.html b/ble/operation-operation_index.html index 27a78618..52f131b1 100644 --- a/ble/operation-operation_index.html +++ b/ble/operation-operation_index.html @@ -418,6 +418,9 @@ Setting IDs @@ -502,7 +505,7 @@
  • Liveview X (67)
  • GPS Lock (68)
  • AP Mode (69)
  • -
  • Internal Battery (70)
  • +
  • Internal Battery Percentage (70)
  • Microphone Accessory (74)
  • Zoom Level (75)
  • Wireless Band (76)
  • @@ -653,7 +656,7 @@

    operation index

    -EnumCameraControlStatus (protocol/protobuf) +EnumRegisterPresetStatus (protocol/protobuf) Proto @@ -661,7 +664,7 @@

    operation index

    -EnumFlatMode (protocol/protobuf) +EnumCOHNStatus (protocol/protobuf) Proto @@ -669,7 +672,7 @@

    operation index

    -EnumPresetGroup (protocol/protobuf) +EnumCOHNNetworkState (protocol/protobuf) Proto @@ -677,7 +680,7 @@

    operation index

    -EnumPresetGroupIcon (protocol/protobuf) +EnumLens (protocol/protobuf) Proto @@ -685,7 +688,7 @@

    operation index

    -EnumPresetIcon (protocol/protobuf) +EnumLiveStreamError (protocol/protobuf) Proto @@ -693,7 +696,7 @@

    operation index

    -EnumPresetTitle (protocol/protobuf) +EnumLiveStreamStatus (protocol/protobuf) Proto @@ -701,7 +704,7 @@

    operation index

    -EnumResultGeneric (protocol/protobuf) +EnumRegisterLiveStreamStatus (protocol/protobuf) Proto @@ -709,7 +712,7 @@

    operation index

    -EnumProvisioning (protocol/protobuf) +EnumWindowSize (protocol/protobuf) Proto @@ -717,7 +720,7 @@

    operation index

    -EnumScanning (protocol/protobuf) +EnumCameraControlStatus (protocol/protobuf) Proto @@ -725,7 +728,7 @@

    operation index

    -EnumScanEntryFlags (protocol/protobuf) +EnumResultGeneric (protocol/protobuf) Proto @@ -733,7 +736,7 @@

    operation index

    -EnumCOHNStatus (protocol/protobuf) +EnumProvisioning (protocol/protobuf) Proto @@ -741,7 +744,7 @@

    operation index

    -EnumCOHNNetworkState (protocol/protobuf) +EnumScanning (protocol/protobuf) Proto @@ -749,7 +752,7 @@

    operation index

    -EnumRegisterPresetStatus (protocol/protobuf) +EnumScanEntryFlags (protocol/protobuf) Proto @@ -757,7 +760,7 @@

    operation index

    -EnumLens (protocol/protobuf) +EnumFlatMode (protocol/protobuf) Proto @@ -765,7 +768,7 @@

    operation index

    -EnumLiveStreamError (protocol/protobuf) +EnumPresetGroup (protocol/protobuf) Proto @@ -773,7 +776,7 @@

    operation index

    -EnumLiveStreamStatus (protocol/protobuf) +EnumPresetGroupIcon (protocol/protobuf) Proto @@ -781,7 +784,7 @@

    operation index

    -EnumRegisterLiveStreamStatus (protocol/protobuf) +EnumPresetIcon (protocol/protobuf) Proto @@ -789,7 +792,7 @@

    operation index

    -EnumWindowSize (protocol/protobuf) +EnumPresetTitle (protocol/protobuf) Proto @@ -1025,7 +1028,7 @@

    operation index

    -NotifyPresetStatus (protocol/protobuf) +NotifyCOHNStatus (protocol/protobuf) Proto @@ -1033,7 +1036,7 @@

    operation index

    -NotifProvisioningState (protocol/protobuf) +NotifyLiveStreamStatus (protocol/protobuf) Proto @@ -1041,7 +1044,7 @@

    operation index

    -NotifStartScanning (protocol/protobuf) +NotifProvisioningState (protocol/protobuf) Proto @@ -1049,7 +1052,7 @@

    operation index

    -NotifyCOHNStatus (protocol/protobuf) +NotifStartScanning (protocol/protobuf) Proto @@ -1057,7 +1060,7 @@

    operation index

    -NotifyLiveStreamStatus (protocol/protobuf) +NotifyPresetStatus (protocol/protobuf) Proto @@ -1141,7 +1144,7 @@

    operation index

    -RequestSetCameraControlStatus (protocol/protobuf) +RequestGetPresetStatus (protocol/protobuf) Proto @@ -1149,7 +1152,7 @@

    operation index

    -RequestSetTurboActive (protocol/protobuf) +RequestGetLastCapturedMedia (protocol/protobuf) Proto @@ -1157,7 +1160,7 @@

    operation index

    -RequestCustomPresetUpdate (protocol/protobuf) +ResponseLastCapturedMedia (protocol/protobuf) Proto @@ -1165,7 +1168,7 @@

    operation index

    -ResponseGeneric (protocol/protobuf) +RequestSetTurboActive (protocol/protobuf) Proto @@ -1173,7 +1176,7 @@

    operation index

    -RequestConnect (protocol/protobuf) +RequestGetCOHNStatus (protocol/protobuf) Proto @@ -1181,7 +1184,7 @@

    operation index

    -RequestConnectNew (protocol/protobuf) +RequestCreateCOHNCert (protocol/protobuf) Proto @@ -1189,7 +1192,7 @@

    operation index

    -RequestGetApEntries (protocol/protobuf) +RequestClearCOHNCert (protocol/protobuf) Proto @@ -1197,7 +1200,7 @@

    operation index

    -RequestReleaseNetwork (protocol/protobuf) +RequestCOHNCert (protocol/protobuf) Proto @@ -1205,7 +1208,7 @@

    operation index

    -RequestStartScan (protocol/protobuf) +ResponseCOHNCert (protocol/protobuf) Proto @@ -1213,7 +1216,7 @@

    operation index

    -ResponseConnect (protocol/protobuf) +RequestSetCOHNSetting (protocol/protobuf) Proto @@ -1221,7 +1224,7 @@

    operation index

    -ResponseConnectNew (protocol/protobuf) +RequestGetLiveStreamStatus (protocol/protobuf) Proto @@ -1229,7 +1232,7 @@

    operation index

    -ResponseGetApEntries (protocol/protobuf) +RequestSetLiveStreamMode (protocol/protobuf) Proto @@ -1237,7 +1240,7 @@

    operation index

    -ResponseStartScanning (protocol/protobuf) +RequestSetCameraControlStatus (protocol/protobuf) Proto @@ -1245,7 +1248,7 @@

    operation index

    -RequestGetCOHNStatus (protocol/protobuf) +ResponseGeneric (protocol/protobuf) Proto @@ -1253,7 +1256,7 @@

    operation index

    -RequestCreateCOHNCert (protocol/protobuf) +RequestConnect (protocol/protobuf) Proto @@ -1261,7 +1264,7 @@

    operation index

    -RequestClearCOHNCert (protocol/protobuf) +RequestConnectNew (protocol/protobuf) Proto @@ -1269,7 +1272,7 @@

    operation index

    -RequestCOHNCert (protocol/protobuf) +RequestGetApEntries (protocol/protobuf) Proto @@ -1277,7 +1280,7 @@

    operation index

    -ResponseCOHNCert (protocol/protobuf) +RequestReleaseNetwork (protocol/protobuf) Proto @@ -1285,7 +1288,7 @@

    operation index

    -RequestSetCOHNSetting (protocol/protobuf) +RequestStartScan (protocol/protobuf) Proto @@ -1293,7 +1296,7 @@

    operation index

    -RequestGetLastCapturedMedia (protocol/protobuf) +ResponseConnect (protocol/protobuf) Proto @@ -1301,7 +1304,7 @@

    operation index

    -ResponseLastCapturedMedia (protocol/protobuf) +ResponseConnectNew (protocol/protobuf) Proto @@ -1309,7 +1312,7 @@

    operation index

    -RequestGetPresetStatus (protocol/protobuf) +ResponseGetApEntries (protocol/protobuf) Proto @@ -1317,7 +1320,7 @@

    operation index

    -RequestGetLiveStreamStatus (protocol/protobuf) +ResponseStartScanning (protocol/protobuf) Proto @@ -1325,7 +1328,7 @@

    operation index

    -RequestSetLiveStreamMode (protocol/protobuf) +RequestCustomPresetUpdate (protocol/protobuf) Proto @@ -1371,7 +1374,15 @@

    operation index

    -Setting 134 (Setup Anti-Flicker) (features/settings) +Setting 5 (Video Timelapse Rate) (features/settings) + +Setting + + + + + +Setting 134 (Anti-Flicker) (features/settings) Setting @@ -1398,6 +1409,22 @@

    operation index

    Setting 151 (Photo Horizon Leveling) (features/settings) Setting + + + + + +Setting 30 (Photo Timelapse Rate) (features/settings) + +Setting + + + + + +Setting 32 (Nightlapse Rate) (features/settings) + +Setting @@ -1483,7 +1510,7 @@

    operation index

    -Setting 179 (Trail Length) (features/settings) +Setting 179 (Star Trails Length) (features/settings) Setting @@ -1563,7 +1590,7 @@

    operation index

    -Setting 191 (Photo Mode) (features/settings) +Setting 191 (Easy Night Photo) (features/settings) Setting @@ -1707,7 +1734,7 @@

    operation index

    -Status 19 (None) (features/statuses) +Status 19 () (features/statuses) Status @@ -1811,23 +1838,27 @@

    operation index

    -Status 33 (None) (features/statuses) +Status 33 () (features/statuses) Status - -Status 34 (How many photos can be taken with current settings before sdcard is full) (features/statuses) + Status 34 (How many photos can be taken with current settings before sdcard is full.Alternatively, this is +
  • the remaining timelapse capability if Setting 128 is set to Timelapse Photo
  • +
  • the remaining nightlapse capability if Setting 128 is set to Nightlapse Photo +) (features/statuses)
  • Status - -Status 35 (How many seconds of video can be captured with current settings before sdcard is full) (features/statuses) + Status 35 (How many seconds of video can be captured with current settings before sdcard is fullAlternatively, this is +
  • the remaining timelapse capability if Setting 128 is set to Timelapse Video
  • +
  • the remaining nightlapse capability if Setting 128 is set to Nightlapse Video +) (features/statuses)
  • Status @@ -1933,7 +1964,7 @@

    operation index

    -Status 65 (None) (features/statuses) +Status 65 () (features/statuses) Status @@ -1973,7 +2004,7 @@

    operation index

    -Status 70 (Internal battery level (percent)) (features/statuses) +Status 70 (Internal battery level as percentage) (features/statuses) Status @@ -1981,7 +2012,7 @@

    operation index

    -Status 74 (None) (features/statuses) +Status 74 () (features/statuses) Status @@ -1989,7 +2020,7 @@

    operation index

    -Status 75 (Digital Zoom level (percent)) (features/statuses) +Status 75 (Digital Zoom level as percentage) (features/statuses) Status @@ -1997,7 +2028,7 @@

    operation index

    -Status 76 (None) (features/statuses) +Status 76 () (features/statuses) Status @@ -2157,7 +2188,7 @@

    operation index

    -Status 102 (None) (features/statuses) +Status 102 () (features/statuses) Status @@ -2165,7 +2196,7 @@

    operation index

    -Status 103 (None) (features/statuses) +Status 103 () (features/statuses) Status @@ -2197,7 +2228,7 @@

    operation index

    -Status 107 (None) (features/statuses) +Status 107 () (features/statuses) Status @@ -2277,7 +2308,7 @@

    operation index

    -Status 118 (None) (features/statuses) +Status 118 () (features/statuses) Status diff --git a/ble/protocol.html b/ble/protocol.html index 14876784..d4ced388 100644 --- a/ble/protocol.html +++ b/ble/protocol.html @@ -415,6 +415,9 @@ Setting IDs @@ -499,7 +502,7 @@
  • Liveview X (67)
  • GPS Lock (68)
  • AP Mode (69)
  • -
  • Internal Battery (70)
  • +
  • Internal Battery Percentage (70)
  • Microphone Accessory (74)
  • Zoom Level (75)
  • Wireless Band (76)
  • diff --git a/ble/protocol/ble_setup.html b/ble/protocol/ble_setup.html index dadab39e..cb7c80ca 100644 --- a/ble/protocol/ble_setup.html +++ b/ble/protocol/ble_setup.html @@ -415,6 +415,9 @@ Setting IDs @@ -499,7 +502,7 @@
  • Liveview X (67)
  • GPS Lock (68)
  • AP Mode (69)
  • -
  • Internal Battery (70)
  • +
  • Internal Battery Percentage (70)
  • Microphone Accessory (74)
  • Zoom Level (75)
  • Wireless Band (76)
  • diff --git a/ble/protocol/data_protocol.html b/ble/protocol/data_protocol.html index b8ffc05b..024fc870 100644 --- a/ble/protocol/data_protocol.html +++ b/ble/protocol/data_protocol.html @@ -415,6 +415,9 @@ Setting IDs @@ -499,7 +502,7 @@
  • Liveview X (67)
  • GPS Lock (68)
  • AP Mode (69)
  • -
  • Internal Battery (70)
  • +
  • Internal Battery Percentage (70)
  • Microphone Accessory (74)
  • Zoom Level (75)
  • Wireless Band (76)
  • diff --git a/ble/protocol/id_tables.html b/ble/protocol/id_tables.html index 26ec7aeb..1f4ddd84 100644 --- a/ble/protocol/id_tables.html +++ b/ble/protocol/id_tables.html @@ -415,6 +415,9 @@ Setting IDs @@ -499,7 +502,7 @@
  • Liveview X (67)
  • GPS Lock (68)
  • AP Mode (69)
  • -
  • Internal Battery (70)
  • +
  • Internal Battery Percentage (70)
  • Microphone Accessory (74)
  • Zoom Level (75)
  • Wireless Band (76)
  • @@ -971,138 +974,150 @@

    Setting IDsFrames Per Second +5 +Video Timelapse Rate + + +30 +Photo Timelapse Rate + + +32 +Nightlapse Rate + + 43 Webcam Digital Lenses - + 59 Auto Power Down - + 83 GPS - + 108 Video Aspect Ratio - + 121 Video Lens - + 122 Photo Lens - + 123 Time Lapse Digital Lenses - + 125 Photo Output - + 128 Media Format - + 134 -Setup Anti-Flicker +Anti-Flicker - + 135 Hypersmooth - + 150 Video Horizon Leveling - + 151 Photo Horizon Leveling - + 162 Max Lens - + 167 HindSight - + 171 Photo Single Interval - + 172 Photo Interval Duration - + 173 Video Performance Mode - + 175 Controls - + 176 Easy Mode Speed - + 177 Enable Night Photo - + 178 Wireless Band - + 179 -Trail Length +Star Trails Length - + 180 System Video Mode - + 182 Video Bit Rate - + 183 Bit Depth - + 184 Profiles - + 186 Video Easy Mode - + 187 Lapse Mode - + 189 Max Lens Mod - + 190 Max Lens Mod Enable - + 191 -Photo Mode +Easy Night Photo - + 192 Multi Shot Aspect Ratio - + 193 Framing @@ -1158,7 +1173,19 @@

    Status IDs 19 -None +Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0 +Report-Msgid-Bugs-To: EMAIL@ADDRESS +POT-Creation-Date: 2023-02-06 15:36+0100 +PO-Revision-Date: 2019-07-16 15:43-0600 +Last-Translator: FULL NAME <EMAIL@ADDRESS> +Language: en +Language-Team: en <LL@li.org> +Plural-Forms: nplurals=2; plural=(n != 1); +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 +Content-Transfer-Encoding: 8bit +Generated-By: Babel 2.11.0 + 20 @@ -1210,15 +1237,33 @@

    Status IDs 33 -None +Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0 +Report-Msgid-Bugs-To: EMAIL@ADDRESS +POT-Creation-Date: 2023-02-06 15:36+0100 +PO-Revision-Date: 2019-07-16 15:43-0600 +Last-Translator: FULL NAME <EMAIL@ADDRESS> +Language: en +Language-Team: en <LL@li.org> +Plural-Forms: nplurals=2; plural=(n != 1); +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 +Content-Transfer-Encoding: 8bit +Generated-By: Babel 2.11.0 + 34 -How many photos can be taken with current settings before sdcard is full +How many photos can be taken with current settings before sdcard is full.Alternatively, this is +
  • the remaining timelapse capability if Setting 128 is set to Timelapse Photo
  • +
  • the remaining nightlapse capability if Setting 128 is set to Nightlapse Photo
  • + 35 -How many seconds of video can be captured with current settings before sdcard is full +How many seconds of video can be captured with current settings before sdcard is fullAlternatively, this is +
  • the remaining timelapse capability if Setting 128 is set to Timelapse Video
  • +
  • the remaining nightlapse capability if Setting 128 is set to Nightlapse Video
  • + 38 @@ -1272,7 +1317,19 @@

    Status IDs 65 -None +Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0 +Report-Msgid-Bugs-To: EMAIL@ADDRESS +POT-Creation-Date: 2023-02-06 15:36+0100 +PO-Revision-Date: 2019-07-16 15:43-0600 +Last-Translator: FULL NAME <EMAIL@ADDRESS> +Language: en +Language-Team: en <LL@li.org> +Plural-Forms: nplurals=2; plural=(n != 1); +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 +Content-Transfer-Encoding: 8bit +Generated-By: Babel 2.11.0 + 66 @@ -1292,19 +1349,43 @@

    Status IDs 70 -Internal battery level (percent) +Internal battery level as percentage 74 -None +Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0 +Report-Msgid-Bugs-To: EMAIL@ADDRESS +POT-Creation-Date: 2023-02-06 15:36+0100 +PO-Revision-Date: 2019-07-16 15:43-0600 +Last-Translator: FULL NAME <EMAIL@ADDRESS> +Language: en +Language-Team: en <LL@li.org> +Plural-Forms: nplurals=2; plural=(n != 1); +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 +Content-Transfer-Encoding: 8bit +Generated-By: Babel 2.11.0 + 75 -Digital Zoom level (percent) +Digital Zoom level as percentage 76 -None +Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0 +Report-Msgid-Bugs-To: EMAIL@ADDRESS +POT-Creation-Date: 2023-02-06 15:36+0100 +PO-Revision-Date: 2019-07-16 15:43-0600 +Last-Translator: FULL NAME <EMAIL@ADDRESS> +Language: en +Language-Team: en <LL@li.org> +Plural-Forms: nplurals=2; plural=(n != 1); +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 +Content-Transfer-Encoding: 8bit +Generated-By: Babel 2.11.0 + 77 @@ -1384,11 +1465,35 @@

    Status IDs 102 -None +Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0 +Report-Msgid-Bugs-To: EMAIL@ADDRESS +POT-Creation-Date: 2023-02-06 15:36+0100 +PO-Revision-Date: 2019-07-16 15:43-0600 +Last-Translator: FULL NAME <EMAIL@ADDRESS> +Language: en +Language-Team: en <LL@li.org> +Plural-Forms: nplurals=2; plural=(n != 1); +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 +Content-Transfer-Encoding: 8bit +Generated-By: Babel 2.11.0 + 103 -None +Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0 +Report-Msgid-Bugs-To: EMAIL@ADDRESS +POT-Creation-Date: 2023-02-06 15:36+0100 +PO-Revision-Date: 2019-07-16 15:43-0600 +Last-Translator: FULL NAME <EMAIL@ADDRESS> +Language: en +Language-Team: en <LL@li.org> +Plural-Forms: nplurals=2; plural=(n != 1); +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 +Content-Transfer-Encoding: 8bit +Generated-By: Babel 2.11.0 + 104 @@ -1404,7 +1509,19 @@

    Status IDs 107 -None +Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0 +Report-Msgid-Bugs-To: EMAIL@ADDRESS +POT-Creation-Date: 2023-02-06 15:36+0100 +PO-Revision-Date: 2019-07-16 15:43-0600 +Last-Translator: FULL NAME <EMAIL@ADDRESS> +Language: en +Language-Team: en <LL@li.org> +Plural-Forms: nplurals=2; plural=(n != 1); +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 +Content-Transfer-Encoding: 8bit +Generated-By: Babel 2.11.0 + 108 @@ -1444,7 +1561,19 @@

    Status IDs 118 -None +Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0 +Report-Msgid-Bugs-To: EMAIL@ADDRESS +POT-Creation-Date: 2023-02-06 15:36+0100 +PO-Revision-Date: 2019-07-16 15:43-0600 +Last-Translator: FULL NAME <EMAIL@ADDRESS> +Language: en +Language-Team: en <LL@li.org> +Plural-Forms: nplurals=2; plural=(n != 1); +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 +Content-Transfer-Encoding: 8bit +Generated-By: Babel 2.11.0 + diff --git a/ble/protocol/protobuf.html b/ble/protocol/protobuf.html index 41942875..b59cd33a 100644 --- a/ble/protocol/protobuf.html +++ b/ble/protocol/protobuf.html @@ -415,6 +415,9 @@ Setting IDs @@ -499,7 +502,7 @@
  • Liveview X (67)
  • GPS Lock (68)
  • AP Mode (69)
  • -
  • Internal Battery (70)
  • +
  • Internal Battery Percentage (70)
  • Microphone Accessory (74)
  • Zoom Level (75)
  • Wireless Band (76)
  • @@ -2906,6 +2909,12 @@

    Enums๏ƒ4 The icon to display for this preset group + +mode_array +EnumFlatMode +5 +A list of flatmodes available for this preset group + @@ -3188,7 +3197,7 @@

    Enums๏ƒcustom_name string 2 -UTF-8 encoded custom preset nameThe name must obey the following +UTF-8 encoded custom preset name to be used if title_id is set to 94 (PRESET_TITLE_USER_DEFINED_CUSTOM_NAME)The name must obey the following
  • Custom titles must be between 1 and 16 characters (inclusive)
  • No special characters outside of the following languages: English, French, Italian, German,Spanish, Portuguese, Swedish, Russian
  • @@ -3525,7 +3534,9 @@

    Enums๏ƒ
    Resolution to use for live stream

    -
    The set of supported resolutions is only available from the live_stream_window_size_supported_array in NotifyLiveStreamStatus)
    +
    The set of supported resolutions is only available from the live_stream_window_size_supported_array +
    + @@ -3561,7 +3572,9 @@

    Enums๏ƒ
    Lens to use for live stream

    -
    The set of supported lenses is only available from the live_stream_lens_supported_array in NotifyLiveStreamStatus)
    +
    The set of supported lenses is only available from the live_stream_lens_supported_array +
    + diff --git a/ble/protocol/state_management.html b/ble/protocol/state_management.html index b8a5ef92..5c9419ac 100644 --- a/ble/protocol/state_management.html +++ b/ble/protocol/state_management.html @@ -415,6 +415,9 @@ Setting IDs @@ -499,7 +502,7 @@
  • Liveview X (67)
  • GPS Lock (68)
  • AP Mode (69)
  • -
  • Internal Battery (70)
  • +
  • Internal Battery Percentage (70)
  • Microphone Accessory (74)
  • Zoom Level (75)
  • Wireless Band (76)
  • diff --git a/ble/search.html b/ble/search.html index c8f5082d..dd770a7c 100644 --- a/ble/search.html +++ b/ble/search.html @@ -414,6 +414,9 @@ Setting IDs @@ -498,7 +501,7 @@
  • Liveview X (67)
  • GPS Lock (68)
  • AP Mode (69)
  • -
  • Internal Battery (70)
  • +
  • Internal Battery Percentage (70)
  • Microphone Accessory (74)
  • Zoom Level (75)
  • Wireless Band (76)
  • diff --git a/ble/searchindex.js b/ble/searchindex.js index 0bb53c04..1d1abb0b 100644 --- a/ble/searchindex.js +++ b/ble/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"5GHZ Available (81)": [[8, "ghz-available-81"]], "AP Mode (69)": [[8, "ap-mode-69"]], "AP SSID (29)": [[8, "ap-ssid-29"]], "Access Point": [[0, "access-point"]], "Active Hilights (58)": [[8, "active-hilights-58"]], "Advertisements": [[11, "advertisements"]], "Auto Power Down (59)": [[7, "auto-power-down-59"]], "BLE Characteristics": [[11, "ble-characteristics"]], "BLE Setup": [[11, "ble-setup"]], "Battery Present (1)": [[8, "battery-present-1"]], "Bit Depth (183)": [[7, "bit-depth-183"]], "Busy (8)": [[8, "busy-8"]], "Camera Capabilities": [[7, "camera-capabilities"]], "Camera Control": [[15, "camera-control"]], "Camera Control ID (114)": [[8, "camera-control-id-114"]], "Camera Readiness": [[15, "camera-readiness"]], "Camera on the Home Network": [[1, "camera-on-the-home-network"]], "Capture Delay Active (101)": [[8, "capture-delay-active-101"]], "Certificates": [[1, "certificates"]], "Cold (85)": [[8, "cold-85"]], "Command IDs": [[13, "command-ids"]], "Commands": [[12, "commands"]], "Configure GATT Characteristics": [[11, "configure-gatt-characteristics"]], "Connected Devices (31)": [[8, "connected-devices-31"]], "Continuation Packets": [[12, "continuation-packets"]], "Control": [[2, "control"]], "Controls (175)": [[7, "controls-175"]], "Data Protocol": [[12, "data-protocol"]], "Decipher Message Payload Type": [[12, "decipher-message-payload-type"]], "Disconnect from Access Point": [[0, "disconnect-from-access-point"]], "Display Mod Status (110)": [[8, "display-mod-status-110"]], "Easy Mode Speed (176)": [[7, "easy-mode-speed-176"]], "Enable Night Photo (177)": [[7, "enable-night-photo-177"]], "Encoding (10)": [[8, "encoding-10"]], "EnumCOHNNetworkState": [[14, "enumcohnnetworkstate"]], "EnumCOHNStatus": [[14, "enumcohnstatus"]], "EnumCameraControlStatus": [[14, "enumcameracontrolstatus"]], "EnumFlatMode": [[14, "enumflatmode"]], "EnumLens": [[14, "enumlens"]], "EnumLiveStreamError": [[14, "enumlivestreamerror"]], "EnumLiveStreamStatus": [[14, "enumlivestreamstatus"]], "EnumPresetGroup": [[14, "enumpresetgroup"]], "EnumPresetGroupIcon": [[14, "enumpresetgroupicon"]], "EnumPresetIcon": [[14, "enumpreseticon"]], "EnumPresetTitle": [[14, "enumpresettitle"]], "EnumProvisioning": [[14, "enumprovisioning"]], "EnumRegisterLiveStreamStatus": [[14, "enumregisterlivestreamstatus"]], "EnumRegisterPresetStatus": [[14, "enumregisterpresetstatus"]], "EnumResultGeneric": [[14, "enumresultgeneric"]], "EnumScanEntryFlags": [[14, "enumscanentryflags"]], "EnumScanning": [[14, "enumscanning"]], "EnumWindowSize": [[14, "enumwindowsize"]], "Enums": [[14, "enums"]], "Extended (13-bit) Packets": [[12, "extended-13-bit-packets"]], "Extended (16-bit) Packets": [[12, "extended-16-bit-packets"]], "FTU (79)": [[8, "ftu-79"]], "Finish Pairing": [[11, "finish-pairing"]], "Flatmode (89)": [[8, "flatmode-89"]], "Frames Per Second (3)": [[7, "frames-per-second-3"]], "Framing (193)": [[7, "framing-193"]], "GPS (83)": [[7, "gps-83"]], "GPS Lock (68)": [[8, "gps-lock-68"]], "General": [[9, "general"]], "General (5-bit) Packets": [[12, "general-5-bit-packets"]], "Getting Started": [[9, "getting-started"]], "Hilights": [[3, "hilights"]], "HindSight (167)": [[7, "hindsight-167"]], "Hindsight (106)": [[8, "hindsight-106"]], "Hypersmooth (135)": [[7, "hypersmooth-135"]], "ID Tables": [[13, "id-tables"]], "Internal Battery (70)": [[8, "internal-battery-70"]], "Internal Battery Bars (2)": [[8, "internal-battery-bars-2"]], "JSON": [[7, "json"]], "Keep Alive": [[15, "keep-alive"]], "LCD Lock (11)": [[8, "lcd-lock-11"]], "Lapse Mode (187)": [[7, "lapse-mode-187"]], "Last Pairing Success (21)": [[8, "last-pairing-success-21"]], "Last Pairing Type (20)": [[8, "last-pairing-type-20"]], "Last Wifi Scan Success (23)": [[8, "last-wifi-scan-success-23"]], "Lens Type (105)": [[8, "lens-type-105"]], "Limitations": [[9, "limitations"]], "Linux Core (104)": [[8, "linux-core-104"]], "Live Bursts (100)": [[8, "live-bursts-100"]], "Live Streaming": [[4, "live-streaming"]], "Liveview Exposure Select Mode (65)": [[8, "liveview-exposure-select-mode-65"]], "Liveview X (67)": [[8, "liveview-x-67"]], "Liveview Y (66)": [[8, "liveview-y-66"]], "Locate (45)": [[8, "locate-45"]], "Max Lens (162)": [[7, "max-lens-162"]], "Max Lens Mod (189)": [[7, "max-lens-mod-189"]], "Max Lens Mod Enable (190)": [[7, "max-lens-mod-enable-190"]], "Media": [[14, "media"]], "Media Format (128)": [[7, "media-format-128"]], "Media Mod State (102)": [[8, "media-mod-state-102"]], "Message Payload": [[12, "message-payload"]], "Microphone Accessory (74)": [[8, "microphone-accessory-74"]], "Minimum Status Poll Period (60)": [[8, "minimum-status-poll-period-60"]], "Mobile Friendly (78)": [[8, "mobile-friendly-78"]], "Multi Shot Aspect Ratio (192)": [[7, "multi-shot-aspect-ratio-192"]], "NotifProvisioningState": [[14, "notifprovisioningstate"]], "NotifStartScanning": [[14, "notifstartscanning"]], "NotifyCOHNStatus": [[14, "notifycohnstatus"]], "NotifyLiveStreamStatus": [[14, "notifylivestreamstatus"]], "NotifyPresetStatus": [[14, "notifypresetstatus"]], "OTA (41)": [[8, "ota-41"]], "OTA Charged (83)": [[8, "ota-charged-83"]], "Operations": [[0, "operations"], [1, "operations"], [2, "operations"], [3, "operations"], [4, "operations"], [5, "operations"], [6, "operations"], [7, "operations"]], "Overheating (6)": [[8, "overheating-6"]], "Packet Headers": [[12, "packet-headers"]], "Packetization": [[12, "packetization"]], "Pairing Mode": [[11, "pairing-mode"]], "Pairing State (19)": [[8, "pairing-state-19"]], "Pairing State (Legacy) (28)": [[8, "pairing-state-legacy-28"]], "Pending FW Update Cancel (42)": [[8, "pending-fw-update-cancel-42"]], "Photo Horizon Leveling (151)": [[7, "photo-horizon-leveling-151"]], "Photo Interval Capture Count (118)": [[8, "photo-interval-capture-count-118"]], "Photo Interval Duration (172)": [[7, "photo-interval-duration-172"]], "Photo Lens (122)": [[7, "photo-lens-122"]], "Photo Mode (191)": [[7, "photo-mode-191"]], "Photo Output (125)": [[7, "photo-output-125"]], "Photo Preset (94)": [[8, "photo-preset-94"]], "Photo Single Interval (171)": [[7, "photo-single-interval-171"]], "Photos (38)": [[8, "photos-38"]], "Preset": [[14, "preset"]], "Preset (97)": [[8, "preset-97"]], "Preset Group (96)": [[8, "preset-group-96"]], "Preset Groups": [[5, "preset-groups"]], "Preset Modified (98)": [[8, "preset-modified-98"]], "Preset Modified Status": [[5, "preset-modified-status"]], "PresetGroup": [[14, "presetgroup"]], "PresetSetting": [[14, "presetsetting"]], "Presets": [[5, "presets"]], "Preview Stream (32)": [[8, "preview-stream-32"]], "Preview Stream Available (55)": [[8, "preview-stream-available-55"]], "Primary Storage (33)": [[8, "primary-storage-33"]], "Profiles (184)": [[7, "profiles-184"]], "Protobuf": [[12, "protobuf"]], "Protobuf Documentation": [[14, "protobuf-documentation"]], "Protobuf IDs": [[13, "protobuf-ids"]], "Protocol": [[10, "protocol"]], "Provisioning Procedure": [[1, "provisioning-procedure"]], "Queries": [[12, "queries"]], "Query": [[6, "query"]], "Query IDs": [[13, "query-ids"]], "Quick Capture (9)": [[8, "quick-capture-9"]], "Ready (82)": [[8, "ready-82"]], "Remaining Live Bursts (99)": [[8, "remaining-live-bursts-99"]], "Remaining Photos (34)": [[8, "remaining-photos-34"]], "Remaining Video Time (35)": [[8, "remaining-video-time-35"]], "Remote Connected (27)": [[8, "remote-connected-27"]], "Remote Version (26)": [[8, "remote-version-26"]], "RequestCOHNCert": [[14, "requestcohncert"]], "RequestClearCOHNCert": [[14, "requestclearcohncert"]], "RequestConnect": [[14, "requestconnect"]], "RequestConnectNew": [[14, "requestconnectnew"]], "RequestCreateCOHNCert": [[14, "requestcreatecohncert"]], "RequestCustomPresetUpdate": [[14, "requestcustompresetupdate"]], "RequestGetApEntries": [[14, "requestgetapentries"]], "RequestGetCOHNStatus": [[14, "requestgetcohnstatus"]], "RequestGetLastCapturedMedia": [[14, "requestgetlastcapturedmedia"]], "RequestGetLiveStreamStatus": [[14, "requestgetlivestreamstatus"]], "RequestGetPresetStatus": [[14, "requestgetpresetstatus"]], "RequestReleaseNetwork": [[14, "requestreleasenetwork"]], "RequestSetCOHNSetting": [[14, "requestsetcohnsetting"]], "RequestSetCameraControlStatus": [[14, "requestsetcameracontrolstatus"]], "RequestSetLiveStreamMode": [[14, "requestsetlivestreammode"]], "RequestSetTurboActive": [[14, "requestsetturboactive"]], "RequestStartScan": [[14, "requeststartscan"]], "ResponseCOHNCert": [[14, "responsecohncert"]], "ResponseConnect": [[14, "responseconnect"]], "ResponseConnectNew": [[14, "responseconnectnew"]], "ResponseGeneric": [[14, "responsegeneric"]], "ResponseGetApEntries": [[14, "responsegetapentries"]], "ResponseGetApEntries::ScanEntry": [[14, "responsegetapentries-scanentry"]], "ResponseLastCapturedMedia": [[14, "responselastcapturedmedia"]], "ResponseStartScanning": [[14, "responsestartscanning"]], "Rotation (86)": [[8, "rotation-86"]], "SD Card Capacity (117)": [[8, "sd-card-capacity-117"]], "SD Card Errors (112)": [[8, "sd-card-errors-112"]], "SD Card Remaining (54)": [[8, "sd-card-remaining-54"]], "SD Card Write Speed Error (111)": [[8, "sd-card-write-speed-error-111"]], "Scheduled Capture (108)": [[8, "scheduled-capture-108"]], "Scheduled Capture Preset ID (107)": [[8, "scheduled-capture-preset-id-107"]], "Send Messages": [[11, "send-messages"]], "Setting IDs": [[7, "setting-ids"], [13, "setting-ids"]], "Settings": [[7, "settings"]], "Setup Anti-Flicker (134)": [[7, "setup-anti-flicker-134"]], "State Management": [[15, "state-management"]], "Status IDs": [[8, "status-ids"], [13, "status-ids"]], "Statuses": [[8, "statuses"]], "Supported Cameras": [[9, "supported-cameras"]], "System Video Mode (180)": [[7, "system-video-mode-180"]], "Time Lapse Digital Lenses (123)": [[7, "time-lapse-digital-lenses-123"]], "Time Since Last Hilight (59)": [[8, "time-since-last-hilight-59"]], "Time Warp Speed (103)": [[8, "time-warp-speed-103"]], "Timelapse Interval Countdown (49)": [[8, "timelapse-interval-countdown-49"]], "Timelapse Preset (95)": [[8, "timelapse-preset-95"]], "Trail Length (179)": [[7, "trail-length-179"]], "Turbo Transfer (113)": [[8, "turbo-transfer-113"]], "Type Length Value": [[12, "type-length-value"]], "USB Connected (115)": [[8, "usb-connected-115"]], "USB Controlled (116)": [[8, "usb-controlled-116"]], "Verifying Certificate": [[1, "verifying-certificate"]], "Video Aspect Ratio (108)": [[7, "video-aspect-ratio-108"]], "Video Bit Rate (182)": [[7, "video-bit-rate-182"]], "Video Easy Mode (186)": [[7, "video-easy-mode-186"]], "Video Encoding Duration (13)": [[8, "video-encoding-duration-13"]], "Video Horizon Leveling (150)": [[7, "video-horizon-leveling-150"]], "Video Lens (121)": [[7, "video-lens-121"]], "Video Performance Mode (173)": [[7, "video-performance-mode-173"]], "Video Preset (93)": [[8, "video-preset-93"]], "Video Resolution (2)": [[7, "video-resolution-2"]], "Videos (39)": [[8, "videos-39"]], "View Certificate Details": [[1, "view-certificate-details"]], "Webcam Digital Lenses (43)": [[7, "webcam-digital-lenses-43"]], "Welcome to Open GoPro BLE API\u2019s documentation!": [[9, "welcome-to-open-gopro-ble-api-s-documentation"]], "WiFi SSID (30)": [[8, "wifi-ssid-30"]], "Wifi Bars (56)": [[8, "wifi-bars-56"]], "Wifi Provisioning State (24)": [[8, "wifi-provisioning-state-24"]], "Wifi Scan State (22)": [[8, "wifi-scan-state-22"]], "Wireless Band (178)": [[7, "wireless-band-178"]], "Wireless Band (76)": [[8, "wireless-band-76"]], "Wireless Connections Enabled (17)": [[8, "wireless-connections-enabled-17"]], "XLSX": [[7, "xlsx"]], "Zoom Available (77)": [[8, "zoom-available-77"]], "Zoom Level (75)": [[8, "zoom-level-75"]], "Zoom while Encoding (88)": [[8, "zoom-while-encoding-88"]]}, "docnames": ["features/access_points", "features/cohn", "features/control", "features/hilights", "features/live_streaming", "features/presets", "features/query", "features/settings", "features/statuses", "index", "protocol", "protocol/ble_setup", "protocol/data_protocol", "protocol/id_tables", "protocol/protobuf", "protocol/state_management"], "envversion": {"sphinx": 61, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["features/access_points.rst", "features/cohn.rst", "features/control.rst", "features/hilights.rst", "features/live_streaming.rst", "features/presets.rst", "features/query.rst", "features/settings.rst", "features/statuses.rst", "index.rst", "protocol.rst", "protocol/ble_setup.rst", "protocol/data_protocol.rst", "protocol/id_tables.rst", "protocol/protobuf.rst", "protocol/state_management.rst"], "indexentries": {}, "objects": {"": [[14, 0, 0, "enumcohnnetworkstate", "EnumCOHNNetworkState"], [14, 0, 0, "enumcohnstatus", "EnumCOHNStatus"], [14, 0, 0, "enumcameracontrolstatus", "EnumCameraControlStatus"], [14, 0, 0, "enumflatmode", "EnumFlatMode"], [14, 0, 0, "enumlens", "EnumLens"], [14, 0, 0, "enumlivestreamerror", "EnumLiveStreamError"], [14, 0, 0, "enumlivestreamstatus", "EnumLiveStreamStatus"], [14, 0, 0, "enumpresetgroup", "EnumPresetGroup"], [14, 0, 0, "enumpresetgroupicon", "EnumPresetGroupIcon"], [14, 0, 0, "enumpreseticon", "EnumPresetIcon"], [14, 0, 0, "enumpresettitle", "EnumPresetTitle"], [14, 0, 0, "enumprovisioning", "EnumProvisioning"], [14, 0, 0, "enumregisterlivestreamstatus", "EnumRegisterLiveStreamStatus"], [14, 0, 0, "enumregisterpresetstatus", "EnumRegisterPresetStatus"], [14, 0, 0, "enumresultgeneric", "EnumResultGeneric"], [14, 0, 0, "enumscanentryflags", "EnumScanEntryFlags"], [14, 0, 0, "enumscanning", "EnumScanning"], [14, 0, 0, "enumwindowsize", "EnumWindowSize"], [14, 0, 0, "media", "Media"], [14, 0, 0, "notifprovisioningstate", "NotifProvisioningState"], [14, 0, 0, "notifstartscanning", "NotifStartScanning"], [14, 0, 0, "notifycohnstatus", "NotifyCOHNStatus"], [14, 0, 0, "notifylivestreamstatus", "NotifyLiveStreamStatus"], [14, 0, 0, "notifypresetstatus", "NotifyPresetStatus"], [14, 0, 0, "preset", "Preset"], [14, 0, 0, "presetgroup", "PresetGroup"], [14, 0, 0, "presetsetting", "PresetSetting"], [14, 0, 0, "requestcohncert", "RequestCOHNCert"], [14, 0, 0, "requestclearcohncert", "RequestClearCOHNCert"], [14, 0, 0, "requestconnect", "RequestConnect"], [14, 0, 0, "requestconnectnew", "RequestConnectNew"], [14, 0, 0, "requestcreatecohncert", "RequestCreateCOHNCert"], [14, 0, 0, "requestcustompresetupdate", "RequestCustomPresetUpdate"], [14, 0, 0, "requestgetapentries", "RequestGetApEntries"], [14, 0, 0, "requestgetcohnstatus", "RequestGetCOHNStatus"], [14, 0, 0, "requestgetlastcapturedmedia", "RequestGetLastCapturedMedia"], [14, 0, 0, "requestgetlivestreamstatus", "RequestGetLiveStreamStatus"], [14, 0, 0, "requestgetpresetstatus", "RequestGetPresetStatus"], [14, 0, 0, "requestreleasenetwork", "RequestReleaseNetwork"], [14, 0, 0, "requestsetcohnsetting", "RequestSetCOHNSetting"], [14, 0, 0, "requestsetcameracontrolstatus", "RequestSetCameraControlStatus"], [14, 0, 0, "requestsetlivestreammode", "RequestSetLiveStreamMode"], [14, 0, 0, "requestsetturboactive", "RequestSetTurboActive"], [14, 0, 0, "requeststartscan", "RequestStartScan"], [14, 0, 0, "responsecohncert", "ResponseCOHNCert"], [14, 0, 0, "responseconnect", "ResponseConnect"], [14, 0, 0, "responseconnectnew", "ResponseConnectNew"], [14, 0, 0, "responsegeneric", "ResponseGeneric"], [14, 0, 0, "responsegetapentries", "ResponseGetApEntries"], [14, 0, 0, "responselastcapturedmedia", "ResponseLastCapturedMedia"], [14, 0, 0, "responsestartscanning", "ResponseStartScanning"], [14, 0, 0, "scanentry", "ScanEntry"], [1, 1, 0, "clear-cohn-certificate", "clear cohn certificate"], [0, 1, 0, "connect-to-a-new-access-point", "connect to a new access point"], [0, 1, 0, "connect-to-provisioned-access-point", "connect to provisioned access point"], [1, 1, 0, "create-cohn-certificate", "create cohn certificate"], [0, 1, 0, "get-ap-scan-results", "get ap scan results"], [5, 1, 0, "get-available-presets", "get available presets"], [1, 1, 0, "get-cohn-certificate", "get cohn certificate"], [1, 1, 0, "get-cohn-status", "get cohn status"], [6, 1, 0, "get-date-time", "get date time"], [6, 1, 0, "get-hardware-info", "get hardware info"], [6, 1, 0, "get-last-captured-media", "get last captured media"], [4, 1, 0, "get-livestream-status", "get livestream status"], [6, 1, 0, "get-local-date-time", "get local date time"], [6, 1, 0, "get-open-gopro-version", "get open gopro version"], [6, 1, 0, "get-setting-capabilities", "get setting capabilities"], [6, 1, 0, "get-setting-values", "get setting values"], [6, 1, 0, "get-status-values", "get status values"], [3, 1, 0, "hilight-moment", "hilight moment"], [2, 1, 0, "keep-alive", "keep alive"], [5, 1, 0, "load-preset", "load preset"], [5, 1, 0, "load-preset-group", "load preset group"], [6, 1, 0, "register-for-setting-capability-updates", "register for setting capability updates"], [6, 1, 0, "register-for-setting-value-updates", "register for setting value updates"], [6, 1, 0, "register-for-status-value-updates", "register for status value updates"], [0, 1, 0, "scan-for-access-points", "scan for access points"], [2, 1, 0, "set-analytics", "set analytics"], [2, 1, 0, "set-ap-control", "set ap control"], [2, 1, 0, "set-camera-control", "set camera control"], [1, 1, 0, "set-cohn-setting", "set cohn setting"], [2, 1, 0, "set-date-time", "set date time"], [4, 1, 0, "set-livestream-mode", "set livestream mode"], [2, 1, 0, "set-local-date-time", "set local date time"], [7, 1, 0, "set-setting", "set setting"], [2, 1, 0, "set-shutter", "set shutter"], [2, 1, 0, "set-turbo-transfer", "set turbo transfer"], [2, 1, 0, "sleep", "sleep"], [6, 1, 0, "unregister-for-setting-capability-updates", "unregister for setting capability updates"], [6, 1, 0, "unregister-for-setting-value-updates", "unregister for setting value updates"], [6, 1, 0, "unregister-for-status-value-updates", "unregister for status value updates"], [5, 1, 0, "update-custom-preset", "update custom preset"], [7, 2, 0, "setting-108", "Setting 108 (Video Aspect Ratio)"], [7, 2, 0, "setting-121", "Setting 121 (Video Lens)"], [7, 2, 0, "setting-122", "Setting 122 (Photo Lens)"], [7, 2, 0, "setting-123", "Setting 123 (Time Lapse Digital Lenses)"], [7, 2, 0, "setting-125", "Setting 125 (Photo Output)"], [7, 2, 0, "setting-128", "Setting 128 (Media Format)"], [7, 2, 0, "setting-134", "Setting 134 (Setup Anti-Flicker)"], [7, 2, 0, "setting-135", "Setting 135 (Hypersmooth)"], [7, 2, 0, "setting-150", "Setting 150 (Video Horizon Leveling)"], [7, 2, 0, "setting-151", "Setting 151 (Photo Horizon Leveling)"], [7, 2, 0, "setting-162", "Setting 162 (Max Lens)"], [7, 2, 0, "setting-167", "Setting 167 (HindSight)"], [7, 2, 0, "setting-171", "Setting 171 (Photo Single Interval)"], [7, 2, 0, "setting-172", "Setting 172 (Photo Interval Duration)"], [7, 2, 0, "setting-173", "Setting 173 (Video Performance Mode)"], [7, 2, 0, "setting-175", "Setting 175 (Controls)"], [7, 2, 0, "setting-176", "Setting 176 (Easy Mode Speed)"], [7, 2, 0, "setting-177", "Setting 177 (Enable Night Photo)"], [7, 2, 0, "setting-178", "Setting 178 (Wireless Band)"], [7, 2, 0, "setting-179", "Setting 179 (Trail Length)"], [7, 2, 0, "setting-180", "Setting 180 (System Video Mode)"], [7, 2, 0, "setting-182", "Setting 182 (Video Bit Rate)"], [7, 2, 0, "setting-183", "Setting 183 (Bit Depth)"], [7, 2, 0, "setting-184", "Setting 184 (Profiles)"], [7, 2, 0, "setting-186", "Setting 186 (Video Easy Mode)"], [7, 2, 0, "setting-187", "Setting 187 (Lapse Mode)"], [7, 2, 0, "setting-189", "Setting 189 (Max Lens Mod)"], [7, 2, 0, "setting-190", "Setting 190 (Max Lens Mod Enable)"], [7, 2, 0, "setting-191", "Setting 191 (Photo Mode)"], [7, 2, 0, "setting-192", "Setting 192 (Multi Shot Aspect Ratio)"], [7, 2, 0, "setting-193", "Setting 193 (Framing)"], [7, 2, 0, "setting-2", "Setting 2 (Video Resolution)"], [7, 2, 0, "setting-3", "Setting 3 (Frames Per Second)"], [7, 2, 0, "setting-43", "Setting 43 (Webcam Digital Lenses)"], [7, 2, 0, "setting-59", "Setting 59 (Auto Power Down)"], [7, 2, 0, "setting-83", "Setting 83 (GPS)"], [8, 3, 0, "status-1", "Status 1 (Is the system's internal battery present?)"], [8, 3, 0, "status-10", "Status 10 (Is the system currently encoding?)"], [8, 3, 0, "status-100", "Status 100 (Total number of Live Bursts on sdcard)"], [8, 3, 0, "status-102", "Status 102 (None)"], [8, 3, 0, "status-103", "Status 103 (None)"], [8, 3, 0, "status-104", "Status 104 (Is the system's Linux core active?)"], [8, 3, 0, "status-106", "Status 106 (Is Video Hindsight Capture Active?)"], [8, 3, 0, "status-107", "Status 107 (None)"], [8, 3, 0, "status-108", "Status 108 (Is Scheduled Capture set?)"], [8, 3, 0, "status-11", "Status 11 (Is LCD lock active?)"], [8, 3, 0, "status-111", "Status 111 (Is there an SD Card minimum write speed error?)"], [8, 3, 0, "status-112", "Status 112 (Number of sdcard write speed errors since device booted)"], [8, 3, 0, "status-113", "Status 113 (Is Turbo Transfer active?)"], [8, 3, 0, "status-114", "Status 114 (Camera control status ID)"], [8, 3, 0, "status-115", "Status 115 (Is the camera connected to a PC via USB?)"], [8, 3, 0, "status-116", "Status 116 (Camera control over USB state)"], [8, 3, 0, "status-117", "Status 117 (Total SD card capacity in Kilobytes)"], [8, 3, 0, "status-118", "Status 118 (None)"], [8, 3, 0, "status-13", "Status 13 (When encoding video, this is the duration (seconds) of the video so far; 0 otherwise)"], [8, 3, 0, "status-17", "Status 17 (Are Wireless Connections enabled?)"], [8, 3, 0, "status-19", "Status 19 (None)"], [8, 3, 0, "status-2", "Status 2 (Rough approximation of internal battery level in bars (or charging))"], [8, 3, 0, "status-20", "Status 20 (The last type of pairing in which the camera was engaged)"], [8, 3, 0, "status-21", "Status 21 (Time since boot (milliseconds) of last successful pairing complete action)"], [8, 3, 0, "status-22", "Status 22 (State of current scan for WiFi Access Points)"], [8, 3, 0, "status-23", "Status 23 (Time since boot (milliseconds) that the WiFi Access Point scan completed)"], [8, 3, 0, "status-24", "Status 24 (WiFi AP provisioning state)"], [8, 3, 0, "status-26", "Status 26 (Wireless remote control version)"], [8, 3, 0, "status-27", "Status 27 (Is a wireless remote control connected?)"], [8, 3, 0, "status-31", "Status 31 (The number of wireless devices connected to the camera)"], [8, 3, 0, "status-32", "Status 32 (Is Preview Stream enabled?)"], [8, 3, 0, "status-33", "Status 33 (None)"], [8, 3, 0, "status-34", "Status 34 (How many photos can be taken with current settings before sdcard is full)"], [8, 3, 0, "status-35", "Status 35 (How many seconds of video can be captured with current settings before sdcard is full)"], [8, 3, 0, "status-38", "Status 38 (Total number of photos on sdcard)"], [8, 3, 0, "status-39", "Status 39 (Total number of videos on sdcard)"], [8, 3, 0, "status-41", "Status 41 (The current status of Over The Air (OTA) update)"], [8, 3, 0, "status-42", "Status 42 (Is there a pending request to cancel a firmware update download?)"], [8, 3, 0, "status-45", "Status 45 (Is locate camera feature active?)"], [8, 3, 0, "status-54", "Status 54 (Remaining space on the sdcard in Kilobytes)"], [8, 3, 0, "status-55", "Status 55 (Is preview stream supported in current recording/mode/secondary-stream?)"], [8, 3, 0, "status-56", "Status 56 (WiFi signal strength in bars)"], [8, 3, 0, "status-58", "Status 58 (The number of hilights in currently-encoding video (value is set to 0 when encoding stops))"], [8, 3, 0, "status-59", "Status 59 (Time since boot (milliseconds) of most recent hilight in encoding video (set to 0 when encoding stops))"], [8, 3, 0, "status-6", "Status 6 (Is the system currently overheating?)"], [8, 3, 0, "status-65", "Status 65 (None)"], [8, 3, 0, "status-66", "Status 66 (Liveview Exposure Select: y-coordinate (percent))"], [8, 3, 0, "status-67", "Status 67 (Liveview Exposure Select: y-coordinate (percent))"], [8, 3, 0, "status-68", "Status 68 (Does the camera currently have a GPS lock?)"], [8, 3, 0, "status-69", "Status 69 (Is AP mode enabled?)"], [8, 3, 0, "status-70", "Status 70 (Internal battery level (percent))"], [8, 3, 0, "status-74", "Status 74 (None)"], [8, 3, 0, "status-75", "Status 75 (Digital Zoom level (percent))"], [8, 3, 0, "status-76", "Status 76 (None)"], [8, 3, 0, "status-77", "Status 77 (Is Digital Zoom feature available?)"], [8, 3, 0, "status-78", "Status 78 (Are current video settings mobile friendly? (related to video compression and frame rate))"], [8, 3, 0, "status-79", "Status 79 (Is the camera currently in First Time Use (FTU) UI flow?)"], [8, 3, 0, "status-8", "Status 8 (Is the camera busy?)"], [8, 3, 0, "status-81", "Status 81 (Is 5GHz wireless band available?)"], [8, 3, 0, "status-82", "Status 82 (Is the system fully booted and ready to accept commands?)"], [8, 3, 0, "status-83", "Status 83 (Is the internal battery charged sufficiently to start Over The Air (OTA) update?)"], [8, 3, 0, "status-85", "Status 85 (Is the camera getting too cold to continue recording?)"], [8, 3, 0, "status-86", "Status 86 (Rotational orientation of the camera)"], [8, 3, 0, "status-88", "Status 88 (Is this camera model capable of zooming while encoding?)"], [8, 3, 0, "status-89", "Status 89 (Current Flatmode ID)"], [8, 3, 0, "status-9", "Status 9 (Is Quick Capture feature enabled?)"], [8, 3, 0, "status-93", "Status 93 (Current Video Preset (ID))"], [8, 3, 0, "status-94", "Status 94 (Current Photo Preset (ID))"], [8, 3, 0, "status-95", "Status 95 (Current Time Lapse Preset (ID))"], [8, 3, 0, "status-97", "Status 97 (Current Preset (ID))"], [8, 3, 0, "status-98", "Status 98 (Preset Modified Status, which contains an event ID and a Preset (Group) ID)"], [8, 3, 0, "status-99", "Status 99 (The number of Live Bursts can be captured with current settings before sdcard is full)"]], "Status 101 (Is Capture Delay currently active (i.e": [[8, 3, 0, "status-101", " counting down)?)"]], "Status 105 (Camera lens type (reflects changes to lens settings such as 162, 189, 194, ..": [[8, 3, 0, "status-105", "))"]], "Status 110 (Note that this is a bitmasked value": [[8, 3, 0, "status-110", ")"]], "Status 28 (Wireless Pairing State": [[8, 3, 0, "status-28", " Each bit contains state information (see WirelessPairingStateFlags))"]], "Status 29 (SSID of the AP the camera is currently connected to": [[8, 3, 0, "status-29", " On BLE connection, value is big-endian byte-encoded int32)"]], "Status 30 (The camera's WiFi SSID": [[8, 3, 0, "status-30", " On BLE connection, value is big-endian byte-encoded int32)"]], "Status 49 (The current timelapse interval countdown value (e.g. 5...4...3...2...1..": [[8, 3, 0, "status-49", "))"]], "Status 60 (The minimum time between camera status updates (milliseconds)": [[8, 3, 0, "status-60", " Best practice is to not poll for status more\noften than this\n)"]], "Status 96 (Current Preset Group (ID) (corresponds to ui_mode_groups in settings": [[8, 3, 0, "status-96", "json))"]]}, "objnames": {"0": ["operation", "Proto", "Proto"], "1": ["operation", "Operation", "Operation"], "2": ["operation", "Setting", "Setting"], "3": ["operation", "Status", "Status"]}, "objtypes": {"0": "operation:Proto", "1": "operation:Operation", "2": "operation:Setting", "3": "operation:Status"}, "terms": {"": [1, 2, 4, 5, 6, 7, 8, 11, 12, 13, 14, 15], "0": [2, 6, 7, 8, 12, 13, 14], "00": [2, 9, 12], "0001": 11, "0002": 11, "0002a5d5c51b": 11, "0003": 11, "0004": 11, "0005": 11, "0072": [11, 12], "0073": 11, "0074": [11, 12], "0075": 11, "0076": [11, 12], "0077": 11, "0090": 11, "0091": 11, "0092": 11, "01": [2, 6, 9, 12], "02": 2, "03": [2, 9], "04": 2, "05": 2, "07": 2, "0x0": 12, "0x01": [2, 13], "0x02": [0, 13], "0x03": [0, 13], "0x04": [0, 13], "0x05": [0, 2, 13], "0x0b": [0, 13], "0x0c": [0, 13], "0x0d": [2, 13], "0x0e": [6, 13], "0x0f": [2, 13], "0x10": [6, 13], "0x12": [6, 13], "0x13": [6, 13], "0x17": [2, 13], "0x18": [3, 13], "0x32": [6, 13], "0x3c": [6, 13], "0x3e": [5, 13], "0x40": [5, 13], "0x42": 2, "0x50": [2, 13], "0x51": [6, 13], "0x52": [6, 13], "0x53": [6, 13], "0x5b": [2, 13], "0x62": [6, 13], "0x64": [5, 13], "0x65": [1, 13], "0x66": [1, 13], "0x67": [1, 13], "0x69": [2, 13], "0x6b": [2, 13], "0x6d": [6, 13], "0x6e": [1, 13], "0x6f": [1, 13], "0x72": [5, 6, 13], "0x73": [6, 13], "0x74": [4, 13], "0x79": [4, 13], "0x82": [0, 6, 13], "0x83": [0, 13], "0x84": [0, 13], "0x85": [0, 13], "0x92": [6, 13], "0x93": [6, 13], "0xa2": [6, 13], "0xe4": [5, 13], "0xe5": [1, 13], "0xe6": [1, 13], "0xe7": [1, 13], "0xe9": [2, 13], "0xeb": [2, 13], "0xed": [6, 13], "0xee": [1, 13], "0xef": [1, 13], "0xf": 12, "0xf1": [1, 2, 4, 5, 13], "0xf2": [5, 13], "0xf3": [5, 13], "0xf4": [4, 13], "0xf5": [1, 4, 5, 6, 13], "0xf9": [4, 13], "0xfea6": 11, "1": [1, 2, 6, 7, 12, 13, 14], "10": [2, 7, 9, 12, 13, 14], "100": [7, 13], "1000": 14, "1001": 14, "1002": 14, "101": [7, 13], "102": [7, 13], "103": [7, 13], "104": [7, 13], "105": [7, 13], "106": [7, 13], "107": [7, 13], "108": 13, "1080": 7, "109": 7, "11": [6, 7, 13, 14], "110": [7, 13], "111": [7, 13], "112": [7, 13], "113": [7, 13], "114": [2, 7, 13, 14], "115": [7, 13], "116": [7, 13], "117": [7, 13], "118": [7, 13], "119": 7, "11e3": 11, "12": [2, 6, 7, 14], "120": 7, "121": 13, "122": 13, "123": 13, "124": 7, "125": 13, "126": 7, "127": 7, "128": [11, 13], "129": 7, "13": [7, 13, 14], "130": 7, "131": 7, "132": 7, "133": 7, "134": 13, "135": 13, "136": 7, "137": 7, "14": [7, 14], "1440": 7, "15": [7, 14], "150": 13, "151": 13, "15min": 15, "16": [7, 14], "162": [5, 8, 13], "167": 13, "17": [7, 13, 14], "171": 13, "172": 13, "173": [5, 13], "175": [5, 13], "176": 13, "177": [5, 13], "178": 13, "179": 13, "18": [7, 14], "180": [5, 13], "182": 13, "183": 13, "184": 13, "186": [5, 13], "187": [5, 13], "189": [5, 8, 13], "19": [7, 13, 14], "190": [5, 13], "191": [5, 13], "192": 13, "193": 13, "194": [8, 13], "1f": 2, "1x": 7, "2": [12, 13, 14], "20": [7, 12, 13, 14], "200": 7, "2023": 2, "21": [7, 13, 14], "22": [7, 13, 14], "23": [2, 6, 7, 13, 14], "24": [7, 13, 14], "240": 7, "240fp": 7, "25": [7, 14], "255": 12, "26": [7, 13, 14], "2674f7f65f78": 6, "27": [7, 13, 14], "28": [7, 13, 14], "29": [13, 14], "2x": 7, "3": [2, 8, 12, 13, 14], "30": [7, 13, 14], "30min": 15, "31": [2, 6, 13, 14], "32": [13, 14], "33": [13, 14], "34": [13, 14], "35": [13, 14], "36": 14, "37": 14, "38": [13, 14], "39": [13, 14], "3k": 7, "4": [7, 8, 12, 13, 14], "40": 14, "41": [13, 14], "42": [13, 14], "43": 13, "45": 13, "49": 13, "4ghz": 7, "4k": 7, "4x": 7, "5": [7, 8, 13, 14], "50": 7, "50hz": 7, "54": 13, "55": [9, 13], "56": [6, 13], "57": 9, "58": [9, 13, 14], "59": [2, 6, 13, 14], "5ghz": [7, 13], "5k": 7, "5min": 15, "6": [6, 7, 12, 13, 14], "60": [7, 9, 13, 14], "60hz": 7, "61": 14, "62": [9, 14], "63": [2, 14], "64": 14, "65": [13, 14], "66": [13, 14], "67": [13, 14], "68": [13, 14], "69": [13, 14], "7": [2, 7, 12, 14], "70": [9, 13, 14], "71": 14, "72": 14, "73": 14, "74": [13, 14], "75": [13, 14], "76": [13, 14], "77": [13, 14], "78": [13, 14], "79": [13, 14], "7k": 7, "8": [7, 11, 13, 14], "81": 13, "8191": 12, "8192": 12, "82": [13, 14], "83": [13, 14], "85": [13, 14], "86": 13, "88": [2, 13], "89": 13, "8x": 7, "9": [7, 13, 14], "9046": 11, "93": [13, 14], "94": [5, 13, 14], "95": 13, "96": 13, "97": 13, "98": [5, 13], "99": [6, 13], "A": [0, 1, 5, 7, 12, 14, 15], "As": [4, 14], "At": 1, "For": [1, 2, 4, 7, 9, 11, 12, 15], "If": [2, 6, 7, 11, 12, 14, 15], "In": [1, 2, 7, 11, 12, 15], "It": 12, "NOT": 14, "No": 14, "Not": 14, "ON": 11, "On": [0, 1, 2, 7, 8, 13, 14], "The": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "Then": 9, "There": 12, "These": 7, "To": [0, 5, 12], "aa8d": 11, "abil": 4, "about": [1, 2, 4, 6, 14], "abov": [2, 6, 7, 9], "accept": [4, 8, 13, 14, 15], "access": [1, 2, 4, 8, 9, 11, 13, 14], "accommod": 12, "accomplish": [4, 12], "accordingli": [2, 14], "accumul": 12, "across": [1, 2, 4, 5, 14], "act": 1, "action": [0, 1, 2, 4, 5, 6, 8, 12, 13], "activ": [5, 9, 13, 14, 15], "adapt": 14, "add": [3, 14], "addit": [4, 14], "addition": [1, 9, 14], "address": [1, 14], "adher": 7, "advertis": [2, 10, 14], "affect": 5, "after": [0, 2, 11, 12, 14, 15], "again": 11, "air": [8, 13], "aliv": [2, 10, 13], "all": [1, 2, 6, 11, 12], "allow": [1, 11], "alreadi": 14, "also": [1, 14], "altern": [7, 11, 12], "alwai": [5, 7, 9, 12, 14, 15], "an": [0, 1, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15], "analyt": [2, 13], "ani": [2, 4, 5, 9, 14], "anoth": 7, "anti": 13, "ap": [0, 2, 11, 13, 14], "ap_mac_address": 6, "ap_mac_address_length": 6, "ap_ssid": 6, "ap_ssid_length": 6, "api": [5, 6, 14], "app": [2, 14, 15], "appear": 14, "appropri": 12, "approxim": [8, 13], "ar": [0, 1, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "arrai": [6, 12, 14], "arrow": [5, 14], "ascii": 14, "aspect": 13, "associ": [6, 9, 14], "assum": 9, "asynchron": [1, 4, 5, 11, 13, 14], "attain": 7, "attemp": 14, "attempt": [0, 14], "auth": [1, 14], "authent": [0, 14], "author": 1, "auto": [2, 13], "automat": [2, 14, 15], "avail": [0, 5, 9, 13, 14], "avoid": 12, "b5f9xxxx": 11, "back": [5, 14], "bad": 14, "band": 13, "bandwidth": 12, "bar": [13, 14], "base": 9, "basic": [1, 7, 9, 14], "batch": 14, "batt": 7, "batteri": [2, 7, 13], "becaus": [7, 14], "been": [0, 12, 14], "befor": [8, 11, 12, 13, 14, 15], "begin": 4, "behavior": [2, 14, 15], "being": 14, "below": [5, 7, 9, 11, 12], "best": [2, 8, 11, 13, 15], "between": [8, 9, 13, 14, 15], "big": [8, 12, 13], "bit": [0, 8, 11, 13], "bitmask": [8, 13, 14], "bitrat": 14, "black": [1, 6, 7, 9], "blacklist": 7, "ble": [2, 8, 10, 12, 13], "bluetooth": 9, "bool": 14, "boost": 7, "boot": [8, 11, 13], "both": 2, "buffer": 12, "build": 11, "burst": 13, "busi": [13, 15], "button": [2, 14], "byte": [0, 2, 6, 8, 12, 13, 14], "c1234567812345": 6, "ca": [1, 14], "cach": 11, "cafil": 1, "cah": 14, "camera": [0, 2, 4, 5, 6, 10, 11, 12, 13, 14], "camera_cof_setup": 14, "camera_control": 14, "camera_control_statu": 14, "camera_external_control": 14, "camera_idl": 14, "can": [0, 1, 2, 3, 4, 5, 7, 8, 9, 11, 12, 13, 14], "can_add_preset": 14, "cancel": [6, 13], "capabl": [1, 6, 8, 9, 13], "capac": 13, "caption": [5, 14], "captur": [6, 13, 14, 15], "card": [13, 14], "case": [1, 5, 9, 14], "caus": [2, 11, 14], "cert": [1, 14], "certif": [13, 14], "chain": 1, "chang": [0, 1, 4, 5, 6, 7, 8, 9, 13, 14, 15], "charact": 14, "characterist": [10, 12], "charg": 13, "claim": [2, 14, 15], "clear": [1, 13, 14], "click": 1, "client": [1, 2, 5, 11, 14, 15], "close": 14, "cloud": 14, "code": [2, 9], "cof": 14, "cohn": [1, 13, 14], "cohn_act": 14, "cohn_provis": 14, "cohn_state_connectingtonetwork": 14, "cohn_state_error": 14, "cohn_state_exit": 14, "cohn_state_idl": 14, "cohn_state_init": 14, "cohn_state_invalid": 14, "cohn_state_networkconnect": 14, "cohn_state_networkdisconnect": 14, "cohn_unprovis": 14, "cold": 13, "collect": 5, "combin": 2, "command": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 14, 15], "common": 14, "commonli": 14, "commun": [1, 9, 10, 11], "complet": [0, 8, 9, 13, 14], "compress": [8, 13], "compris": [7, 12, 14], "configur": [0, 1, 2, 4, 10, 14], "connect": [0, 1, 2, 4, 11, 13, 14, 15], "consid": 12, "construct": 7, "contain": [1, 6, 7, 8, 12, 13, 14], "contextu": [2, 14], "continu": [8, 13], "control": [0, 1, 5, 9, 10, 11, 13, 14], "coordin": [8, 13], "core": [9, 13], "correspond": [8, 11, 13, 14], "count": [13, 14], "countdown": 13, "counter": 12, "creat": [1, 5, 13, 14], "creation": [1, 14], "credenti": 1, "crt": 1, "current": [0, 1, 2, 4, 5, 6, 7, 8, 9, 12, 13, 14], "custom": [5, 13, 14], "custom1": 14, "custom2": 14, "custom3": 14, "custom_nam": [5, 14], "dai": [2, 6], "data": [2, 6, 9, 10, 11], "date": [2, 6, 13], "date_tim": 2, "daylight": [2, 6], "dbm": 14, "dcim": [6, 14], "deciph": 10, "declar": 14, "default": [5, 14], "defin": [2, 6, 7, 12, 14], "delai": 13, "delet": [5, 14], "demo": 9, "demonstr": 9, "depacket": 12, "depend": [1, 5, 6, 7, 12, 14, 15], "deprec": 6, "deprecated_length": 6, "depth": 13, "describ": [0, 6, 8, 9, 12, 14], "descript": [11, 12], "deseri": 12, "desir": [9, 14], "detail": [2, 4, 7, 14], "detect": [0, 14], "determin": 12, "devic": [11, 13], "dhcp": 1, "differ": [5, 12], "digit": [8, 9, 13], "directori": [6, 14], "disabl": [0, 2, 14], "disconnect": 14, "discourag": 15, "discov": [11, 14], "discover": 11, "displai": [2, 14], "dn": 14, "dns_primari": 14, "dns_secondari": 14, "do": [0, 11, 12, 14], "doc": [0, 1, 2, 4, 5, 6], "document": [6, 7, 10, 12], "doe": [0, 1, 8, 11, 13, 14], "done": 11, "down": [2, 8, 13], "download": [1, 8, 13], "drop": 14, "dst": 2, "due": 14, "durat": 13, "dure": [0, 3, 11, 14], "dynam": [7, 11], "e": [1, 2, 5, 6, 8, 13, 14, 15], "e7": 2, "each": [7, 8, 11, 12, 13], "easi": 13, "either": [4, 5, 12, 14], "element": [6, 12, 13], "els": 12, "empti": 6, "enabl": [2, 5, 11, 13, 14], "encod": [3, 9, 13, 14, 15], "endian": [8, 12, 13], "energi": 9, "engag": [8, 13], "english": 14, "enough": 14, "ensur": [0, 11], "entiti": [2, 14], "entri": [0, 14], "enumpresetgroup": 5, "error": [12, 13, 14], "establish": 2, "event": [8, 13], "everi": [2, 7], "exampl": [2, 7, 9, 11, 12, 15], "exit": [2, 5, 12, 14], "expir": 1, "exposur": 13, "ext": 7, "extend": 7, "extern": [2, 14], "extract": 12, "f": 12, "facebook": 4, "factori": [5, 11, 14], "fail": [5, 7, 14], "failur": 7, "fals": [8, 14], "far": [8, 13], "fea6": 11, "featur": [0, 1, 2, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14], "fewer": 12, "ff": 2, "field": [6, 14], "file": [1, 7, 14], "filenam": [6, 14], "find": 5, "finish": [10, 14], "firmwar": [6, 7, 8, 9, 13], "firmware_vers": 6, "firmware_version_length": 6, "first": [0, 1, 6, 7, 8, 9, 11, 12, 13, 14], "flag": [11, 15], "flat_mode_broadcast_broadcast": 14, "flat_mode_broadcast_record": 14, "flat_mode_idl": 14, "flat_mode_live_burst": 14, "flat_mode_loop": 14, "flat_mode_night_lapse_photo": 14, "flat_mode_night_lapse_video": 14, "flat_mode_photo": 14, "flat_mode_photo_burst": 14, "flat_mode_photo_night": 14, "flat_mode_photo_singl": 14, "flat_mode_playback": 14, "flat_mode_setup": 14, "flat_mode_slomo": 14, "flat_mode_time_lapse_photo": 14, "flat_mode_time_lapse_video": 14, "flat_mode_time_warp_video": 14, "flat_mode_unknown": 14, "flat_mode_video": 14, "flat_mode_video_burst_slomo": 14, "flat_mode_video_light_paint": 14, "flat_mode_video_light_trail": 14, "flat_mode_video_star_trail": 14, "flatmod": [13, 14], "flicker": 13, "flow": [8, 13], "flowchart": 12, "folder": 14, "follow": [1, 4, 7, 10, 11, 12, 14], "form": 12, "format": [9, 12, 13, 14, 15], "found": [0, 5, 6, 7, 14], "fov": [7, 9, 14], "fp": 7, "frame": [8, 13], "french": 14, "frequenc": 14, "friendli": 13, "from": [2, 5, 6, 7, 8, 11, 12, 14], "ftu": 13, "full": [7, 8, 13, 14], "fulli": [8, 13], "function": [1, 9], "futur": [4, 14], "g": [1, 5, 8, 13, 14, 15], "gatewai": 14, "gatt": [10, 12], "gener": [1, 2, 4, 5, 14], "german": 14, "get": [0, 1, 4, 5, 6, 7, 8, 13, 14, 15], "given": [7, 14], "global": [2, 14], "go": 2, "googl": 12, "gopro": [1, 2, 6, 10, 11, 12, 13, 15], "goprorootca": 1, "gp": [11, 12, 13], "gp12345678": 6, "green": 7, "group": [6, 13, 14], "guarante": 7, "h21": 9, "h22": 9, "h23": [6, 9], "ha": [0, 1, 12, 14], "had": 12, "handl": 2, "handshak": 14, "hard": 2, "hardwar": [6, 13], "have": [0, 1, 8, 11, 12, 13], "hd9": 9, "hdr": 7, "header": [1, 14], "here": [7, 12], "hero": 7, "hero10": [1, 9], "hero11": [1, 9], "hero12": [1, 6, 9], "hero9": [1, 9], "high": [1, 7], "highest": 7, "hilight": [9, 13], "hindsight": [9, 13], "home": [9, 14], "honor": 14, "horizon": 13, "hour": [2, 6, 7, 11], "how": [4, 8, 9, 12, 13], "howev": 15, "http": [0, 1, 14], "hub": 14, "hypersmooth": 13, "hyperview": 7, "hz": 7, "i": [0, 1, 2, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15], "icon": [5, 7, 14], "icon_id": [5, 14], "id": [0, 1, 2, 3, 4, 5, 6, 9, 10, 12, 14], "identifi": 12, "idl": [2, 14], "immedi": [0, 2, 5, 14], "inadvert": 2, "includ": [12, 14], "inclus": 14, "incom": 15, "incorrect": 14, "indic": [4, 11, 14], "indirectli": 1, "individu": [6, 7, 12, 14], "info": [6, 13, 14], "inform": [2, 6, 7, 8, 11, 13, 14], "initi": [0, 4, 5, 6, 10, 14], "instal": 1, "instruct": 1, "int": 12, "int16": [2, 6], "int32": [8, 13, 14], "intend": [0, 14], "interact": [2, 14], "intern": 13, "internet": [0, 14], "interv": 13, "invalid": [12, 14], "ip": [1, 14], "ipaddress": 14, "is_capt": 14, "is_dst": [2, 6], "is_fix": 14, "is_modifi": 14, "italian": 14, "its": [8, 12], "json": [8, 13], "kbp": 14, "keep": [2, 10, 13], "keep_al": 2, "kilobyt": [8, 13], "languag": [9, 14], "laps": [5, 8, 13], "larger": 12, "last": [6, 13, 14], "lcd": [2, 13], "leas": 1, "len": [5, 13, 14], "length": [6, 13], "lens": [9, 13, 14], "lens_linear": 14, "lens_superview": 14, "lens_wid": 14, "less": 12, "level": [1, 12, 13, 14], "life": 2, "lifespan": 1, "light": 7, "limit": [11, 12], "linear": 7, "linux": [13, 14], "list": [0, 7, 9, 14], "live": [0, 9, 13, 14], "live_stream_bitr": 14, "live_stream_encod": 14, "live_stream_encode_support": 14, "live_stream_error": 14, "live_stream_error_camera_block": 14, "live_stream_error_createstream": 14, "live_stream_error_inputstream": 14, "live_stream_error_internet": 14, "live_stream_error_network": 14, "live_stream_error_non": 14, "live_stream_error_osnetwork": 14, "live_stream_error_outofmemori": 14, "live_stream_error_sd_card_ful": 14, "live_stream_error_sd_card_remov": 14, "live_stream_error_selectednetworktimeout": 14, "live_stream_error_ssl_handshak": 14, "live_stream_error_unknown": 14, "live_stream_lens_support": 14, "live_stream_lens_supported_arrai": 14, "live_stream_max_lens_unsupport": 14, "live_stream_maximum_stream_bitr": 14, "live_stream_minimum_stream_bitr": 14, "live_stream_protune_support": 14, "live_stream_state_complete_stay_on": 14, "live_stream_state_config": 14, "live_stream_state_failed_stay_on": 14, "live_stream_state_idl": 14, "live_stream_state_readi": 14, "live_stream_state_reconnect": 14, "live_stream_state_stream": 14, "live_stream_state_unavail": 14, "live_stream_statu": 14, "live_stream_window_size_supported_arrai": 14, "livestream": [4, 13, 14], "liveview": 13, "load": [2, 5, 13, 15], "local": [1, 2, 6, 13, 14], "locat": 13, "lock": [7, 13], "log": 7, "logic": 2, "long": [5, 7, 14], "longer": 12, "longest": 7, "look": 1, "low": [7, 9, 14], "mac": 14, "macaddress": 14, "maco": 1, "mai": [7, 14, 15], "maintain": 15, "major": 6, "major_length": 6, "manag": [0, 9, 10, 11], "mani": [1, 2, 4, 5, 8, 13, 14], "map": 12, "market": 9, "mask": 14, "match": 12, "max": [5, 13, 14], "max_entri": 14, "maxim": [2, 12], "maximum": [7, 14], "maximum_bitr": 14, "mean": [7, 14], "media": [2, 4, 6, 13, 15], "memori": 14, "menu": [2, 14], "messag": [0, 1, 2, 4, 5, 6, 9, 10, 13, 14, 15], "meta": 14, "mhz": 14, "millisecond": [8, 13], "min": 7, "mini": [1, 9], "minim": 9, "minimum": [9, 13, 14], "minimum_bitr": 14, "minor": 6, "minor_length": 6, "minut": [2, 6, 7], "mo": 7, "mobil": 13, "mod": [5, 13], "mode": [0, 2, 4, 5, 9, 10, 13, 14], "model": [6, 8, 9, 13, 14], "model_nam": 6, "model_name_length": 6, "model_numb": 6, "model_number_length": 6, "modifi": [13, 14], "moment": [3, 13], "month": [2, 6], "more": [1, 6, 7, 8, 11, 12, 13, 14], "most": [1, 2, 8, 9, 13, 14], "mous": 1, "multi": 13, "multipl": 12, "must": [1, 5, 11, 12, 14], "mutabl": 14, "n": 12, "name": [5, 7, 8, 9, 14], "narrow": [7, 11], "nearli": 1, "necessari": [0, 7, 11, 12, 15], "need": [0, 1, 9, 11], "network": [0, 9, 11, 14], "never": 7, "new": [0, 1, 5, 11, 13, 14], "next": 7, "night": [5, 13], "non": [5, 14], "none": [7, 13], "noout": 1, "nope": 12, "note": [6, 8, 12, 13], "notif": [0, 1, 2, 4, 5, 6, 11, 13, 14], "notifi": [5, 11, 14], "notifprovisioningst": [0, 13], "notifstartscan": [0, 13], "notifycohnstatu": [1, 13], "notifylivestreamstatu": [4, 13], "notifypresetstatu": [5, 13], "number": [6, 8, 13, 14], "obei": 14, "object": [0, 7, 12, 14], "occur": 14, "off": [2, 7, 15], "offload": 14, "offset": [2, 6], "often": [7, 8, 13], "ok": 1, "onc": [1, 11, 12], "one": [5, 6, 7, 12, 14], "ongo": 6, "onli": [0, 3, 5, 6, 7, 12, 14], "onto": 12, "open": [1, 6, 10, 12, 13], "openssl": 1, "oper": [8, 10, 13, 14], "option": [4, 5, 6, 7, 8, 12, 14], "order": [1, 2, 5, 7, 10, 11, 12, 15], "organ": 5, "orient": [8, 13], "ota": 13, "other": [4, 15], "otherwis": [2, 8, 12, 13], "out": 14, "outlin": 7, "output": 13, "outsid": 14, "over": [1, 8, 13], "overh": 13, "overrid": 14, "overview": 11, "p": 12, "packet": 10, "page": [2, 14], "paint": 7, "pair": [10, 12, 13], "paramet": [2, 5, 6, 7, 12], "pars": [11, 12], "part": [2, 6, 14], "parti": [2, 14, 15], "pass": [5, 14], "password": [1, 11, 14], "path": [1, 6, 14], "payload": [6, 10], "pc": [8, 13], "pem": 14, "pend": 13, "per": [12, 13], "percent": [8, 13], "perform": [1, 5, 9, 13, 14], "period": [0, 5, 14, 15], "peripher": 11, "permiss": 11, "pertain": 9, "photo": [5, 6, 9, 13, 14, 15], "physic": [2, 14], "pill": [5, 14], "platform": 4, "point": [1, 2, 4, 8, 9, 11, 13, 14], "poll": [4, 13], "portugues": 14, "possibl": 12, "power": [2, 11, 13, 15], "practic": [2, 8, 11, 13, 15], "prepend": 12, "present": [7, 13], "preset": [2, 7, 9, 13, 15], "preset_arrai": 14, "preset_group_arrai": 14, "preset_group_endurance_video_icon_id": 14, "preset_group_id_photo": 14, "preset_group_id_timelaps": 14, "preset_group_id_video": 14, "preset_group_long_bat_video_icon_id": 14, "preset_group_max_photo_icon_id": 14, "preset_group_max_timelapse_icon_id": 14, "preset_group_max_video_icon_id": 14, "preset_group_photo_icon_id": 14, "preset_group_timelapse_icon_id": 14, "preset_group_video_icon_id": 14, "preset_icon_act": 14, "preset_icon_activity_endur": 14, "preset_icon_air": 14, "preset_icon_bas": 14, "preset_icon_basic_quality_video": 14, "preset_icon_bik": 14, "preset_icon_bit": 14, "preset_icon_burst": 14, "preset_icon_burst_2": 14, "preset_icon_c": 14, "preset_icon_chesti": 14, "preset_icon_cinemat": 14, "preset_icon_cinematic_endur": 14, "preset_icon_custom": 14, "preset_icon_ep": 14, "preset_icon_follow_cam": 14, "preset_icon_full_fram": 14, "preset_icon_helmet": 14, "preset_icon_highest_quality_video": 14, "preset_icon_indoor": 14, "preset_icon_light_paint": 14, "preset_icon_light_trail": 14, "preset_icon_live_burst": 14, "preset_icon_loop": 14, "preset_icon_motor": 14, "preset_icon_mount": 14, "preset_icon_nightlaps": 14, "preset_icon_nightlapse_photo": 14, "preset_icon_outdoor": 14, "preset_icon_panorama": 14, "preset_icon_photo": 14, "preset_icon_photo_2": 14, "preset_icon_photo_night": 14, "preset_icon_pov": 14, "preset_icon_selfi": 14, "preset_icon_shaki": 14, "preset_icon_simple_night_photo": 14, "preset_icon_simple_super_photo": 14, "preset_icon_sk": 14, "preset_icon_slomo_endur": 14, "preset_icon_snail": 14, "preset_icon_snow": 14, "preset_icon_standard_endur": 14, "preset_icon_standard_quality_video": 14, "preset_icon_star": 14, "preset_icon_star_trail": 14, "preset_icon_stationary_1": 14, "preset_icon_stationary_2": 14, "preset_icon_stationary_3": 14, "preset_icon_stationary_4": 14, "preset_icon_surf": 14, "preset_icon_timelaps": 14, "preset_icon_timelapse_2": 14, "preset_icon_timelapse_photo": 14, "preset_icon_timewarp": 14, "preset_icon_timewarp_2": 14, "preset_icon_trail": 14, "preset_icon_travel": 14, "preset_icon_ultra_slo_mo": 14, "preset_icon_video": 14, "preset_icon_video_2": 14, "preset_icon_wat": 14, "preset_title_act": 14, "preset_title_activity_endur": 14, "preset_title_air": 14, "preset_title_bas": 14, "preset_title_basic_quality_video": 14, "preset_title_bik": 14, "preset_title_bit": 14, "preset_title_burst": 14, "preset_title_c": 14, "preset_title_chesti": 14, "preset_title_cinemat": 14, "preset_title_cinematic_endur": 14, "preset_title_custom": 14, "preset_title_ep": 14, "preset_title_extended_batteri": 14, "preset_title_follow_cam": 14, "preset_title_full_fram": 14, "preset_title_helmet": 14, "preset_title_highest_qu": 14, "preset_title_highest_quality_video": 14, "preset_title_indoor": 14, "preset_title_light_paint": 14, "preset_title_light_trail": 14, "preset_title_live_burst": 14, "preset_title_longest_batteri": 14, "preset_title_loop": 14, "preset_title_motor": 14, "preset_title_mount": 14, "preset_title_night": 14, "preset_title_night_laps": 14, "preset_title_outdoor": 14, "preset_title_panorama": 14, "preset_title_photo": 14, "preset_title_photo_2": 14, "preset_title_pov": 14, "preset_title_selfi": 14, "preset_title_shaki": 14, "preset_title_simple_night_photo": 14, "preset_title_simple_super_photo": 14, "preset_title_simple_time_warp": 14, "preset_title_simple_video": 14, "preset_title_simple_video_endur": 14, "preset_title_sk": 14, "preset_title_slomo": 14, "preset_title_slomo_endur": 14, "preset_title_snow": 14, "preset_title_standard": 14, "preset_title_standard_endur": 14, "preset_title_standard_quality_video": 14, "preset_title_star": 14, "preset_title_star_trail": 14, "preset_title_stationary_1": 14, "preset_title_stationary_2": 14, "preset_title_stationary_3": 14, "preset_title_stationary_4": 14, "preset_title_surf": 14, "preset_title_time_laps": 14, "preset_title_time_warp": 14, "preset_title_time_warp_2": 14, "preset_title_trail": 14, "preset_title_travel": 14, "preset_title_ultra_slo_mo": 14, "preset_title_user_defined_custom_nam": [5, 14], "preset_title_video": 14, "preset_title_wat": 14, "press": [2, 5, 14], "prevent": [2, 15], "preview": 13, "previous": [0, 7, 14], "primari": 14, "pro": 7, "procedur": [11, 12], "process": [1, 11], "profil": 13, "program": 9, "programmat": 2, "properti": [1, 14], "protobuf": [0, 1, 2, 4, 5, 6, 9, 10], "protocol": [9, 11], "protun": 14, "provid": 1, "provis": [0, 13, 14], "provisioning_aborted_by_system": 14, "provisioning_cancelled_by_us": 14, "provisioning_error_eula_block": 14, "provisioning_error_failed_to_associ": 14, "provisioning_error_no_internet": 14, "provisioning_error_password_auth": 14, "provisioning_error_unsupported_typ": 14, "provisioning_never_start": 14, "provisioning_st": 14, "provisioning_start": 14, "provisioning_success_new_ap": 14, "provisioning_success_old_ap": 14, "provisioning_unknown": 14, "pseudocod": 12, "public": 9, "purpos": 1, "put": [2, 4, 11], "qualiti": 7, "queri": [1, 4, 5, 7, 8, 9, 10, 11, 15], "quick": [1, 13], "rang": 14, "rate": [8, 13], "ratio": 13, "raw": 7, "re": [7, 11, 14], "reach": 2, "read": [9, 10, 11], "readi": [4, 10, 13, 14], "receiv": [0, 6, 9, 11, 12, 14], "recent": [8, 9, 13], "reclaim": [2, 14], "reconnect": 14, "record": [3, 8, 13], "refer": 10, "reflect": [8, 13], "regist": [1, 4, 5, 6, 13, 14], "register_cohn_statu": 14, "register_live_stream_statu": 14, "register_live_stream_status_bitr": 14, "register_live_stream_status_error": 14, "register_live_stream_status_mod": 14, "register_live_stream_status_statu": 14, "register_preset_statu": 14, "register_preset_status_preset": 14, "register_preset_status_preset_group_arrai": 14, "regularli": 2, "reject": [7, 9, 14, 15], "rel": [6, 14], "relat": [8, 13], "releas": 7, "relev": [0, 9, 11, 12], "remain": 13, "remot": 13, "remov": 14, "reorder": [5, 14], "replac": 1, "report": 6, "repres": [7, 14], "represent": 14, "request": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 13, 14], "requestclearcohncert": [1, 13], "requestcohncert": [1, 13], "requestconnect": [0, 13], "requestconnectnew": [0, 13], "requestcreatecohncert": [1, 13], "requestcustompresetupd": [5, 13], "requestgetapentri": [0, 13], "requestgetcohnstatu": [1, 13], "requestgetlastcapturedmedia": [6, 13], "requestgetlivestreamstatu": [4, 13], "requestgetpresetstatu": [5, 13], "requestsetcameracontrolstatu": [2, 13], "requestsetcohnset": [1, 13], "requestsetlivestreammod": [4, 13], "requestsetturboact": [2, 13], "requeststartscan": [0, 13], "requir": [1, 11, 14], "reserv": [6, 12], "reset": [1, 2, 5, 11, 12], "resolut": [13, 14], "respect": 12, "respond": 12, "respons": [0, 1, 2, 3, 4, 5, 6, 7, 11, 12, 13, 14], "response_length": 6, "responsecohncert": [1, 13], "responseconnect": [0, 13], "responseconnectnew": [0, 13], "responsegener": [1, 2, 4, 5, 13], "responsegetapentri": [0, 13], "responselastcapturedmedia": [6, 13], "responsestartscan": [0, 13], "result": [0, 6, 7, 9, 12, 13, 14], "result_argument_invalid": 14, "result_argument_out_of_bound": 14, "result_ill_form": 14, "result_not_support": 14, "result_resource_not_avail": 14, "result_resource_not_availbl": 14, "result_success": 14, "result_unknown": 14, "return": [0, 1, 2, 5, 6, 14], "right": 1, "room": 14, "root": [1, 14], "rotat": 13, "rough": [8, 13], "router": 1, "row": [7, 12], "rtmp": [4, 14], "rule": 7, "russian": 14, "saturdai": 6, "save": [2, 6, 14], "scan": [0, 11, 13, 14], "scan_entry_flag": 14, "scan_flag_associ": 14, "scan_flag_authent": 14, "scan_flag_best_ssid": 14, "scan_flag_configur": [0, 14], "scan_flag_open": 14, "scan_flag_unsupported_typ": 14, "scan_id": 14, "scanning_aborted_by_system": 14, "scanning_cancelled_by_us": 14, "scanning_never_start": 14, "scanning_st": 14, "scanning_start": 14, "scanning_success": 14, "scanning_unknown": 14, "schedul": 13, "schema": 7, "scheme": 12, "screen": [2, 14], "sd": [13, 14], "sdcard": [6, 8, 13, 14, 15], "second": [2, 6, 8, 13, 14], "secondari": [8, 13, 14], "section": [6, 8, 9, 10, 11, 12], "secur": 1, "see": [1, 4, 6, 7, 8, 9, 11, 12, 13], "select": 13, "send": [2, 5, 9, 12, 14, 15], "sent": [0, 4, 5, 6, 11, 12, 14], "serial": [0, 2, 12, 14], "serial_numb": 6, "serial_number_length": 6, "server": 14, "servic": 11, "set": [0, 1, 2, 4, 5, 6, 8, 9, 10, 11, 12, 14, 15], "setting_arrai": 14, "settingid": [7, 13], "setup": [9, 10, 13, 14], "short": 7, "shorthand": 11, "shot": 13, "should": [9, 11, 15], "shutter": [2, 4, 13], "sign": 1, "signal": [8, 13, 14, 15], "signal_frequency_mhz": 14, "signal_strength_bar": 14, "simultan": 15, "sinc": 13, "singl": [6, 12, 13, 14], "site": 4, "size": 12, "sleep": [2, 11, 13], "slo": 7, "so": [8, 11, 13], "social": 4, "some": [0, 1, 2, 12, 15], "sourc": [0, 1, 2, 4, 5, 6, 14], "space": [8, 13], "spanish": 14, "special": 14, "specif": [1, 15], "specifi": [5, 12, 14], "speed": 13, "split": 12, "spreadsheet": 7, "ssid": [11, 13, 14], "ssl": [1, 14], "sta": [0, 14], "stack": 14, "standard": 7, "star": 7, "start": [0, 2, 4, 6, 8, 12, 13, 14], "start_index": 14, "starting_bitr": 14, "startup": 14, "state": [0, 5, 6, 7, 9, 10, 11, 12, 13, 14], "static": 14, "static_ip": 14, "station": [0, 4, 14], "stationari": 7, "statu": [0, 1, 2, 4, 6, 10, 12, 14, 15], "status": [6, 9, 12, 14], "step": [1, 11], "still": 2, "stop": [4, 8, 13, 14], "store": 11, "stream": [0, 9, 13, 14], "streamer": 14, "strength": [8, 13, 14], "string": [6, 8, 12, 14], "structur": 12, "submenu": 5, "subnet": 14, "subscrib": 11, "subscript": 11, "subsequ": [9, 11, 12], "success": [12, 13, 14], "suffici": [8, 13], "summar": 12, "summari": 14, "sundai": 6, "super": 7, "superphoto": 7, "superset": 7, "superview": 7, "support": [0, 1, 2, 4, 6, 7, 8, 11, 13, 14], "suppos": 7, "swedish": 14, "synchron": [4, 5, 14], "system": [1, 8, 13, 14, 15], "tabl": [5, 9, 10, 11, 12], "take": 14, "taken": [8, 13], "tap": 2, "task": 14, "tell": [2, 14, 15], "terminologi": 12, "text": [1, 14], "than": [8, 12, 13, 15], "thei": 12, "therebi": 5, "therefor": [0, 15], "thi": [0, 1, 2, 3, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15], "thing": 1, "third": [2, 14, 15], "those": 6, "through": [1, 9, 10], "throughout": 12, "time": [2, 6, 11, 13, 14, 15], "timelaps": 13, "timeout": 14, "timeout_second": 14, "timer": 2, "timewarp": 7, "timezon": [2, 6], "titl": [5, 14], "title_id": [5, 14], "title_numb": 14, "tl": [1, 14], "tlv": [2, 3, 5, 6, 7, 12], "too": [8, 13], "top": 12, "total": [8, 13, 14], "total_configured_ssid": 14, "total_entri": 14, "track": 2, "trail": 13, "transfer": [2, 13, 14], "tri": 7, "trigger": [0, 1, 14], "triplet": 12, "tripod": 7, "true": 8, "trust": 1, "try": 9, "turbo": [2, 13, 14], "tutori": [9, 12], "twitch": 4, "two": [1, 11, 12], "type": [0, 1, 2, 3, 4, 5, 6, 7, 10, 13, 14], "typespec": 14, "u": 12, "ubuntu": 1, "ui": [2, 5, 8, 11, 13, 14], "ui_mode_group": [8, 13], "uint16": [2, 6], "uint32": 5, "uint8": [2, 6, 7], "ultra": 7, "un": 2, "unavail": 14, "undefin": [9, 15], "under": 6, "understand": 9, "unknown": 14, "unless": [12, 15], "unregist": [6, 13, 14], "unregister_live_stream_statu": 14, "unregister_preset_statu": 14, "unset": [4, 15], "unsign": 6, "until": 4, "up": 11, "updat": [1, 2, 5, 6, 9, 13, 14], "upon": 11, "url": [4, 14], "us": [0, 1, 2, 3, 4, 5, 8, 9, 10, 12, 13, 14, 15], "usb": 13, "user": [2, 5, 7, 9, 14, 15], "user_defin": 14, "usernam": [1, 14], "usual": [7, 14], "utc": [2, 6], "utf": 14, "util": 1, "uuid": [0, 1, 2, 3, 4, 5, 6, 7, 11, 12], "v01": 9, "v2": 7, "v4": 12, "valid": [1, 7, 11, 14], "valu": [1, 2, 5, 6, 7, 8, 9, 13, 14], "value_length": 7, "variabl": [7, 12], "variou": [6, 9, 10], "vehicl": 7, "version": [6, 7, 9, 12, 13], "vertic": 7, "via": [0, 1, 2, 4, 5, 6, 7, 8, 9, 11, 13, 14], "video": [5, 6, 9, 13, 14, 15], "wa": [7, 8, 11, 13, 14], "wai": 11, "wait": [11, 14, 15], "wake": 11, "walk": 9, "webcam": 13, "weekdai": 6, "well": 9, "were": 5, "when": [1, 2, 5, 6, 8, 12, 13, 14], "whenev": 6, "where": [0, 9, 12], "whether": [2, 5, 11, 12, 14], "which": [0, 1, 2, 5, 8, 11, 13, 14], "while": [0, 3, 9, 11, 13, 14, 15], "whitelist": 7, "who": 14, "wide": 7, "widescreen": 7, "wifi": [2, 11, 13, 14], "window": 1, "window_s": 14, "window_size_1080": 14, "window_size_480": 14, "window_size_720": 14, "wireless": 13, "wirelesspairingstateflag": [8, 13], "wish": [2, 14, 15], "within": [5, 14], "without": [1, 2, 6], "work": [7, 12], "worksheet": 7, "write": [11, 13], "x509": 1, "xxxx": 11, "y": 13, "ye": 6, "year": [1, 2, 6], "yet": 14, "youtub": 4, "zero": [0, 2, 5, 14], "zone": 14, "zoom": 13}, "titles": ["Access Point", "Camera on the Home Network", "Control", "Hilights", "Live Streaming", "Presets", "Query", "Settings", "Statuses", "Welcome to Open GoPro BLE API\u2019s documentation!", "Protocol", "BLE Setup", "Data Protocol", "ID Tables", "Protobuf Documentation", "State Management"], "titleterms": {"": 9, "1": 8, "10": 8, "100": 8, "101": 8, "102": 8, "103": 8, "104": 8, "105": 8, "106": 8, "107": 8, "108": [7, 8], "11": 8, "110": 8, "111": 8, "112": 8, "113": 8, "114": 8, "115": 8, "116": 8, "117": 8, "118": 8, "121": 7, "122": 7, "123": 7, "125": 7, "128": 7, "13": [8, 12], "134": 7, "135": 7, "150": 7, "151": 7, "16": 12, "162": 7, "167": 7, "17": 8, "171": 7, "172": 7, "173": 7, "175": 7, "176": 7, "177": 7, "178": 7, "179": 7, "180": 7, "182": 7, "183": 7, "184": 7, "186": 7, "187": 7, "189": 7, "19": 8, "190": 7, "191": 7, "192": 7, "193": 7, "2": [7, 8], "20": 8, "21": 8, "22": 8, "23": 8, "24": 8, "26": 8, "27": 8, "28": 8, "29": 8, "3": 7, "30": 8, "31": 8, "32": 8, "33": 8, "34": 8, "35": 8, "38": 8, "39": 8, "41": 8, "42": 8, "43": 7, "45": 8, "49": 8, "5": 12, "54": 8, "55": 8, "56": 8, "58": 8, "59": [7, 8], "5ghz": 8, "6": 8, "60": 8, "65": 8, "66": 8, "67": 8, "68": 8, "69": 8, "70": 8, "74": 8, "75": 8, "76": 8, "77": 8, "78": 8, "79": 8, "8": 8, "81": 8, "82": 8, "83": [7, 8], "85": 8, "86": 8, "88": 8, "89": 8, "9": 8, "93": 8, "94": 8, "95": 8, "96": 8, "97": 8, "98": 8, "99": 8, "access": 0, "accessori": 8, "activ": 8, "advertis": 11, "aliv": 15, "anti": 7, "ap": 8, "api": 9, "aspect": 7, "auto": 7, "avail": 8, "band": [7, 8], "bar": 8, "batteri": 8, "bit": [7, 12], "ble": [9, 11], "burst": 8, "busi": 8, "camera": [1, 7, 8, 9, 15], "cancel": 8, "capabl": 7, "capac": 8, "captur": 8, "card": 8, "certif": 1, "characterist": 11, "charg": 8, "cold": 8, "command": [12, 13], "configur": 11, "connect": 8, "continu": 12, "control": [2, 7, 8, 15], "core": 8, "count": 8, "countdown": 8, "data": 12, "deciph": 12, "delai": 8, "depth": 7, "detail": 1, "devic": 8, "digit": 7, "disconnect": 0, "displai": 8, "document": [9, 14], "down": 7, "durat": [7, 8], "easi": 7, "enabl": [7, 8], "encod": 8, "enum": 14, "enumcameracontrolstatu": 14, "enumcohnnetworkst": 14, "enumcohnstatu": 14, "enumflatmod": 14, "enumlen": 14, "enumlivestreamerror": 14, "enumlivestreamstatu": 14, "enumpresetgroup": 14, "enumpresetgroupicon": 14, "enumpreseticon": 14, "enumpresettitl": 14, "enumprovis": 14, "enumregisterlivestreamstatu": 14, "enumregisterpresetstatu": 14, "enumresultgener": 14, "enumscan": 14, "enumscanentryflag": 14, "enumwindows": 14, "error": 8, "exposur": 8, "extend": 12, "finish": 11, "flatmod": 8, "flicker": 7, "format": 7, "frame": 7, "friendli": 8, "from": 0, "ftu": 8, "fw": 8, "gatt": 11, "gener": [9, 12], "get": 9, "gopro": 9, "gp": [7, 8], "group": [5, 8], "header": 12, "hilight": [3, 8], "hindsight": [7, 8], "home": 1, "horizon": 7, "hypersmooth": 7, "id": [7, 8, 13], "intern": 8, "interv": [7, 8], "json": 7, "keep": 15, "laps": 7, "last": 8, "lcd": 8, "legaci": 8, "len": [7, 8], "length": [7, 12], "lens": 7, "level": [7, 8], "limit": 9, "linux": 8, "live": [4, 8], "liveview": 8, "locat": 8, "lock": 8, "manag": 15, "max": 7, "media": [7, 8, 14], "messag": [11, 12], "microphon": 8, "minimum": 8, "mobil": 8, "mod": [7, 8], "mode": [7, 8, 11], "modifi": [5, 8], "multi": 7, "network": 1, "night": 7, "notifprovisioningst": 14, "notifstartscan": 14, "notifycohnstatu": 14, "notifylivestreamstatu": 14, "notifypresetstatu": 14, "open": 9, "oper": [0, 1, 2, 3, 4, 5, 6, 7], "ota": 8, "output": 7, "overh": 8, "packet": 12, "pair": [8, 11], "payload": 12, "pend": 8, "per": 7, "perform": 7, "period": 8, "photo": [7, 8], "point": 0, "poll": 8, "power": 7, "present": 8, "preset": [5, 8, 14], "presetgroup": 14, "presetset": 14, "preview": 8, "primari": 8, "procedur": 1, "profil": 7, "protobuf": [12, 13, 14], "protocol": [10, 12], "provis": [1, 8], "queri": [6, 12, 13], "quick": 8, "rate": 7, "ratio": 7, "readi": [8, 15], "remain": 8, "remot": 8, "requestclearcohncert": 14, "requestcohncert": 14, "requestconnect": 14, "requestconnectnew": 14, "requestcreatecohncert": 14, "requestcustompresetupd": 14, "requestgetapentri": 14, "requestgetcohnstatu": 14, "requestgetlastcapturedmedia": 14, "requestgetlivestreamstatu": 14, "requestgetpresetstatu": 14, "requestreleasenetwork": 14, "requestsetcameracontrolstatu": 14, "requestsetcohnset": 14, "requestsetlivestreammod": 14, "requestsetturboact": 14, "requeststartscan": 14, "resolut": 7, "responsecohncert": 14, "responseconnect": 14, "responseconnectnew": 14, "responsegener": 14, "responsegetapentri": 14, "responselastcapturedmedia": 14, "responsestartscan": 14, "rotat": 8, "scan": 8, "scanentri": 14, "schedul": 8, "sd": 8, "second": 7, "select": 8, "send": 11, "set": [7, 13], "setup": [7, 11], "shot": 7, "sinc": 8, "singl": 7, "speed": [7, 8], "ssid": 8, "start": 9, "state": [8, 15], "statu": [5, 8, 13], "status": 8, "storag": 8, "stream": [4, 8], "success": 8, "support": 9, "system": 7, "tabl": 13, "time": [7, 8], "timelaps": 8, "trail": 7, "transfer": 8, "turbo": 8, "type": [8, 12], "updat": 8, "usb": 8, "valu": 12, "verifi": 1, "version": 8, "video": [7, 8], "view": 1, "warp": 8, "webcam": 7, "welcom": 9, "while": 8, "wifi": 8, "wireless": [7, 8], "write": 8, "x": 8, "xlsx": 7, "y": 8, "zoom": 8}}) \ No newline at end of file +Search.setIndex({"alltitles": {"5GHZ Available (81)": [[8, "ghz-available-81"]], "AP Mode (69)": [[8, "ap-mode-69"]], "AP SSID (29)": [[8, "ap-ssid-29"]], "Access Point": [[0, null]], "Active Hilights (58)": [[8, "active-hilights-58"]], "Advertisements": [[11, "advertisements"]], "Anti-Flicker (134)": [[7, "anti-flicker-134"]], "Auto Power Down (59)": [[7, "auto-power-down-59"]], "BLE Characteristics": [[11, "ble-characteristics"]], "BLE Setup": [[11, null]], "Battery Present (1)": [[8, "battery-present-1"]], "Bit Depth (183)": [[7, "bit-depth-183"]], "Busy (8)": [[8, "busy-8"]], "Camera Capabilities": [[7, "camera-capabilities"]], "Camera Control": [[15, "camera-control"]], "Camera Control ID (114)": [[8, "camera-control-id-114"]], "Camera Readiness": [[15, "camera-readiness"]], "Camera on the Home Network": [[1, null]], "Capture Delay Active (101)": [[8, "capture-delay-active-101"]], "Certificates": [[1, "certificates"]], "Cold (85)": [[8, "cold-85"]], "Command IDs": [[13, "command-ids"]], "Commands": [[12, "commands"]], "Configure GATT Characteristics": [[11, "configure-gatt-characteristics"]], "Connected Devices (31)": [[8, "connected-devices-31"]], "Continuation Packets": [[12, "continuation-packets"]], "Control": [[2, null]], "Controls (175)": [[7, "controls-175"]], "Data Protocol": [[12, null]], "Decipher Message Payload Type": [[12, "decipher-message-payload-type"]], "Disconnect from Access Point": [[0, "disconnect-from-access-point"]], "Display Mod Status (110)": [[8, "display-mod-status-110"]], "Easy Mode Speed (176)": [[7, "easy-mode-speed-176"]], "Easy Night Photo (191)": [[7, "easy-night-photo-191"]], "Enable Night Photo (177)": [[7, "enable-night-photo-177"]], "Encoding (10)": [[8, "encoding-10"]], "EnumCOHNNetworkState": [[14, "enumcohnnetworkstate"]], "EnumCOHNStatus": [[14, "enumcohnstatus"]], "EnumCameraControlStatus": [[14, "enumcameracontrolstatus"]], "EnumFlatMode": [[14, "enumflatmode"]], "EnumLens": [[14, "enumlens"]], "EnumLiveStreamError": [[14, "enumlivestreamerror"]], "EnumLiveStreamStatus": [[14, "enumlivestreamstatus"]], "EnumPresetGroup": [[14, "enumpresetgroup"]], "EnumPresetGroupIcon": [[14, "enumpresetgroupicon"]], "EnumPresetIcon": [[14, "enumpreseticon"]], "EnumPresetTitle": [[14, "enumpresettitle"]], "EnumProvisioning": [[14, "enumprovisioning"]], "EnumRegisterLiveStreamStatus": [[14, "enumregisterlivestreamstatus"]], "EnumRegisterPresetStatus": [[14, "enumregisterpresetstatus"]], "EnumResultGeneric": [[14, "enumresultgeneric"]], "EnumScanEntryFlags": [[14, "enumscanentryflags"]], "EnumScanning": [[14, "enumscanning"]], "EnumWindowSize": [[14, "enumwindowsize"]], "Enums": [[14, "enums"]], "Extended (13-bit) Packets": [[12, "extended-13-bit-packets"]], "Extended (16-bit) Packets": [[12, "extended-16-bit-packets"]], "FTU (79)": [[8, "ftu-79"]], "Finish Pairing": [[11, "finish-pairing"]], "Flatmode (89)": [[8, "flatmode-89"]], "Frames Per Second (3)": [[7, "frames-per-second-3"]], "Framing (193)": [[7, "framing-193"]], "GPS (83)": [[7, "gps-83"]], "GPS Lock (68)": [[8, "gps-lock-68"]], "General": [[9, "general"]], "General (5-bit) Packets": [[12, "general-5-bit-packets"]], "Getting Started": [[9, "getting-started"]], "Hilights": [[3, null]], "HindSight (167)": [[7, "hindsight-167"]], "Hindsight (106)": [[8, "hindsight-106"]], "Hypersmooth (135)": [[7, "hypersmooth-135"]], "ID Tables": [[13, null]], "Internal Battery Bars (2)": [[8, "internal-battery-bars-2"]], "Internal Battery Percentage (70)": [[8, "internal-battery-percentage-70"]], "JSON": [[7, "json"]], "Keep Alive": [[15, "keep-alive"]], "LCD Lock (11)": [[8, "lcd-lock-11"]], "Lapse Mode (187)": [[7, "lapse-mode-187"]], "Last Pairing Success (21)": [[8, "last-pairing-success-21"]], "Last Pairing Type (20)": [[8, "last-pairing-type-20"]], "Last Wifi Scan Success (23)": [[8, "last-wifi-scan-success-23"]], "Lens Type (105)": [[8, "lens-type-105"]], "Limitations": [[9, "limitations"]], "Linux Core (104)": [[8, "linux-core-104"]], "Live Bursts (100)": [[8, "live-bursts-100"]], "Live Streaming": [[4, null]], "Liveview Exposure Select Mode (65)": [[8, "liveview-exposure-select-mode-65"]], "Liveview X (67)": [[8, "liveview-x-67"]], "Liveview Y (66)": [[8, "liveview-y-66"]], "Locate (45)": [[8, "locate-45"]], "Max Lens (162)": [[7, "max-lens-162"]], "Max Lens Mod (189)": [[7, "max-lens-mod-189"]], "Max Lens Mod Enable (190)": [[7, "max-lens-mod-enable-190"]], "Media": [[14, "media"]], "Media Format (128)": [[7, "media-format-128"]], "Media Mod State (102)": [[8, "media-mod-state-102"]], "Message Payload": [[12, "message-payload"]], "Microphone Accessory (74)": [[8, "microphone-accessory-74"]], "Minimum Status Poll Period (60)": [[8, "minimum-status-poll-period-60"]], "Mobile Friendly (78)": [[8, "mobile-friendly-78"]], "Multi Shot Aspect Ratio (192)": [[7, "multi-shot-aspect-ratio-192"]], "Nightlapse Rate (32)": [[7, "nightlapse-rate-32"]], "NotifProvisioningState": [[14, "notifprovisioningstate"]], "NotifStartScanning": [[14, "notifstartscanning"]], "NotifyCOHNStatus": [[14, "notifycohnstatus"]], "NotifyLiveStreamStatus": [[14, "notifylivestreamstatus"]], "NotifyPresetStatus": [[14, "notifypresetstatus"]], "OTA (41)": [[8, "ota-41"]], "OTA Charged (83)": [[8, "ota-charged-83"]], "Operations": [[0, "operations"], [1, "operations"], [2, "operations"], [3, "operations"], [4, "operations"], [5, "operations"], [6, "operations"], [7, "operations"]], "Overheating (6)": [[8, "overheating-6"]], "Packet Headers": [[12, "packet-headers"]], "Packetization": [[12, "packetization"]], "Pairing Mode": [[11, "pairing-mode"]], "Pairing State (19)": [[8, "pairing-state-19"]], "Pairing State (Legacy) (28)": [[8, "pairing-state-legacy-28"]], "Pending FW Update Cancel (42)": [[8, "pending-fw-update-cancel-42"]], "Photo Horizon Leveling (151)": [[7, "photo-horizon-leveling-151"]], "Photo Interval Capture Count (118)": [[8, "photo-interval-capture-count-118"]], "Photo Interval Duration (172)": [[7, "photo-interval-duration-172"]], "Photo Lens (122)": [[7, "photo-lens-122"]], "Photo Output (125)": [[7, "photo-output-125"]], "Photo Preset (94)": [[8, "photo-preset-94"]], "Photo Single Interval (171)": [[7, "photo-single-interval-171"]], "Photo Timelapse Rate (30)": [[7, "photo-timelapse-rate-30"]], "Photos (38)": [[8, "photos-38"]], "Preset": [[14, "preset"]], "Preset (97)": [[8, "preset-97"]], "Preset Group (96)": [[8, "preset-group-96"]], "Preset Groups": [[5, "preset-groups"]], "Preset Modified (98)": [[8, "preset-modified-98"]], "Preset Modified Status": [[5, "preset-modified-status"]], "PresetGroup": [[14, "presetgroup"]], "PresetSetting": [[14, "presetsetting"]], "Presets": [[5, null]], "Preview Stream (32)": [[8, "preview-stream-32"]], "Preview Stream Available (55)": [[8, "preview-stream-available-55"]], "Primary Storage (33)": [[8, "primary-storage-33"]], "Profiles (184)": [[7, "profiles-184"]], "Protobuf": [[12, "protobuf"]], "Protobuf Documentation": [[14, null]], "Protobuf IDs": [[13, "protobuf-ids"]], "Protocol": [[10, null]], "Provisioning Procedure": [[1, "provisioning-procedure"]], "Queries": [[12, "queries"]], "Query": [[6, null]], "Query IDs": [[13, "query-ids"]], "Quick Capture (9)": [[8, "quick-capture-9"]], "Ready (82)": [[8, "ready-82"]], "Remaining Live Bursts (99)": [[8, "remaining-live-bursts-99"]], "Remaining Photos (34)": [[8, "remaining-photos-34"]], "Remaining Video Time (35)": [[8, "remaining-video-time-35"]], "Remote Connected (27)": [[8, "remote-connected-27"]], "Remote Version (26)": [[8, "remote-version-26"]], "RequestCOHNCert": [[14, "requestcohncert"]], "RequestClearCOHNCert": [[14, "requestclearcohncert"]], "RequestConnect": [[14, "requestconnect"]], "RequestConnectNew": [[14, "requestconnectnew"]], "RequestCreateCOHNCert": [[14, "requestcreatecohncert"]], "RequestCustomPresetUpdate": [[14, "requestcustompresetupdate"]], "RequestGetApEntries": [[14, "requestgetapentries"]], "RequestGetCOHNStatus": [[14, "requestgetcohnstatus"]], "RequestGetLastCapturedMedia": [[14, "requestgetlastcapturedmedia"]], "RequestGetLiveStreamStatus": [[14, "requestgetlivestreamstatus"]], "RequestGetPresetStatus": [[14, "requestgetpresetstatus"]], "RequestReleaseNetwork": [[14, "requestreleasenetwork"]], "RequestSetCOHNSetting": [[14, "requestsetcohnsetting"]], "RequestSetCameraControlStatus": [[14, "requestsetcameracontrolstatus"]], "RequestSetLiveStreamMode": [[14, "requestsetlivestreammode"]], "RequestSetTurboActive": [[14, "requestsetturboactive"]], "RequestStartScan": [[14, "requeststartscan"]], "ResponseCOHNCert": [[14, "responsecohncert"]], "ResponseConnect": [[14, "responseconnect"]], "ResponseConnectNew": [[14, "responseconnectnew"]], "ResponseGeneric": [[14, "responsegeneric"]], "ResponseGetApEntries": [[14, "responsegetapentries"]], "ResponseGetApEntries::ScanEntry": [[14, "responsegetapentries-scanentry"]], "ResponseLastCapturedMedia": [[14, "responselastcapturedmedia"]], "ResponseStartScanning": [[14, "responsestartscanning"]], "Rotation (86)": [[8, "rotation-86"]], "SD Card Capacity (117)": [[8, "sd-card-capacity-117"]], "SD Card Errors (112)": [[8, "sd-card-errors-112"]], "SD Card Remaining (54)": [[8, "sd-card-remaining-54"]], "SD Card Write Speed Error (111)": [[8, "sd-card-write-speed-error-111"]], "Scheduled Capture (108)": [[8, "scheduled-capture-108"]], "Scheduled Capture Preset ID (107)": [[8, "scheduled-capture-preset-id-107"]], "Send Messages": [[11, "send-messages"]], "Setting IDs": [[7, "setting-ids"], [13, "setting-ids"]], "Settings": [[7, null]], "Star Trails Length (179)": [[7, "star-trails-length-179"]], "State Management": [[15, null]], "Status IDs": [[8, "status-ids"], [13, "status-ids"]], "Statuses": [[8, null]], "Supported Cameras": [[9, "supported-cameras"]], "System Video Mode (180)": [[7, "system-video-mode-180"]], "Time Lapse Digital Lenses (123)": [[7, "time-lapse-digital-lenses-123"]], "Time Since Last Hilight (59)": [[8, "time-since-last-hilight-59"]], "Time Warp Speed (103)": [[8, "time-warp-speed-103"]], "Timelapse Interval Countdown (49)": [[8, "timelapse-interval-countdown-49"]], "Timelapse Preset (95)": [[8, "timelapse-preset-95"]], "Turbo Transfer (113)": [[8, "turbo-transfer-113"]], "Type Length Value": [[12, "type-length-value"]], "USB Connected (115)": [[8, "usb-connected-115"]], "USB Controlled (116)": [[8, "usb-controlled-116"]], "Verifying Certificate": [[1, "verifying-certificate"]], "Video Aspect Ratio (108)": [[7, "video-aspect-ratio-108"]], "Video Bit Rate (182)": [[7, "video-bit-rate-182"]], "Video Easy Mode (186)": [[7, "video-easy-mode-186"]], "Video Encoding Duration (13)": [[8, "video-encoding-duration-13"]], "Video Horizon Leveling (150)": [[7, "video-horizon-leveling-150"]], "Video Lens (121)": [[7, "video-lens-121"]], "Video Performance Mode (173)": [[7, "video-performance-mode-173"]], "Video Preset (93)": [[8, "video-preset-93"]], "Video Resolution (2)": [[7, "video-resolution-2"]], "Video Timelapse Rate (5)": [[7, "video-timelapse-rate-5"]], "Videos (39)": [[8, "videos-39"]], "View Certificate Details": [[1, "view-certificate-details"]], "Webcam Digital Lenses (43)": [[7, "webcam-digital-lenses-43"]], "Welcome to Open GoPro BLE API\u2019s documentation!": [[9, null]], "WiFi SSID (30)": [[8, "wifi-ssid-30"]], "Wifi Bars (56)": [[8, "wifi-bars-56"]], "Wifi Provisioning State (24)": [[8, "wifi-provisioning-state-24"]], "Wifi Scan State (22)": [[8, "wifi-scan-state-22"]], "Wireless Band (178)": [[7, "wireless-band-178"]], "Wireless Band (76)": [[8, "wireless-band-76"]], "Wireless Connections Enabled (17)": [[8, "wireless-connections-enabled-17"]], "XLSX": [[7, "xlsx"]], "Zoom Available (77)": [[8, "zoom-available-77"]], "Zoom Level (75)": [[8, "zoom-level-75"]], "Zoom while Encoding (88)": [[8, "zoom-while-encoding-88"]]}, "docnames": ["features/access_points", "features/cohn", "features/control", "features/hilights", "features/live_streaming", "features/presets", "features/query", "features/settings", "features/statuses", "index", "protocol", "protocol/ble_setup", "protocol/data_protocol", "protocol/id_tables", "protocol/protobuf", "protocol/state_management"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["features/access_points.rst", "features/cohn.rst", "features/control.rst", "features/hilights.rst", "features/live_streaming.rst", "features/presets.rst", "features/query.rst", "features/settings.rst", "features/statuses.rst", "index.rst", "protocol.rst", "protocol/ble_setup.rst", "protocol/data_protocol.rst", "protocol/id_tables.rst", "protocol/protobuf.rst", "protocol/state_management.rst"], "indexentries": {}, "objects": {"": [[14, 0, 0, "enumcohnnetworkstate", "EnumCOHNNetworkState"], [14, 0, 0, "enumcohnstatus", "EnumCOHNStatus"], [14, 0, 0, "enumcameracontrolstatus", "EnumCameraControlStatus"], [14, 0, 0, "enumflatmode", "EnumFlatMode"], [14, 0, 0, "enumlens", "EnumLens"], [14, 0, 0, "enumlivestreamerror", "EnumLiveStreamError"], [14, 0, 0, "enumlivestreamstatus", "EnumLiveStreamStatus"], [14, 0, 0, "enumpresetgroup", "EnumPresetGroup"], [14, 0, 0, "enumpresetgroupicon", "EnumPresetGroupIcon"], [14, 0, 0, "enumpreseticon", "EnumPresetIcon"], [14, 0, 0, "enumpresettitle", "EnumPresetTitle"], [14, 0, 0, "enumprovisioning", "EnumProvisioning"], [14, 0, 0, "enumregisterlivestreamstatus", "EnumRegisterLiveStreamStatus"], [14, 0, 0, "enumregisterpresetstatus", "EnumRegisterPresetStatus"], [14, 0, 0, "enumresultgeneric", "EnumResultGeneric"], [14, 0, 0, "enumscanentryflags", "EnumScanEntryFlags"], [14, 0, 0, "enumscanning", "EnumScanning"], [14, 0, 0, "enumwindowsize", "EnumWindowSize"], [14, 0, 0, "media", "Media"], [14, 0, 0, "notifprovisioningstate", "NotifProvisioningState"], [14, 0, 0, "notifstartscanning", "NotifStartScanning"], [14, 0, 0, "notifycohnstatus", "NotifyCOHNStatus"], [14, 0, 0, "notifylivestreamstatus", "NotifyLiveStreamStatus"], [14, 0, 0, "notifypresetstatus", "NotifyPresetStatus"], [14, 0, 0, "preset", "Preset"], [14, 0, 0, "presetgroup", "PresetGroup"], [14, 0, 0, "presetsetting", "PresetSetting"], [14, 0, 0, "requestcohncert", "RequestCOHNCert"], [14, 0, 0, "requestclearcohncert", "RequestClearCOHNCert"], [14, 0, 0, "requestconnect", "RequestConnect"], [14, 0, 0, "requestconnectnew", "RequestConnectNew"], [14, 0, 0, "requestcreatecohncert", "RequestCreateCOHNCert"], [14, 0, 0, "requestcustompresetupdate", "RequestCustomPresetUpdate"], [14, 0, 0, "requestgetapentries", "RequestGetApEntries"], [14, 0, 0, "requestgetcohnstatus", "RequestGetCOHNStatus"], [14, 0, 0, "requestgetlastcapturedmedia", "RequestGetLastCapturedMedia"], [14, 0, 0, "requestgetlivestreamstatus", "RequestGetLiveStreamStatus"], [14, 0, 0, "requestgetpresetstatus", "RequestGetPresetStatus"], [14, 0, 0, "requestreleasenetwork", "RequestReleaseNetwork"], [14, 0, 0, "requestsetcohnsetting", "RequestSetCOHNSetting"], [14, 0, 0, "requestsetcameracontrolstatus", "RequestSetCameraControlStatus"], [14, 0, 0, "requestsetlivestreammode", "RequestSetLiveStreamMode"], [14, 0, 0, "requestsetturboactive", "RequestSetTurboActive"], [14, 0, 0, "requeststartscan", "RequestStartScan"], [14, 0, 0, "responsecohncert", "ResponseCOHNCert"], [14, 0, 0, "responseconnect", "ResponseConnect"], [14, 0, 0, "responseconnectnew", "ResponseConnectNew"], [14, 0, 0, "responsegeneric", "ResponseGeneric"], [14, 0, 0, "responsegetapentries", "ResponseGetApEntries"], [14, 0, 0, "responselastcapturedmedia", "ResponseLastCapturedMedia"], [14, 0, 0, "responsestartscanning", "ResponseStartScanning"], [14, 0, 0, "scanentry", "ScanEntry"], [1, 1, 0, "clear-cohn-certificate", "clear cohn certificate"], [0, 1, 0, "connect-to-a-new-access-point", "connect to a new access point"], [0, 1, 0, "connect-to-provisioned-access-point", "connect to provisioned access point"], [1, 1, 0, "create-cohn-certificate", "create cohn certificate"], [0, 1, 0, "get-ap-scan-results", "get ap scan results"], [5, 1, 0, "get-available-presets", "get available presets"], [1, 1, 0, "get-cohn-certificate", "get cohn certificate"], [1, 1, 0, "get-cohn-status", "get cohn status"], [6, 1, 0, "get-date-time", "get date time"], [6, 1, 0, "get-hardware-info", "get hardware info"], [6, 1, 0, "get-last-captured-media", "get last captured media"], [4, 1, 0, "get-livestream-status", "get livestream status"], [6, 1, 0, "get-local-date-time", "get local date time"], [6, 1, 0, "get-open-gopro-version", "get open gopro version"], [6, 1, 0, "get-setting-capabilities", "get setting capabilities"], [6, 1, 0, "get-setting-values", "get setting values"], [6, 1, 0, "get-status-values", "get status values"], [3, 1, 0, "hilight-moment", "hilight moment"], [2, 1, 0, "keep-alive", "keep alive"], [5, 1, 0, "load-preset", "load preset"], [5, 1, 0, "load-preset-group", "load preset group"], [6, 1, 0, "register-for-setting-capability-updates", "register for setting capability updates"], [6, 1, 0, "register-for-setting-value-updates", "register for setting value updates"], [6, 1, 0, "register-for-status-value-updates", "register for status value updates"], [0, 1, 0, "scan-for-access-points", "scan for access points"], [2, 1, 0, "set-analytics", "set analytics"], [2, 1, 0, "set-ap-control", "set ap control"], [2, 1, 0, "set-camera-control", "set camera control"], [1, 1, 0, "set-cohn-setting", "set cohn setting"], [2, 1, 0, "set-date-time", "set date time"], [4, 1, 0, "set-livestream-mode", "set livestream mode"], [2, 1, 0, "set-local-date-time", "set local date time"], [7, 1, 0, "set-setting", "set setting"], [2, 1, 0, "set-shutter", "set shutter"], [2, 1, 0, "set-turbo-transfer", "set turbo transfer"], [2, 1, 0, "sleep", "sleep"], [6, 1, 0, "unregister-for-setting-capability-updates", "unregister for setting capability updates"], [6, 1, 0, "unregister-for-setting-value-updates", "unregister for setting value updates"], [6, 1, 0, "unregister-for-status-value-updates", "unregister for status value updates"], [5, 1, 0, "update-custom-preset", "update custom preset"], [7, 2, 0, "setting-108", "Setting 108 (Video Aspect Ratio)"], [7, 2, 0, "setting-121", "Setting 121 (Video Lens)"], [7, 2, 0, "setting-122", "Setting 122 (Photo Lens)"], [7, 2, 0, "setting-123", "Setting 123 (Time Lapse Digital Lenses)"], [7, 2, 0, "setting-125", "Setting 125 (Photo Output)"], [7, 2, 0, "setting-128", "Setting 128 (Media Format)"], [7, 2, 0, "setting-134", "Setting 134 (Anti-Flicker)"], [7, 2, 0, "setting-135", "Setting 135 (Hypersmooth)"], [7, 2, 0, "setting-150", "Setting 150 (Video Horizon Leveling)"], [7, 2, 0, "setting-151", "Setting 151 (Photo Horizon Leveling)"], [7, 2, 0, "setting-162", "Setting 162 (Max Lens)"], [7, 2, 0, "setting-167", "Setting 167 (HindSight)"], [7, 2, 0, "setting-171", "Setting 171 (Photo Single Interval)"], [7, 2, 0, "setting-172", "Setting 172 (Photo Interval Duration)"], [7, 2, 0, "setting-173", "Setting 173 (Video Performance Mode)"], [7, 2, 0, "setting-175", "Setting 175 (Controls)"], [7, 2, 0, "setting-176", "Setting 176 (Easy Mode Speed)"], [7, 2, 0, "setting-177", "Setting 177 (Enable Night Photo)"], [7, 2, 0, "setting-178", "Setting 178 (Wireless Band)"], [7, 2, 0, "setting-179", "Setting 179 (Star Trails Length)"], [7, 2, 0, "setting-180", "Setting 180 (System Video Mode)"], [7, 2, 0, "setting-182", "Setting 182 (Video Bit Rate)"], [7, 2, 0, "setting-183", "Setting 183 (Bit Depth)"], [7, 2, 0, "setting-184", "Setting 184 (Profiles)"], [7, 2, 0, "setting-186", "Setting 186 (Video Easy Mode)"], [7, 2, 0, "setting-187", "Setting 187 (Lapse Mode)"], [7, 2, 0, "setting-189", "Setting 189 (Max Lens Mod)"], [7, 2, 0, "setting-190", "Setting 190 (Max Lens Mod Enable)"], [7, 2, 0, "setting-191", "Setting 191 (Easy Night Photo)"], [7, 2, 0, "setting-192", "Setting 192 (Multi Shot Aspect Ratio)"], [7, 2, 0, "setting-193", "Setting 193 (Framing)"], [7, 2, 0, "setting-2", "Setting 2 (Video Resolution)"], [7, 2, 0, "setting-3", "Setting 3 (Frames Per Second)"], [7, 2, 0, "setting-30", "Setting 30 (Photo Timelapse Rate)"], [7, 2, 0, "setting-32", "Setting 32 (Nightlapse Rate)"], [7, 2, 0, "setting-43", "Setting 43 (Webcam Digital Lenses)"], [7, 2, 0, "setting-5", "Setting 5 (Video Timelapse Rate)"], [7, 2, 0, "setting-59", "Setting 59 (Auto Power Down)"], [7, 2, 0, "setting-83", "Setting 83 (GPS)"], [8, 3, 0, "status-1", "Status 1 (Is the system's internal battery present?)"], [8, 3, 0, "status-10", "Status 10 (Is the system currently encoding?)"], [8, 3, 0, "status-100", "Status 100 (Total number of Live Bursts on sdcard)"], [8, 3, 0, "status-102", "Status 102 ()"], [8, 3, 0, "status-103", "Status 103 ()"], [8, 3, 0, "status-104", "Status 104 (Is the system's Linux core active?)"], [8, 3, 0, "status-106", "Status 106 (Is Video Hindsight Capture Active?)"], [8, 3, 0, "status-107", "Status 107 ()"], [8, 3, 0, "status-108", "Status 108 (Is Scheduled Capture set?)"], [8, 3, 0, "status-11", "Status 11 (Is LCD lock active?)"], [8, 3, 0, "status-111", "Status 111 (Is there an SD Card minimum write speed error?)"], [8, 3, 0, "status-112", "Status 112 (Number of sdcard write speed errors since device booted)"], [8, 3, 0, "status-113", "Status 113 (Is Turbo Transfer active?)"], [8, 3, 0, "status-114", "Status 114 (Camera control status ID)"], [8, 3, 0, "status-115", "Status 115 (Is the camera connected to a PC via USB?)"], [8, 3, 0, "status-116", "Status 116 (Camera control over USB state)"], [8, 3, 0, "status-117", "Status 117 (Total SD card capacity in Kilobytes)"], [8, 3, 0, "status-118", "Status 118 ()"], [8, 3, 0, "status-13", "Status 13 (When encoding video, this is the duration (seconds) of the video so far; 0 otherwise)"], [8, 3, 0, "status-17", "Status 17 (Are Wireless Connections enabled?)"], [8, 3, 0, "status-19", "Status 19 ()"], [8, 3, 0, "status-2", "Status 2 (Rough approximation of internal battery level in bars (or charging))"], [8, 3, 0, "status-20", "Status 20 (The last type of pairing in which the camera was engaged)"], [8, 3, 0, "status-21", "Status 21 (Time since boot (milliseconds) of last successful pairing complete action)"], [8, 3, 0, "status-22", "Status 22 (State of current scan for WiFi Access Points)"], [8, 3, 0, "status-23", "Status 23 (Time since boot (milliseconds) that the WiFi Access Point scan completed)"], [8, 3, 0, "status-24", "Status 24 (WiFi AP provisioning state)"], [8, 3, 0, "status-26", "Status 26 (Wireless remote control version)"], [8, 3, 0, "status-27", "Status 27 (Is a wireless remote control connected?)"], [8, 3, 0, "status-31", "Status 31 (The number of wireless devices connected to the camera)"], [8, 3, 0, "status-32", "Status 32 (Is Preview Stream enabled?)"], [8, 3, 0, "status-33", "Status 33 ()"], [8, 3, 0, "status-35", "Status 35 (How many seconds of video can be captured with current settings before sdcard is full\n\nAlternatively, this is:\n\n- the remaining timelapse capability if Setting 128 is set to Timelapse Video\n- the remaining nightlapse capability if Setting 128 is set to Nightlapse Video\n)"], [8, 3, 0, "status-38", "Status 38 (Total number of photos on sdcard)"], [8, 3, 0, "status-39", "Status 39 (Total number of videos on sdcard)"], [8, 3, 0, "status-41", "Status 41 (The current status of Over The Air (OTA) update)"], [8, 3, 0, "status-42", "Status 42 (Is there a pending request to cancel a firmware update download?)"], [8, 3, 0, "status-45", "Status 45 (Is locate camera feature active?)"], [8, 3, 0, "status-54", "Status 54 (Remaining space on the sdcard in Kilobytes)"], [8, 3, 0, "status-55", "Status 55 (Is preview stream supported in current recording/mode/secondary-stream?)"], [8, 3, 0, "status-56", "Status 56 (WiFi signal strength in bars)"], [8, 3, 0, "status-58", "Status 58 (The number of hilights in currently-encoding video (value is set to 0 when encoding stops))"], [8, 3, 0, "status-59", "Status 59 (Time since boot (milliseconds) of most recent hilight in encoding video (set to 0 when encoding stops))"], [8, 3, 0, "status-6", "Status 6 (Is the system currently overheating?)"], [8, 3, 0, "status-65", "Status 65 ()"], [8, 3, 0, "status-66", "Status 66 (Liveview Exposure Select: y-coordinate (percent))"], [8, 3, 0, "status-67", "Status 67 (Liveview Exposure Select: y-coordinate (percent))"], [8, 3, 0, "status-68", "Status 68 (Does the camera currently have a GPS lock?)"], [8, 3, 0, "status-69", "Status 69 (Is AP mode enabled?)"], [8, 3, 0, "status-70", "Status 70 (Internal battery level as percentage)"], [8, 3, 0, "status-74", "Status 74 ()"], [8, 3, 0, "status-75", "Status 75 (Digital Zoom level as percentage)"], [8, 3, 0, "status-76", "Status 76 ()"], [8, 3, 0, "status-77", "Status 77 (Is Digital Zoom feature available?)"], [8, 3, 0, "status-78", "Status 78 (Are current video settings mobile friendly? (related to video compression and frame rate))"], [8, 3, 0, "status-79", "Status 79 (Is the camera currently in First Time Use (FTU) UI flow?)"], [8, 3, 0, "status-8", "Status 8 (Is the camera busy?)"], [8, 3, 0, "status-81", "Status 81 (Is 5GHz wireless band available?)"], [8, 3, 0, "status-82", "Status 82 (Is the system fully booted and ready to accept commands?)"], [8, 3, 0, "status-83", "Status 83 (Is the internal battery charged sufficiently to start Over The Air (OTA) update?)"], [8, 3, 0, "status-85", "Status 85 (Is the camera getting too cold to continue recording?)"], [8, 3, 0, "status-86", "Status 86 (Rotational orientation of the camera)"], [8, 3, 0, "status-88", "Status 88 (Is this camera model capable of zooming while encoding?)"], [8, 3, 0, "status-89", "Status 89 (Current Flatmode ID)"], [8, 3, 0, "status-9", "Status 9 (Is Quick Capture feature enabled?)"], [8, 3, 0, "status-93", "Status 93 (Current Video Preset (ID))"], [8, 3, 0, "status-94", "Status 94 (Current Photo Preset (ID))"], [8, 3, 0, "status-95", "Status 95 (Current Time Lapse Preset (ID))"], [8, 3, 0, "status-97", "Status 97 (Current Preset (ID))"], [8, 3, 0, "status-98", "Status 98 (Preset Modified Status, which contains an event ID and a Preset (Group) ID)"], [8, 3, 0, "status-99", "Status 99 (The number of Live Bursts can be captured with current settings before sdcard is full)"]], "Status 101 (Is Capture Delay currently active (i.e": [[8, 3, 0, "status-101", " counting down)?)"]], "Status 105 (Camera lens type (reflects changes to lens settings such as 162, 189, 194, ..": [[8, 3, 0, "status-105", "))"]], "Status 110 (Note that this is a bitmasked value": [[8, 3, 0, "status-110", ")"]], "Status 28 (Wireless Pairing State": [[8, 3, 0, "status-28", " Each bit contains state information (see WirelessPairingStateFlags))"]], "Status 29 (SSID of the AP the camera is currently connected to": [[8, 3, 0, "status-29", " On BLE connection, value is big-endian byte-encoded int32)"]], "Status 30 (The camera's WiFi SSID": [[8, 3, 0, "status-30", " On BLE connection, value is big-endian byte-encoded int32)"]], "Status 34 (How many photos can be taken with current settings before sdcard is full": [[8, 3, 0, "status-34", "\n\nAlternatively, this is:\n\n- the remaining timelapse capability if Setting 128 is set to Timelapse Photo\n- the remaining nightlapse capability if Setting 128 is set to Nightlapse Photo\n)"]], "Status 49 (The current timelapse interval countdown value (e.g. 5...4...3...2...1..": [[8, 3, 0, "status-49", "))"]], "Status 60 (The minimum time between camera status updates (milliseconds)": [[8, 3, 0, "status-60", " Best practice is to not poll for status more\noften than this\n)"]], "Status 96 (Current Preset Group (ID) (corresponds to ui_mode_groups in settings": [[8, 3, 0, "status-96", "json))"]]}, "objnames": {"0": ["operation", "Proto", "Proto"], "1": ["operation", "Operation", "Operation"], "2": ["operation", "Setting", "Setting"], "3": ["operation", "Status", "Status"]}, "objtypes": {"0": "operation:Proto", "1": "operation:Operation", "2": "operation:Setting", "3": "operation:Status"}, "terms": {"": [1, 2, 4, 5, 6, 7, 8, 11, 12, 13, 14, 15], "0": [2, 6, 7, 8, 12, 13, 14], "00": [2, 9, 12], "000": 8, "0001": 11, "0002": 11, "0002a5d5c51b": 11, "0003": 11, "0004": 11, "0005": 11, "001": 8, "0072": [11, 12], "0073": 11, "0074": [11, 12], "0075": 11, "0076": [11, 12], "0077": 11, "0090": 11, "0091": 11, "0092": 11, "01": [2, 6, 9, 12], "010": 8, "0100": 13, "011": 8, "02": [2, 13], "03": [2, 9], "04": 2, "05": 2, "06": 13, "0600": 13, "07": [2, 13], "0x0": 12, "0x01": [2, 13], "0x02": [0, 13], "0x03": [0, 13], "0x04": [0, 13], "0x05": [0, 2, 13], "0x0b": [0, 13], "0x0c": [0, 13], "0x0d": [2, 13], "0x0e": [6, 13], "0x0f": [2, 13], "0x10": [6, 13], "0x12": [6, 13], "0x13": [6, 13], "0x17": [2, 13], "0x18": [3, 13], "0x32": [6, 13], "0x3c": [6, 13], "0x3e": [5, 13], "0x40": [5, 13], "0x42": 2, "0x50": [2, 13], "0x51": [6, 13], "0x52": [6, 13], "0x53": [6, 13], "0x5b": [2, 13], "0x62": [6, 13], "0x64": [5, 13], "0x65": [1, 13], "0x66": [1, 13], "0x67": [1, 13], "0x69": [2, 13], "0x6b": [2, 13], "0x6d": [6, 13], "0x6e": [1, 13], "0x6f": [1, 13], "0x72": [5, 6, 13], "0x73": [6, 13], "0x74": [4, 13], "0x79": [4, 13], "0x82": [0, 6, 13], "0x83": [0, 13], "0x84": [0, 13], "0x85": [0, 13], "0x92": [6, 13], "0x93": [6, 13], "0xa2": [6, 13], "0xe4": [5, 13], "0xe5": [1, 13], "0xe6": [1, 13], "0xe7": [1, 13], "0xe9": [2, 13], "0xeb": [2, 13], "0xed": [6, 13], "0xee": [1, 13], "0xef": [1, 13], "0xf": 12, "0xf1": [1, 2, 4, 5, 13], "0xf2": [5, 13], "0xf3": [5, 13], "0xf4": [4, 13], "0xf5": [1, 4, 5, 6, 13], "0xf9": [4, 13], "0xfea6": 11, "1": [1, 2, 6, 7, 12, 13, 14], "10": [2, 7, 9, 12, 13, 14], "100": [7, 13], "1000": 14, "1001": 14, "1002": 14, "101": [7, 13], "102": [7, 13], "103": [7, 13], "104": [7, 13], "105": [7, 13], "106": [7, 13], "107": [7, 13], "108": 13, "1080": 7, "109": 7, "10x": 8, "11": [6, 7, 13, 14], "110": [7, 13], "111": [7, 13], "112": [7, 13], "113": [7, 13], "114": [2, 7, 13, 14], "115": [7, 13], "116": [7, 13], "117": [7, 13], "118": [7, 13], "119": 7, "11e3": 11, "12": [2, 6, 7, 8, 14], "120": 7, "121": 13, "122": 13, "123": 13, "124": 7, "125": 13, "126": 7, "127": 7, "128": [8, 11, 13], "129": 7, "13": [7, 13, 14], "130": 7, "131": 7, "132": 7, "133": 7, "134": 13, "135": 13, "136": 7, "137": 7, "14": [7, 14], "1440": 7, "15": [7, 13, 14], "150": 13, "150x": 8, "151": 13, "15min": 15, "15x": 8, "16": [7, 8, 13, 14], "162": [5, 8, 13], "167": 13, "17": [7, 13, 14], "171": 13, "172": 13, "173": [5, 13], "175": [5, 13], "176": 13, "177": [5, 13], "178": 13, "179": 13, "18": [7, 14], "180": [5, 8, 13], "1800": 7, "1800x": 8, "182": 13, "183": 13, "184": 13, "186": [5, 13], "187": [5, 13], "189": [5, 8, 13], "19": [7, 13, 14], "190": [5, 13], "191": [5, 13], "192": 13, "193": 13, "194": [8, 13], "1f": 2, "1x": [7, 8], "2": [12, 13, 14], "20": [7, 12, 13, 14], "200": 7, "2019": 13, "2023": [2, 13], "21": [7, 13, 14], "22": [7, 13, 14], "23": [2, 6, 7, 13, 14], "24": [7, 13, 14], "240": 7, "240fp": 7, "25": [7, 14], "255": 12, "26": [7, 13, 14], "2674f7f65f78": 6, "27": [7, 13, 14], "270": 8, "28": [7, 13, 14], "29": [13, 14], "2x": [7, 8], "3": [2, 8, 12, 13, 14], "30": [13, 14], "300": 7, "300x": 8, "30min": 15, "30x": 8, "31": [2, 6, 13, 14], "32": [13, 14], "33": [13, 14], "34": [13, 14], "35": [13, 14], "36": [13, 14], "3600": 7, "3601": 7, "37": 14, "38": [13, 14], "39": [13, 14], "3k": 7, "4": [7, 8, 12, 13, 14], "40": 14, "41": [13, 14], "42": [13, 14], "43": 13, "45": 13, "49": 13, "4ghz": 7, "4k": 7, "4x": 7, "5": [8, 13, 14], "50": 7, "50hz": 7, "54": 13, "55": [9, 13], "56": [6, 13], "57": 9, "58": [9, 13, 14], "59": [2, 6, 13, 14], "5ghz": [7, 13], "5k": 7, "5min": 15, "5x": 8, "6": [6, 7, 12, 13, 14], "60": [7, 9, 13, 14], "60hz": 7, "60x": 8, "61": 14, "62": [9, 14], "63": [2, 14], "64": 14, "65": [13, 14], "66": [13, 14], "67": [13, 14], "68": [13, 14], "69": [13, 14], "7": [2, 7, 8, 12, 14], "70": [9, 13, 14], "71": 14, "72": 14, "73": 14, "74": [13, 14], "75": [13, 14], "76": [13, 14], "77": [13, 14], "78": [13, 14], "79": [13, 14], "7k": 7, "8": [7, 11, 13, 14], "81": 13, "8191": 12, "8192": 12, "82": [13, 14], "83": [13, 14], "85": [13, 14], "86": 13, "88": [2, 13], "89": 13, "8bit": 13, "8x": 7, "9": [7, 13, 14], "90": 8, "900x": 8, "9046": 11, "93": [13, 14], "94": [5, 13, 14], "95": 13, "96": 13, "97": 13, "98": [5, 13], "99": [6, 13], "A": [0, 1, 5, 7, 12, 14, 15], "As": [4, 14], "At": 1, "By": 13, "For": [1, 2, 4, 7, 9, 11, 12, 15], "If": [2, 6, 7, 11, 12, 14, 15], "In": [1, 2, 7, 11, 12, 15], "It": 12, "NOT": 14, "No": [8, 14], "Not": [8, 14], "ON": 11, "On": [0, 1, 2, 7, 8, 13, 14], "One": 8, "The": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "Then": 9, "There": 12, "These": 7, "To": [0, 5, 8, 12, 13], "aa8d": 11, "abil": 4, "abort": 8, "about": [1, 2, 4, 6, 14], "abov": [2, 6, 7, 9], "accept": [4, 8, 13, 14, 15], "access": [1, 2, 4, 8, 9, 11, 13, 14], "accommod": 12, "accomplish": [4, 12], "accordingli": [2, 14], "accumul": 12, "across": [1, 2, 4, 5, 14], "act": 1, "action": [0, 1, 2, 4, 5, 6, 8, 12, 13], "activ": [5, 9, 13, 14, 15], "adapt": 14, "add": [3, 14], "addit": [4, 14], "addition": [1, 9, 14], "address": [1, 13, 14], "adher": 7, "advertis": [2, 10, 14], "affect": 5, "after": [0, 2, 11, 12, 14, 15], "again": 11, "air": [8, 13], "aliv": [2, 10, 13], "all": [1, 2, 6, 11, 12], "allow": [1, 11], "alreadi": 14, "also": [1, 14], "altern": [7, 8, 11, 12, 13], "alwai": [5, 7, 9, 12, 14, 15], "an": [0, 1, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15], "analyt": [2, 13], "anamorph": 8, "ani": [2, 4, 5, 9, 14], "anoth": 7, "anti": 13, "ap": [0, 2, 11, 13, 14], "ap_mac_address": 6, "ap_mac_address_length": 6, "ap_ssid": 6, "ap_ssid_length": 6, "api": [5, 6, 14], "app": [2, 8, 14, 15], "appear": 14, "appropri": 12, "approxim": [8, 13], "ar": [0, 1, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "arrai": [6, 12, 14], "arrow": [5, 14], "ascii": 14, "aspect": 13, "associ": [6, 9, 14], "assum": 9, "asynchron": [1, 4, 5, 11, 13, 14], "attain": 7, "attemp": 14, "attempt": [0, 8, 14], "auth": [1, 14], "authent": [0, 14], "author": 1, "auto": [2, 8, 13], "automat": [2, 14, 15], "avail": [0, 5, 9, 13, 14], "avoid": 12, "b5f9xxxx": 11, "babel": 13, "back": [5, 14], "bad": 14, "band": 13, "bandwidth": 12, "bar": [13, 14], "base": 9, "basic": [1, 7, 9, 14], "batch": 14, "batt": 7, "batteri": [2, 7, 13], "becaus": [7, 14], "been": [0, 12, 14], "befor": [8, 11, 12, 13, 14, 15], "begin": 4, "behavior": [2, 14, 15], "being": 14, "below": [5, 7, 9, 11, 12], "best": [2, 8, 11, 13, 15], "between": [8, 9, 13, 14, 15], "big": [8, 12, 13], "bit": [0, 8, 11, 13], "bitmask": [8, 13, 14], "bitrat": 14, "black": [1, 6, 7, 9], "blacklist": 7, "ble": [2, 8, 10, 12, 13], "bluetooth": [8, 9], "bool": 14, "boost": 7, "boot": [8, 11, 13], "both": 2, "buffer": 12, "bug": 13, "build": 11, "burst": 13, "busi": [13, 15], "button": [2, 14], "byte": [0, 2, 6, 8, 12, 13, 14], "c1234567812345": 6, "ca": [1, 14], "cach": 11, "cafil": 1, "cah": 14, "camera": [0, 2, 4, 5, 6, 10, 11, 12, 13, 14], "camera_cof_setup": 14, "camera_control": 14, "camera_control_statu": 14, "camera_external_control": 14, "camera_idl": 14, "can": [0, 1, 2, 3, 4, 5, 7, 8, 9, 11, 12, 13, 14], "can_add_preset": 14, "cancel": [6, 13], "capabl": [1, 6, 8, 9, 13], "capac": 13, "caption": [5, 14], "captur": [6, 13, 14, 15], "card": [13, 14], "case": [1, 5, 9, 14], "caus": [2, 11, 14], "cert": [1, 14], "certif": [13, 14], "chain": 1, "chang": [0, 1, 4, 5, 6, 7, 8, 9, 13, 14, 15], "charact": 14, "characterist": [10, 12], "charg": 13, "charset": 13, "claim": [2, 14, 15], "clear": [1, 13, 14], "click": 1, "client": [1, 2, 5, 11, 14, 15], "close": 14, "cloud": 14, "code": [2, 9], "cof": 14, "cohn": [1, 13, 14], "cohn_act": 14, "cohn_provis": 14, "cohn_state_connectingtonetwork": 14, "cohn_state_error": 14, "cohn_state_exit": 14, "cohn_state_idl": 14, "cohn_state_init": 14, "cohn_state_invalid": 14, "cohn_state_networkconnect": 14, "cohn_state_networkdisconnect": 14, "cohn_unprovis": 14, "cold": 13, "collect": 5, "combin": 2, "command": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 14, 15], "common": 14, "commonli": 14, "commun": [1, 9, 10, 11], "complet": [0, 8, 9, 13, 14], "compress": [8, 13], "compris": [7, 12, 14], "configur": [0, 1, 2, 4, 10, 14], "connect": [0, 1, 2, 4, 11, 13, 14, 15], "consid": 12, "construct": 7, "contain": [1, 6, 7, 8, 12, 13, 14], "content": 13, "contextu": [2, 14], "continu": [8, 13], "control": [0, 1, 5, 9, 10, 11, 13, 14], "coordin": [8, 13], "core": [9, 13], "correspond": [8, 11, 13, 14], "count": [13, 14], "countdown": 13, "counter": 12, "creat": [1, 5, 13, 14], "creation": [1, 13, 14], "credenti": 1, "crt": 1, "current": [0, 1, 2, 4, 5, 6, 7, 8, 9, 12, 13, 14], "custom": [5, 13, 14], "custom1": 14, "custom2": 14, "custom3": 14, "custom_nam": [5, 14], "dai": [2, 6], "data": [2, 6, 9, 10, 11], "date": [2, 6, 13], "date_tim": 2, "daylight": [2, 6], "dbm": 14, "dcim": [6, 14], "deciph": 10, "declar": 14, "default": [5, 8, 14], "defin": [2, 6, 7, 12, 14], "degre": 8, "delai": 13, "delet": [5, 14], "demo": 9, "demonstr": 9, "densiti": 8, "depacket": 12, "depend": [1, 5, 6, 7, 12, 14, 15], "deprec": 6, "deprecated_length": 6, "depth": 13, "describ": [0, 6, 8, 9, 12, 14], "descript": [11, 12], "deseri": 12, "desir": [9, 14], "detail": [2, 4, 7, 14], "detect": [0, 14], "determin": 12, "dev0": 13, "devic": [11, 13], "dhcp": 1, "differ": [5, 12], "digit": [8, 9, 13], "directori": [6, 14], "disabl": [0, 2, 8, 14], "disconnect": 14, "discourag": 15, "discov": [11, 14], "discover": 11, "displai": [2, 14], "dn": 14, "dns_primari": 14, "dns_secondari": 14, "do": [0, 11, 12, 14], "doc": [0, 1, 2, 4, 5, 6], "document": [6, 7, 10, 12], "doe": [0, 1, 8, 11, 13, 14], "done": 11, "down": [2, 8, 13], "download": [1, 8, 13], "drop": 14, "dst": 2, "due": 14, "durat": 13, "dure": [0, 3, 11, 14], "dynam": [7, 11], "e": [1, 2, 5, 6, 8, 13, 14, 15], "e7": 2, "each": [7, 8, 11, 12, 13], "easi": 13, "either": [4, 5, 12, 14], "element": [6, 12, 13], "els": 12, "email": 13, "empti": 6, "en": 13, "enabl": [2, 5, 11, 13, 14], "encod": [3, 9, 13, 14, 15], "endian": [8, 12, 13], "energi": 9, "engag": [8, 13], "english": 14, "enough": 14, "ensur": [0, 11], "entiti": [2, 8, 14], "entri": [0, 14], "enumpresetgroup": 5, "error": [12, 13, 14], "establish": 2, "event": [8, 13], "everi": [2, 7], "exampl": [2, 7, 9, 11, 12, 15], "exit": [2, 5, 12, 14], "expir": 1, "exposur": 13, "ext": 7, "extend": 7, "extern": [2, 8, 14], "extract": 12, "f": 12, "facebook": 4, "factori": [5, 11, 14], "fail": [5, 7, 8, 14], "failur": 7, "fals": [8, 14], "far": [8, 13], "fea6": 11, "featur": [0, 1, 2, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14], "fewer": 12, "ff": 2, "field": [6, 14], "file": [1, 7, 14], "filenam": [6, 14], "find": 5, "finish": [10, 14], "firmwar": [6, 7, 8, 9, 13], "firmware_vers": 6, "firmware_version_length": 6, "first": [0, 1, 6, 7, 8, 9, 11, 12, 13, 14], "flag": [11, 15], "flat_mode_broadcast_broadcast": 14, "flat_mode_broadcast_record": 14, "flat_mode_idl": 14, "flat_mode_live_burst": 14, "flat_mode_loop": 14, "flat_mode_night_lapse_photo": 14, "flat_mode_night_lapse_video": 14, "flat_mode_photo": 14, "flat_mode_photo_burst": 14, "flat_mode_photo_night": 14, "flat_mode_photo_singl": 14, "flat_mode_playback": 14, "flat_mode_setup": 14, "flat_mode_slomo": 14, "flat_mode_time_lapse_photo": 14, "flat_mode_time_lapse_video": 14, "flat_mode_time_warp_video": 14, "flat_mode_unknown": 14, "flat_mode_video": 14, "flat_mode_video_burst_slomo": 14, "flat_mode_video_light_paint": 14, "flat_mode_video_light_trail": 14, "flat_mode_video_star_trail": 14, "flatmod": [13, 14], "flicker": 13, "flow": [8, 13], "flowchart": 12, "folder": 14, "follow": [1, 4, 7, 10, 11, 12, 14], "form": [12, 13], "format": [8, 9, 12, 13, 14, 15], "found": [0, 5, 6, 7, 14], "fov": [7, 9, 14], "fp": 7, "frame": [8, 13], "french": 14, "frequenc": 14, "frequent": 7, "friendli": 13, "from": [2, 5, 6, 7, 11, 12, 14], "ftu": 13, "full": [7, 8, 13, 14], "fulli": [8, 13], "function": [1, 9], "futur": [4, 14], "g": [1, 5, 8, 13, 14, 15], "gatewai": 14, "gatt": [10, 12], "gener": [1, 2, 4, 5, 13, 14], "german": 14, "get": [0, 1, 4, 5, 6, 7, 8, 13, 14, 15], "ghz": 8, "given": [7, 14], "global": [2, 14], "go": 2, "googl": 12, "gopro": [1, 2, 6, 8, 10, 11, 12, 13, 15], "goprorootca": 1, "gp": [11, 12, 13], "gp12345678": 6, "group": [6, 13, 14], "guarante": 7, "h21": 9, "h22": 9, "h23": [6, 9], "ha": [0, 1, 8, 12, 14], "had": 12, "handl": 2, "handshak": 14, "hard": 2, "hardwar": [6, 13], "have": [0, 1, 8, 11, 12, 13], "hd9": 9, "hdmi": 8, "hdr": 7, "header": [1, 14], "hemispher": 8, "here": [7, 12], "hero": 7, "hero10": [1, 9], "hero11": [1, 9], "hero12": [1, 6, 9], "hero9": [1, 9], "high": [1, 7], "highest": 7, "hilight": [9, 13], "hindsight": [9, 13], "home": [9, 14], "honor": 14, "horizon": 13, "hour": [2, 6, 7, 11], "how": [4, 7, 8, 9, 12, 13], "howev": 15, "http": [0, 1, 14], "hub": 14, "hypersmooth": 13, "hyperview": 7, "hz": 7, "i": [0, 1, 2, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15], "icon": [5, 14], "icon_id": [5, 14], "id": [0, 1, 2, 3, 4, 5, 6, 9, 10, 12, 14], "identifi": 12, "idl": [2, 8, 14], "immedi": [0, 2, 5, 14], "inadvert": 2, "includ": [12, 14], "inclus": 14, "incom": 15, "incorrect": 14, "indic": [4, 11, 14], "indirectli": 1, "individu": [6, 7, 12, 14], "info": [6, 13, 14], "inform": [2, 6, 7, 8, 11, 13, 14], "initi": [0, 4, 5, 6, 10, 14], "instal": 1, "instruct": 1, "int": 12, "int16": [2, 6], "int32": [8, 13, 14], "int32ub": 8, "int64ub": [7, 8], "int8ub": [7, 8], "integ": [7, 8], "intend": [0, 14], "interact": [2, 14], "intern": 13, "internet": [0, 14], "interv": 13, "interven": 8, "invalid": [12, 14], "ip": [1, 14], "ipaddress": 14, "is_capt": 14, "is_dst": [2, 6], "is_fix": 14, "is_modifi": 14, "iso": 8, "italian": 14, "its": [8, 12], "json": [8, 13], "kbp": 14, "keep": [2, 10, 13], "keep_al": 2, "kilobyt": [8, 13], "lai": 8, "languag": [9, 13, 14], "laps": [5, 8, 13], "larger": 12, "last": [6, 13, 14], "lcd": [2, 13], "leas": 1, "left": 8, "len": [5, 13, 14], "length": [6, 13], "lens": [9, 13, 14], "lens_linear": 14, "lens_superview": 14, "lens_wid": 14, "less": 12, "level": [1, 12, 13, 14], "li": 13, "life": 2, "lifespan": 1, "light": 7, "limit": [11, 12], "linear": 7, "linux": [13, 14], "list": [0, 7, 9, 14], "live": [0, 9, 13, 14], "live_stream_bitr": 14, "live_stream_encod": 14, "live_stream_encode_support": 14, "live_stream_error": 14, "live_stream_error_camera_block": 14, "live_stream_error_createstream": 14, "live_stream_error_inputstream": 14, "live_stream_error_internet": 14, "live_stream_error_network": 14, "live_stream_error_non": 14, "live_stream_error_osnetwork": 14, "live_stream_error_outofmemori": 14, "live_stream_error_sd_card_ful": 14, "live_stream_error_sd_card_remov": 14, "live_stream_error_selectednetworktimeout": 14, "live_stream_error_ssl_handshak": 14, "live_stream_error_unknown": 14, "live_stream_lens_support": 14, "live_stream_lens_supported_arrai": 14, "live_stream_max_lens_unsupport": 14, "live_stream_maximum_stream_bitr": 14, "live_stream_minimum_stream_bitr": 14, "live_stream_protune_support": 14, "live_stream_state_complete_stay_on": 14, "live_stream_state_config": 14, "live_stream_state_failed_stay_on": 14, "live_stream_state_idl": 14, "live_stream_state_readi": 14, "live_stream_state_reconnect": 14, "live_stream_state_stream": 14, "live_stream_state_unavail": 14, "live_stream_statu": 14, "live_stream_window_size_supported_arrai": 14, "livestream": [4, 13, 14], "liveview": 13, "ll": 13, "load": [2, 5, 13, 15], "local": [1, 2, 6, 13, 14], "locat": 13, "lock": [7, 13], "log": 7, "logic": 2, "long": [5, 7, 14], "longer": 12, "longest": 7, "look": 1, "low": [7, 9, 14], "mac": 14, "macaddress": 14, "maco": 1, "macro": 8, "mai": [7, 14, 15], "maintain": 15, "major": 6, "major_length": 6, "manag": [0, 9, 10, 11], "mani": [1, 2, 4, 5, 8, 13, 14], "map": 12, "market": 9, "mask": 14, "match": 12, "max": [5, 8, 13, 14], "max_entri": 14, "maxim": [2, 12], "maximum": [7, 14], "maximum_bitr": 14, "mean": [7, 14], "media": [2, 4, 6, 13, 15], "memori": 14, "menu": [2, 8, 14], "messag": [0, 1, 2, 4, 5, 6, 9, 10, 13, 14, 15], "meta": 14, "mhz": 14, "millisecond": [8, 13], "mime": 13, "min": 7, "mini": [1, 9], "minim": 9, "minimum": [9, 13, 14], "minimum_bitr": 14, "minor": 6, "minor_length": 6, "minut": [2, 6, 7], "mo": 7, "mobil": 13, "mod": [5, 13], "mode": [0, 2, 4, 5, 9, 10, 13, 14], "mode_arrai": 14, "model": [6, 8, 9, 13, 14], "model_nam": 6, "model_name_length": 6, "model_numb": 6, "model_number_length": 6, "modifi": [13, 14], "moment": [3, 13], "month": [2, 6], "more": [1, 6, 7, 8, 11, 12, 13, 14], "most": [1, 2, 8, 9, 13, 14], "motion": 8, "mous": 1, "msgid": 13, "multi": 13, "multipl": 12, "must": [1, 5, 8, 11, 12, 14], "mutabl": 14, "n": [12, 13], "name": [5, 7, 8, 9, 13, 14], "narrow": [7, 11], "nearli": 1, "necessari": [0, 7, 11, 12, 15], "need": [0, 1, 9, 11], "network": [0, 9, 11, 14], "neutral": 8, "never": [7, 8], "new": [0, 1, 5, 11, 13, 14], "next": 7, "night": [5, 13], "nightlaps": [8, 13], "non": [5, 14], "none": 7, "noout": 1, "nope": 12, "note": [6, 8, 12, 13], "notif": [0, 1, 2, 4, 5, 6, 11, 13, 14], "notifi": [5, 11, 14], "notifprovisioningst": [0, 13], "notifstartscan": [0, 13], "notifycohnstatu": [1, 13], "notifylivestreamstatu": [4, 13], "notifypresetstatu": [5, 13], "nplural": 13, "number": [6, 8, 13, 14], "obei": 14, "object": [0, 7, 12, 14], "occur": 14, "off": [2, 7, 15], "offload": 14, "offset": [2, 6], "often": [7, 8, 13], "ok": [1, 8], "onc": [1, 11, 12], "one": [5, 6, 7, 8, 12, 14], "ongo": 6, "onli": [0, 3, 5, 6, 7, 8, 12, 14], "onto": 12, "open": [1, 6, 10, 12, 13], "openssl": 1, "oper": [8, 10, 13, 14], "option": [4, 5, 6, 7, 8, 12, 14], "order": [1, 2, 5, 7, 10, 11, 12, 15], "org": 13, "organ": 5, "orient": [8, 13], "ota": 13, "other": [4, 15], "otherwis": [2, 8, 12, 13], "out": 14, "outlin": 7, "output": 13, "outsid": [8, 14], "over": [1, 8, 13], "overh": 13, "overrid": 14, "overview": 11, "p": 12, "packet": 10, "page": [2, 14], "paint": 7, "pair": [10, 12, 13], "paramet": [2, 5, 6, 7, 12], "pars": [11, 12], "part": [2, 6, 14], "parti": [2, 14, 15], "pass": [5, 14], "password": [1, 11, 14], "path": [1, 6, 14], "payload": [6, 10], "pc": [8, 13], "pem": 14, "pend": 13, "per": [12, 13], "percent": [8, 13], "percentag": 13, "perform": [1, 5, 9, 13, 14], "period": [0, 5, 14, 15], "peripher": 11, "permiss": 11, "pertain": 9, "photo": [5, 6, 9, 13, 14, 15], "physic": [2, 14], "pill": [5, 14], "plain": 13, "platform": 4, "plug": 8, "plural": 13, "po": 13, "point": [1, 2, 4, 8, 9, 11, 13, 14], "poll": [4, 13], "portugues": 14, "possibl": 12, "pot": 13, "power": [2, 11, 13, 15], "practic": [2, 8, 11, 13, 15], "prepend": 12, "present": [7, 13], "preset": [2, 7, 9, 13, 15], "preset_arrai": 14, "preset_group_arrai": 14, "preset_group_endurance_video_icon_id": 14, "preset_group_id_photo": 14, "preset_group_id_timelaps": 14, "preset_group_id_video": 14, "preset_group_long_bat_video_icon_id": 14, "preset_group_max_photo_icon_id": 14, "preset_group_max_timelapse_icon_id": 14, "preset_group_max_video_icon_id": 14, "preset_group_photo_icon_id": 14, "preset_group_timelapse_icon_id": 14, "preset_group_video_icon_id": 14, "preset_icon_act": 14, "preset_icon_activity_endur": 14, "preset_icon_air": 14, "preset_icon_bas": 14, "preset_icon_basic_quality_video": 14, "preset_icon_bik": 14, "preset_icon_bit": 14, "preset_icon_burst": 14, "preset_icon_burst_2": 14, "preset_icon_c": 14, "preset_icon_chesti": 14, "preset_icon_cinemat": 14, "preset_icon_cinematic_endur": 14, "preset_icon_custom": 14, "preset_icon_ep": 14, "preset_icon_follow_cam": 14, "preset_icon_full_fram": 14, "preset_icon_helmet": 14, "preset_icon_highest_quality_video": 14, "preset_icon_indoor": 14, "preset_icon_light_paint": 14, "preset_icon_light_trail": 14, "preset_icon_live_burst": 14, "preset_icon_loop": 14, "preset_icon_motor": 14, "preset_icon_mount": 14, "preset_icon_nightlaps": 14, "preset_icon_nightlapse_photo": 14, "preset_icon_outdoor": 14, "preset_icon_panorama": 14, "preset_icon_photo": 14, "preset_icon_photo_2": 14, "preset_icon_photo_night": 14, "preset_icon_pov": 14, "preset_icon_selfi": 14, "preset_icon_shaki": 14, "preset_icon_simple_night_photo": 14, "preset_icon_simple_super_photo": 14, "preset_icon_sk": 14, "preset_icon_slomo_endur": 14, "preset_icon_snail": 14, "preset_icon_snow": 14, "preset_icon_standard_endur": 14, "preset_icon_standard_quality_video": 14, "preset_icon_star": 14, "preset_icon_star_trail": 14, "preset_icon_stationary_1": 14, "preset_icon_stationary_2": 14, "preset_icon_stationary_3": 14, "preset_icon_stationary_4": 14, "preset_icon_surf": 14, "preset_icon_timelaps": 14, "preset_icon_timelapse_2": 14, "preset_icon_timelapse_photo": 14, "preset_icon_timewarp": 14, "preset_icon_timewarp_2": 14, "preset_icon_trail": 14, "preset_icon_travel": 14, "preset_icon_ultra_slo_mo": 14, "preset_icon_video": 14, "preset_icon_video_2": 14, "preset_icon_wat": 14, "preset_title_act": 14, "preset_title_activity_endur": 14, "preset_title_air": 14, "preset_title_bas": 14, "preset_title_basic_quality_video": 14, "preset_title_bik": 14, "preset_title_bit": 14, "preset_title_burst": 14, "preset_title_c": 14, "preset_title_chesti": 14, "preset_title_cinemat": 14, "preset_title_cinematic_endur": 14, "preset_title_custom": 14, "preset_title_ep": 14, "preset_title_extended_batteri": 14, "preset_title_follow_cam": 14, "preset_title_full_fram": 14, "preset_title_helmet": 14, "preset_title_highest_qu": 14, "preset_title_highest_quality_video": 14, "preset_title_indoor": 14, "preset_title_light_paint": 14, "preset_title_light_trail": 14, "preset_title_live_burst": 14, "preset_title_longest_batteri": 14, "preset_title_loop": 14, "preset_title_motor": 14, "preset_title_mount": 14, "preset_title_night": 14, "preset_title_night_laps": 14, "preset_title_outdoor": 14, "preset_title_panorama": 14, "preset_title_photo": 14, "preset_title_photo_2": 14, "preset_title_pov": 14, "preset_title_selfi": 14, "preset_title_shaki": 14, "preset_title_simple_night_photo": 14, "preset_title_simple_super_photo": 14, "preset_title_simple_time_warp": 14, "preset_title_simple_video": 14, "preset_title_simple_video_endur": 14, "preset_title_sk": 14, "preset_title_slomo": 14, "preset_title_slomo_endur": 14, "preset_title_snow": 14, "preset_title_standard": 14, "preset_title_standard_endur": 14, "preset_title_standard_quality_video": 14, "preset_title_star": 14, "preset_title_star_trail": 14, "preset_title_stationary_1": 14, "preset_title_stationary_2": 14, "preset_title_stationary_3": 14, "preset_title_stationary_4": 14, "preset_title_surf": 14, "preset_title_time_laps": 14, "preset_title_time_warp": 14, "preset_title_time_warp_2": 14, "preset_title_trail": 14, "preset_title_travel": 14, "preset_title_ultra_slo_mo": 14, "preset_title_user_defined_custom_nam": [5, 14], "preset_title_video": 14, "preset_title_wat": 14, "press": [2, 5, 14], "prevent": [2, 15], "preview": 13, "previous": [0, 7, 14], "primari": 14, "pro": 7, "procedur": [11, 12], "process": [1, 11], "profil": 13, "program": 9, "programmat": 2, "project": 13, "properti": [1, 14], "protobuf": [0, 1, 2, 4, 5, 6, 9, 10], "protocol": [9, 11], "protun": 14, "provid": 1, "provis": [0, 13, 14], "provisioning_aborted_by_system": 14, "provisioning_cancelled_by_us": 14, "provisioning_error_eula_block": 14, "provisioning_error_failed_to_associ": 14, "provisioning_error_no_internet": 14, "provisioning_error_password_auth": 14, "provisioning_error_unsupported_typ": 14, "provisioning_never_start": 14, "provisioning_st": 14, "provisioning_start": 14, "provisioning_success_new_ap": 14, "provisioning_success_old_ap": 14, "provisioning_unknown": 14, "pseudocod": 12, "public": 9, "purpos": 1, "put": [2, 4, 11], "qualiti": 7, "queri": [1, 4, 5, 7, 8, 9, 10, 11, 15], "quick": [1, 13], "rang": 14, "rate": [8, 13], "ratio": 13, "raw": 7, "re": [7, 11, 14], "reach": 2, "read": [9, 10, 11], "readi": [4, 10, 13, 14], "realtim": 8, "receiv": [0, 6, 9, 11, 12, 14], "recent": [8, 9, 13], "reclaim": [2, 14], "reconnect": 14, "record": [3, 8, 13], "refer": 10, "reflect": [8, 13], "regist": [1, 4, 5, 6, 13, 14], "register_cohn_statu": 14, "register_live_stream_statu": 14, "register_live_stream_status_bitr": 14, "register_live_stream_status_error": 14, "register_live_stream_status_mod": 14, "register_live_stream_status_statu": 14, "register_preset_statu": 14, "register_preset_status_preset": 14, "register_preset_status_preset_group_arrai": 14, "regularli": 2, "reject": [7, 9, 14, 15], "rel": [6, 14], "relat": [8, 13], "releas": 7, "relev": [0, 9, 11, 12], "remain": 13, "remot": 13, "remov": [8, 14], "reorder": [5, 14], "replac": 1, "report": [6, 13], "repres": [7, 14], "represent": 14, "request": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 13, 14], "requestclearcohncert": [1, 13], "requestcohncert": [1, 13], "requestconnect": [0, 13], "requestconnectnew": [0, 13], "requestcreatecohncert": [1, 13], "requestcustompresetupd": [5, 13], "requestgetapentri": [0, 13], "requestgetcohnstatu": [1, 13], "requestgetlastcapturedmedia": [6, 13], "requestgetlivestreamstatu": [4, 13], "requestgetpresetstatu": [5, 13], "requestsetcameracontrolstatu": [2, 13], "requestsetcohnset": [1, 13], "requestsetlivestreammod": [4, 13], "requestsetturboact": [2, 13], "requeststartscan": [0, 13], "requir": [1, 11, 14], "reserv": [6, 12], "reset": [1, 2, 5, 11, 12], "resolut": [13, 14], "respect": [7, 12], "respond": 12, "respons": [0, 1, 2, 3, 4, 5, 6, 7, 11, 12, 13, 14], "response_length": 6, "responsecohncert": [1, 13], "responseconnect": [0, 13], "responseconnectnew": [0, 13], "responsegener": [1, 2, 4, 5, 13], "responsegetapentri": [0, 13], "responselastcapturedmedia": [6, 13], "responsestartscan": [0, 13], "result": [0, 6, 7, 9, 12, 13, 14], "result_argument_invalid": 14, "result_argument_out_of_bound": 14, "result_ill_form": 14, "result_not_support": 14, "result_resource_not_avail": 14, "result_resource_not_availbl": 14, "result_success": 14, "result_unknown": 14, "return": [0, 1, 2, 5, 6, 14], "revis": 13, "right": [1, 8], "room": 14, "root": [1, 14], "rotat": 13, "rough": [8, 13], "router": 1, "row": [7, 12], "rtmp": [4, 14], "rule": 7, "russian": 14, "saturdai": 6, "save": [2, 6, 14], "scan": [0, 11, 13, 14], "scan_entry_flag": 14, "scan_flag_associ": 14, "scan_flag_authent": 14, "scan_flag_best_ssid": 14, "scan_flag_configur": [0, 14], "scan_flag_open": 14, "scan_flag_unsupported_typ": 14, "scan_id": 14, "scanning_aborted_by_system": 14, "scanning_cancelled_by_us": 14, "scanning_never_start": 14, "scanning_st": 14, "scanning_start": 14, "scanning_success": 14, "scanning_unknown": 14, "schedul": 13, "schema": 7, "scheme": 12, "screen": [2, 14], "sd": [13, 14], "sdcard": [6, 8, 13, 14, 15], "second": [2, 6, 8, 13, 14], "secondari": [8, 13, 14], "section": [6, 8, 9, 10, 11, 12], "secur": 1, "see": [1, 4, 6, 7, 8, 9, 11, 12, 13], "select": 13, "send": [2, 5, 9, 12, 14, 15], "sent": [0, 4, 5, 6, 11, 12, 14], "serial": [0, 2, 12, 14], "serial_numb": 6, "serial_number_length": 6, "server": 14, "servic": 11, "set": [0, 1, 2, 4, 5, 6, 8, 9, 10, 11, 12, 14, 15], "setting_arrai": 14, "settingid": [7, 13], "setup": [9, 10, 14], "short": 7, "shorthand": 11, "shot": 13, "should": [9, 11, 15], "shutter": [2, 4, 13], "side": 8, "sign": 1, "signal": [8, 13, 14, 15], "signal_frequency_mhz": 14, "signal_strength_bar": 14, "simultan": 15, "sinc": 13, "singl": [6, 12, 13, 14], "site": 4, "size": 12, "sleep": [2, 11, 13], "slo": 7, "slow": 8, "so": [8, 11, 13], "social": 4, "some": [0, 1, 2, 12, 15], "sourc": [0, 1, 2, 4, 5, 6, 14], "space": [8, 13], "spanish": 14, "special": 14, "specif": [1, 15], "specifi": [5, 12, 14], "speed": 13, "sphinx_rtd_them": 13, "split": 12, "spreadsheet": 7, "ssid": [11, 13, 14], "ssl": [1, 14], "sta": [0, 14], "stack": 14, "standard": 7, "star": 13, "start": [0, 2, 4, 6, 8, 12, 13, 14], "start_index": 14, "starting_bitr": 14, "startup": 14, "state": [0, 5, 6, 7, 9, 10, 11, 12, 13, 14], "static": 14, "static_ip": 14, "station": [0, 4, 14], "stationari": 7, "statu": [0, 1, 2, 4, 6, 10, 12, 14, 15], "status": [6, 9, 12, 14], "step": [1, 11], "still": 2, "stop": [4, 8, 13, 14], "store": 11, "stream": [0, 9, 13, 14], "streamer": 14, "strength": [8, 13, 14], "string": [6, 8, 12, 14], "structur": 12, "submenu": 5, "subnet": 14, "subscrib": 11, "subscript": 11, "subsequ": [9, 11, 12], "success": [12, 13, 14], "suffici": [8, 13], "summar": 12, "summari": 14, "sundai": 6, "super": 7, "superphoto": 7, "superset": 7, "superview": 7, "support": [0, 1, 2, 4, 6, 7, 8, 11, 13, 14], "suppos": 7, "swap": 8, "swedish": 14, "synchron": [4, 5, 14], "system": [1, 8, 13, 14, 15], "tabl": [5, 9, 10, 11, 12], "take": [7, 14], "taken": [8, 13], "tap": 2, "task": 14, "team": 13, "tell": [2, 14, 15], "terminologi": 12, "text": [1, 13, 14], "than": [8, 12, 13, 15], "thei": 12, "therebi": 5, "therefor": [0, 15], "thi": [0, 1, 2, 3, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15], "thing": 1, "third": [2, 14, 15], "those": 6, "three": 8, "through": [1, 9, 10], "throughout": 12, "time": [2, 6, 11, 13, 14, 15], "timelaps": 13, "timeout": 14, "timeout_second": 14, "timer": 2, "timewarp": 7, "timezon": [2, 6], "titl": [5, 14], "title_id": [5, 14], "title_numb": 14, "tl": [1, 14], "tlv": [2, 3, 5, 6, 7, 12], "too": [8, 13], "top": 12, "total": [8, 13, 14], "total_configured_ssid": 14, "total_entri": 14, "track": 2, "trail": 13, "transfer": [2, 13, 14], "translat": 13, "tri": 7, "trigger": [0, 1, 14], "triplet": 12, "tripod": 7, "true": 8, "trust": 1, "try": 9, "turbo": [2, 13, 14], "tutori": [9, 12], "twitch": 4, "two": [1, 8, 11, 12], "type": [0, 1, 2, 3, 4, 5, 6, 7, 10, 13, 14], "typespec": 14, "u": 12, "ubuntu": 1, "ui": [2, 5, 8, 11, 13, 14], "ui_mode_group": [8, 13], "uint16": [2, 6], "uint32": 5, "uint8": [2, 6, 7], "ultra": 7, "un": 2, "unavail": 14, "undefin": [9, 15], "under": 6, "understand": 9, "unknown": [8, 14], "unless": [12, 15], "unregist": [6, 13, 14], "unregister_live_stream_statu": 14, "unregister_preset_statu": 14, "unset": [4, 15], "unsign": 6, "unspecifi": 8, "until": 4, "up": 11, "updat": [1, 2, 5, 6, 9, 13, 14], "upon": 11, "upright": 8, "upsid": 8, "url": [4, 14], "us": [0, 1, 2, 3, 4, 5, 8, 9, 10, 12, 13, 14, 15], "usb": 13, "user": [2, 5, 7, 9, 14, 15], "user_defin": 14, "usernam": [1, 14], "usual": [7, 14], "utc": [2, 6], "utf": [13, 14], "util": 1, "uuid": [0, 1, 2, 3, 4, 5, 6, 7, 11, 12], "v01": 9, "v2": 7, "v4": 12, "valid": [1, 7, 11, 14], "valu": [1, 2, 5, 6, 7, 8, 9, 13, 14], "value_length": 7, "variabl": [7, 12], "variou": [6, 9, 10], "vehicl": 7, "verifi": 8, "version": [6, 7, 9, 12, 13], "vertic": 7, "via": [0, 1, 2, 4, 5, 6, 7, 8, 9, 11, 13, 14], "video": [5, 6, 9, 13, 14, 15], "wa": [7, 8, 11, 13, 14], "wai": 11, "wait": [11, 14, 15], "wake": 11, "walk": 9, "webcam": 13, "weekdai": 6, "well": 9, "were": 5, "when": [1, 2, 5, 6, 7, 8, 12, 13, 14], "whenev": 6, "where": [0, 9, 12], "whether": [2, 5, 11, 12, 14], "which": [0, 1, 2, 5, 8, 11, 13, 14], "while": [0, 3, 9, 11, 13, 14, 15], "whitelist": 7, "who": 14, "wide": 7, "widescreen": 7, "wifi": [2, 11, 13, 14], "window": 1, "window_s": 14, "window_size_1080": 14, "window_size_480": 14, "window_size_720": 14, "wireless": 13, "wirelesspairingstateflag": [8, 13], "wish": [2, 14, 15], "within": [5, 14], "without": [1, 2, 6], "work": [7, 12], "worksheet": 7, "write": [11, 13], "x509": 1, "xxxx": 11, "y": 13, "ye": 6, "year": [1, 2, 6], "yet": 14, "youtub": 4, "zero": [0, 2, 5, 8, 14], "zone": 14, "zoom": 13}, "titles": ["Access Point", "Camera on the Home Network", "Control", "Hilights", "Live Streaming", "Presets", "Query", "Settings", "Statuses", "Welcome to Open GoPro BLE API\u2019s documentation!", "Protocol", "BLE Setup", "Data Protocol", "ID Tables", "Protobuf Documentation", "State Management"], "titleterms": {"": 9, "1": 8, "10": 8, "100": 8, "101": 8, "102": 8, "103": 8, "104": 8, "105": 8, "106": 8, "107": 8, "108": [7, 8], "11": 8, "110": 8, "111": 8, "112": 8, "113": 8, "114": 8, "115": 8, "116": 8, "117": 8, "118": 8, "121": 7, "122": 7, "123": 7, "125": 7, "128": 7, "13": [8, 12], "134": 7, "135": 7, "150": 7, "151": 7, "16": 12, "162": 7, "167": 7, "17": 8, "171": 7, "172": 7, "173": 7, "175": 7, "176": 7, "177": 7, "178": 7, "179": 7, "180": 7, "182": 7, "183": 7, "184": 7, "186": 7, "187": 7, "189": 7, "19": 8, "190": 7, "191": 7, "192": 7, "193": 7, "2": [7, 8], "20": 8, "21": 8, "22": 8, "23": 8, "24": 8, "26": 8, "27": 8, "28": 8, "29": 8, "3": 7, "30": [7, 8], "31": 8, "32": [7, 8], "33": 8, "34": 8, "35": 8, "38": 8, "39": 8, "41": 8, "42": 8, "43": 7, "45": 8, "49": 8, "5": [7, 12], "54": 8, "55": 8, "56": 8, "58": 8, "59": [7, 8], "5ghz": 8, "6": 8, "60": 8, "65": 8, "66": 8, "67": 8, "68": 8, "69": 8, "70": 8, "74": 8, "75": 8, "76": 8, "77": 8, "78": 8, "79": 8, "8": 8, "81": 8, "82": 8, "83": [7, 8], "85": 8, "86": 8, "88": 8, "89": 8, "9": 8, "93": 8, "94": 8, "95": 8, "96": 8, "97": 8, "98": 8, "99": 8, "access": 0, "accessori": 8, "activ": 8, "advertis": 11, "aliv": 15, "anti": 7, "ap": 8, "api": 9, "aspect": 7, "auto": 7, "avail": 8, "band": [7, 8], "bar": 8, "batteri": 8, "bit": [7, 12], "ble": [9, 11], "burst": 8, "busi": 8, "camera": [1, 7, 8, 9, 15], "cancel": 8, "capabl": 7, "capac": 8, "captur": 8, "card": 8, "certif": 1, "characterist": 11, "charg": 8, "cold": 8, "command": [12, 13], "configur": 11, "connect": 8, "continu": 12, "control": [2, 7, 8, 15], "core": 8, "count": 8, "countdown": 8, "data": 12, "deciph": 12, "delai": 8, "depth": 7, "detail": 1, "devic": 8, "digit": 7, "disconnect": 0, "displai": 8, "document": [9, 14], "down": 7, "durat": [7, 8], "easi": 7, "enabl": [7, 8], "encod": 8, "enum": 14, "enumcameracontrolstatu": 14, "enumcohnnetworkst": 14, "enumcohnstatu": 14, "enumflatmod": 14, "enumlen": 14, "enumlivestreamerror": 14, "enumlivestreamstatu": 14, "enumpresetgroup": 14, "enumpresetgroupicon": 14, "enumpreseticon": 14, "enumpresettitl": 14, "enumprovis": 14, "enumregisterlivestreamstatu": 14, "enumregisterpresetstatu": 14, "enumresultgener": 14, "enumscan": 14, "enumscanentryflag": 14, "enumwindows": 14, "error": 8, "exposur": 8, "extend": 12, "finish": 11, "flatmod": 8, "flicker": 7, "format": 7, "frame": 7, "friendli": 8, "from": 0, "ftu": 8, "fw": 8, "gatt": 11, "gener": [9, 12], "get": 9, "gopro": 9, "gp": [7, 8], "group": [5, 8], "header": 12, "hilight": [3, 8], "hindsight": [7, 8], "home": 1, "horizon": 7, "hypersmooth": 7, "id": [7, 8, 13], "intern": 8, "interv": [7, 8], "json": 7, "keep": 15, "laps": 7, "last": 8, "lcd": 8, "legaci": 8, "len": [7, 8], "length": [7, 12], "lens": 7, "level": [7, 8], "limit": 9, "linux": 8, "live": [4, 8], "liveview": 8, "locat": 8, "lock": 8, "manag": 15, "max": 7, "media": [7, 8, 14], "messag": [11, 12], "microphon": 8, "minimum": 8, "mobil": 8, "mod": [7, 8], "mode": [7, 8, 11], "modifi": [5, 8], "multi": 7, "network": 1, "night": 7, "nightlaps": 7, "notifprovisioningst": 14, "notifstartscan": 14, "notifycohnstatu": 14, "notifylivestreamstatu": 14, "notifypresetstatu": 14, "open": 9, "oper": [0, 1, 2, 3, 4, 5, 6, 7], "ota": 8, "output": 7, "overh": 8, "packet": 12, "pair": [8, 11], "payload": 12, "pend": 8, "per": 7, "percentag": 8, "perform": 7, "period": 8, "photo": [7, 8], "point": 0, "poll": 8, "power": 7, "present": 8, "preset": [5, 8, 14], "presetgroup": 14, "presetset": 14, "preview": 8, "primari": 8, "procedur": 1, "profil": 7, "protobuf": [12, 13, 14], "protocol": [10, 12], "provis": [1, 8], "queri": [6, 12, 13], "quick": 8, "rate": 7, "ratio": 7, "readi": [8, 15], "remain": 8, "remot": 8, "requestclearcohncert": 14, "requestcohncert": 14, "requestconnect": 14, "requestconnectnew": 14, "requestcreatecohncert": 14, "requestcustompresetupd": 14, "requestgetapentri": 14, "requestgetcohnstatu": 14, "requestgetlastcapturedmedia": 14, "requestgetlivestreamstatu": 14, "requestgetpresetstatu": 14, "requestreleasenetwork": 14, "requestsetcameracontrolstatu": 14, "requestsetcohnset": 14, "requestsetlivestreammod": 14, "requestsetturboact": 14, "requeststartscan": 14, "resolut": 7, "responsecohncert": 14, "responseconnect": 14, "responseconnectnew": 14, "responsegener": 14, "responsegetapentri": 14, "responselastcapturedmedia": 14, "responsestartscan": 14, "rotat": 8, "scan": 8, "scanentri": 14, "schedul": 8, "sd": 8, "second": 7, "select": 8, "send": 11, "set": [7, 13], "setup": 11, "shot": 7, "sinc": 8, "singl": 7, "speed": [7, 8], "ssid": 8, "star": 7, "start": 9, "state": [8, 15], "statu": [5, 8, 13], "status": 8, "storag": 8, "stream": [4, 8], "success": 8, "support": 9, "system": 7, "tabl": 13, "time": [7, 8], "timelaps": [7, 8], "trail": 7, "transfer": 8, "turbo": 8, "type": [8, 12], "updat": 8, "usb": 8, "valu": 12, "verifi": 1, "version": 8, "video": [7, 8], "view": 1, "warp": 8, "webcam": 7, "welcom": 9, "while": 8, "wifi": 8, "wireless": [7, 8], "write": 8, "x": 8, "xlsx": 7, "y": 8, "zoom": 8}}) \ No newline at end of file diff --git a/contribution.html b/contribution.html index b3af0a9a..1709eb2b 100644 --- a/contribution.html +++ b/contribution.html @@ -521,10 +521,10 @@

    Quiz

    %} -
    +
    -
    What is the question?
    -
    +
    What is the question?
    +

    @@ -537,10 +537,10 @@

    Quiz

    - - @@ -556,10 +556,10 @@

    Quiz

    %}
    -
    +
    -
    True or False?
    -
    +
    True or False?
    +

    @@ -569,10 +569,10 @@

    Quiz

    - - @@ -595,7 +595,7 @@

    Tabs

    -
      +
      • tab1 @@ -610,7 +610,7 @@

        Tabs

      -
        +
        • This is the content of the first tab.

          diff --git a/feed.xml b/feed.xml index 529bcaed..8e5a8d0d 100644 --- a/feed.xml +++ b/feed.xml @@ -1 +1 @@ -Jekyll2024-07-01T14:47:28-07:00https://gopro.github.io/OpenGoPro/feed.xmlOpen GoProOpen Source GoPro InterfaceGoPro \ No newline at end of file +Jekyll2024-07-23T14:12:27-07:00https://gopro.github.io/OpenGoPro/feed.xmlOpen GoProOpen Source GoPro InterfaceGoPro \ No newline at end of file diff --git a/http.html b/http.html index 6a354792..e3afd1b6 100644 --- a/http.html +++ b/http.html @@ -144,562 +144,565 @@ padding-top: 4em !important; } - -
          -

    Alternatively, the IP address can be discovered via mDNS as the camera registers the _gopro-web service.

    -
    -

    -General Usage

    -
    Limitations

    -
    -

    -Analytics

    -
    +

    +Analytics

    +

    Query / Configure Analytics

    -
    -
    -

    -Set Client as Third Party

    -
    <li>wifi</li> </ul> <hr> -' class="sc-eeDSqt sc-eBMFzZ bSgSrX cWARBq"> +' class="sc-euGpHm sc-exayXG fwfkcU kqJXdD">

    HERO12 Black HERO11 Black Mini HERO11 Black @@ -1032,37 +1035,37 @@


    -

    Responses

    +

    Responses

    -
    -
    Response Schema: application/json +
    +
    Response Schema: application/json
    -object -
    +object +
    -
    -
    -

    -
    -

    -Provisioning COHN

    -

    In order to use the COHN capability, the camera must first be provisioned for COHN. For instructions on how to do this, see the Open GoPro BLE spec.

    -
    -

    -Send Messages via HTTPS

    -
    +

    +Send Messages via HTTPS

    +
    @@ -1200,28 +1203,28 @@

    Response samples

    provisioning or subsequently by querying for COHN status.

    -
    -

    -HTTPS Headers

    -

    All HTTPS messages must contain Basic access authentication headers, using the username and password from the COHN status obtained during or after provisioning.

    -
    -
    -

    -Configure COHN Settings

    -
    +' class="sc-euGpHm sc-exayXG fwfkcU kqJXdD">

    HERO12 Black

    Supported Protocols:

      @@ -1230,23 +1233,23 @@


    -
    Request Body schema: application/json +
    Request Body schema: application/json
    -
    - -
    -cohn_active +
    + + -
    +cohn_active +
    -integer +integer
    - Enum: 0 1
    Enum: 0 1
    +" class="sc-euGpHm sc-exayXG fwfkcU jYGAQp">

    1 to enable, 0 to disable

    When cohn_active == 1, STA Mode connection will be dropped and camera will not automatically re-connect for COHN.

    @@ -1255,37 +1258,37 @@
    Request Body schema:
    -

    Responses

    +

    Responses

    -
    -
    Response Schema: application/json +
    +
    Response Schema: application/json
    -object -
    +object +
    -
    -
    -