Testing
-Updated:
+Updated:
diff --git a/demos/c_c++/GoProC_C++Demo.html b/demos/c_c++/GoProC_C++Demo.html index 4c60eac9..c101e002 100644 --- a/demos/c_c++/GoProC_C++Demo.html +++ b/demos/c_c++/GoProC_C++Demo.html @@ -34,7 +34,7 @@ - + @@ -344,7 +344,7 @@GoPro
Stream Commands
-Updated:
+Updated:
diff --git a/demos/c_c++/GoProStreamDemo.html b/demos/c_c++/GoProStreamDemo.html index 90e94cbb..5d9d53c5 100644 --- a/demos/c_c++/GoProStreamDemo.html +++ b/demos/c_c++/GoProStreamDemo.html @@ -34,7 +34,7 @@ - + @@ -344,7 +344,7 @@GoPro
GoPro Low Latency St -
Updated:
+Updated:
diff --git a/demos/csharp/GoProCSharpSample.html b/demos/csharp/GoProCSharpSample.html index b6dd4b75..0d3158a3 100644 --- a/demos/csharp/GoProCSharpSample.html +++ b/demos/csharp/GoProCSharpSample.html @@ -34,7 +34,7 @@ - + @@ -344,7 +344,7 @@GoPro
Usage
-Updated:
+Updated:
diff --git a/demos/csharp/webcam.html b/demos/csharp/webcam.html index be9185f7..5007040e 100644 --- a/demos/csharp/webcam.html +++ b/demos/csharp/webcam.html @@ -34,7 +34,7 @@ - + @@ -344,7 +344,7 @@GoPro
Usage
-Updated:
+Updated:
diff --git a/demos/python/multi_webcam.html b/demos/python/multi_webcam.html index 40b18999..8498936e 100644 --- a/demos/python/multi_webcam.html +++ b/demos/python/multi_webcam.html @@ -34,7 +34,7 @@ - + @@ -344,7 +344,7 @@GoPro
Module Usage
-Updated:
+Updated:
diff --git a/demos/python/sdk_wireless_camera_control.html b/demos/python/sdk_wireless_camera_control.html index 8c1f9c03..d53fb598 100644 --- a/demos/python/sdk_wireless_camera_control.html +++ b/demos/python/sdk_wireless_camera_control.html @@ -34,7 +34,7 @@ - + @@ -344,7 +344,7 @@GoPro
GUI Demos
-Updated:
+Updated:
diff --git a/demos/swift/EnableWiFiDemo.html b/demos/swift/EnableWiFiDemo.html index ef2a8317..7434261a 100644 --- a/demos/swift/EnableWiFiDemo.html +++ b/demos/swift/EnableWiFiDemo.html @@ -34,7 +34,7 @@ - + @@ -344,7 +344,7 @@GoPro
Views
-Updated:
+Updated:
diff --git a/feed.xml b/feed.xml index 92087b95..20a1e12a 100644 --- a/feed.xml +++ b/feed.xml @@ -1 +1 @@ -GoPro
Requirements
Just Show me the Demo(s)!!
-
+
-
python
@@ -511,7 +511,7 @@
Just Show me the Demo(s)!!
-
Each of the scripts for this tutorial can be found in the Tutorial 2 @@ -634,7 +634,7 @@
Setup
characteristic. Throughout this tutorial, the query information that we will be reading is the Resolution Setting (ID 0x02).--
+
-
python
@@ -645,7 +645,7 @@
Setup
-
Therefore, we have slightly changed the notification handler to update a global resolution variable as it @@ -773,7 +773,7 @@
Individual Query Poll
First we send the query command:
--
+
-
python
@@ -784,7 +784,7 @@
Individual Query Poll
-
The sample code can be found in in
ble_query_poll_resolution_value.py
. @@ -814,7 +814,7 @@Individual Query Poll
When the response is received in / from the notification handler, we update the global resolution variable:
--
+
-
python
@@ -825,7 +825,7 @@
Individual Query Poll
-
def notification_handler(characteristic: BleakGATTCharacteristic, data: bytes) -> None: @@ -878,7 +878,7 @@
Individual Query Poll
has changed:--
+
-
python
@@ -889,7 +889,7 @@
Individual Query Poll
-
INFO:root:Changing the resolution to Resolution.RES_2_7K... @@ -945,7 +945,7 @@
Multiple Simultaneous Query Polls
The query command now includes 3 settings: Resolution, FPS, and FOV.--
+
-
python
@@ -956,7 +956,7 @@
Multiple Simultaneous Query Polls
-
RESOLUTION_ID = 2 @@ -981,7 +981,7 @@
Multiple Simultaneous Query Polls
We are also parsing the response to get all 3 values:--
+
-
python
@@ -992,7 +992,7 @@
Multiple Simultaneous Query Polls
-
def notification_handler(characteristic: BleakGATTCharacteristic, data: bytes) -> None: @@ -1024,7 +1024,7 @@
Multiple Simultaneous Query Polls
They are then printed to the log which will look like the following:--
+
-
python
@@ -1035,7 +1035,7 @@
Multiple Simultaneous Query Polls
-
INFO:root:Received response at handle=62: b'0b:12:00:02:01:07:03:01:01:79:01:00' @@ -1085,10 +1085,10 @@
Query All
Quiz time! 📚 ✏️
-+-How can we poll the encoding status and the resolution setting using one command?-+- -How can we poll the encoding status and the resolution setting using one command?+
@@ -1101,10 +1101,10 @@Query All
-
+
-
python
@@ -1035,7 +1035,7 @@
-
+
-
python
@@ -992,7 +992,7 @@
-
+
-
python
@@ -956,7 +956,7 @@
-
+
-
python
@@ -889,7 +889,7 @@
-
+
-
python
@@ -825,7 +825,7 @@
-
+
-
python
@@ -784,7 +784,7 @@
-
+
-
python
@@ -645,7 +645,7 @@
-
+