Skip to content

Commit

Permalink
Fix HTTP-->BLE COHN url
Browse files Browse the repository at this point in the history
* Added COHN support table to BLE and HTTP specs
  • Loading branch information
github-actions committed Nov 22, 2023
1 parent 1ee1fa6 commit a15f3a1
Show file tree
Hide file tree
Showing 4 changed files with 7,510 additions and 8 deletions.
41 changes: 38 additions & 3 deletions docs/specs/ble_versions/ble_2_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -3892,8 +3892,14 @@ If the user tries to set Video FPS to 240, it will fail because 4K/240fps is not
<td>Release</td>
</tr>
<tr>
<td rowspan="22"><a href="https://github.com/gopro/OpenGoPro/blob/main/docs/specs/capabilities.xlsx">capabilities.xlsx</a><br /><a href="https://github.com/gopro/OpenGoPro/blob/main/docs/specs/capabilities.json">capabilities.json</a></td>
<td>HERO12 Black</td>
<td rowspan="24"><a href="https://github.com/gopro/OpenGoPro/blob/main/docs/specs/capabilities.xlsx">capabilities.xlsx</a><br /><a href="https://github.com/gopro/OpenGoPro/blob/main/docs/specs/capabilities.json">capabilities.json</a></td>
<td rowspan="3">HERO12 Black</td>
<td>v01.30.00</td>
</tr>
<tr>
<td>v01.20.00</td>
</tr>
<tr>
<td>v01.10.00</td>
</tr>
<tr>
Expand Down Expand Up @@ -6207,6 +6213,35 @@ This capability allows the client to perform command and control with the camera
For security purposes, all communications are performed over HTTPS.
</p>

<table border="1">
<tbody>
<tr style="background-color: rgb(0,0,0); color: rgb(255,255,255);">
<td>Camera</td>
<td>Supported</td>
</tr>
<tr>
<td>HERO12 Black</td>
<td><span style="color:green">✔</span></td>
</tr>
<tr>
<td>HERO11 Black Mini</td>
<td><span style="color:red">❌</span></td>
</tr>
<tr>
<td>HERO11 Black</td>
<td><span style="color:red">❌</span></td>
</tr>
<tr>
<td>HERO10 Black</td>
<td><span style="color:red">❌</span></td>
</tr>
<tr>
<td>HERO9 Black</td>
<td><span style="color:red">❌</span></td>
</tr>
</tbody>
</table>

<p>
In order to use the COHN capability, the camera must first be provisioned for COHN.
At a high level, the provisioning process is as follows:
Expand Down Expand Up @@ -6344,5 +6379,5 @@ Most operating systems have utilities to view details about a SSL/TLS certificat
<p>
Once the camera is provisioned, the client can communicate with the camera via HTTPS.
The camera supports nearly all functionality over HTTPS that it does over HTTP.
For more details about HTTP/HTTPS, see the <a href="https://gopro.github.io/OpenGoPro/http_2_0">Open GoPro HTTP spec</a>.
For more details about HTTP/HTTPS, see the <a href="https://gopro.github.io/OpenGoPro/http_2_0">Open GoPro HTTP spec</a>.
</p>
Loading

0 comments on commit a15f3a1

Please sign in to comment.