Skip to content

Commit 85422ea

Browse files
committed
JSON dump bug fixes
1 parent e1a876e commit 85422ea

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+907
-724
lines changed

API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Once the `ws` object is created successfully, you can handle its events on the p
151151
var arrayBufferView = new Uint8Array(event.data);
152152
var blob = new Blob([arrayBufferView], {type: "image/jpeg"});
153153
var imageUrl = urlCreator.createObjectURL(blob);
154-
video.src = imageUrl; // "video" here represents an <img> element on the page where frames are displayed
154+
video.src = imageUrl; // "video" here represents an img element on the page where frames are displayed
155155
}
156156
```
157157

Docs/html/annotated.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
</td></tr>
7777
<tr id="row_4_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_c_l_storage.html" target="_self">CLStorage</a></td><td class="desc">Storage Manager Encapsulates access to the file system, which can be either external (SD card) or internal (LittleFS) </td></tr>
7878
<tr id="row_5_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_e_s_p32_p_w_m.html" target="_self">ESP32PWM</a></td><td class="desc"></td></tr>
79-
<tr id="row_6_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_static_i_p.html" target="_self">StaticIP</a></td><td class="desc">Static IP strcuture for configuring AP and WiFi parameters </td></tr>
79+
<tr id="row_6_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_static_i_p.html" target="_self">StaticIP</a></td><td class="desc">Static IP structure for configuring AP and WiFi parameters </td></tr>
8080
<tr id="row_7_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_station.html" target="_self">Station</a></td><td class="desc">WiFi connectivity details (SSID/password) </td></tr>
8181
<tr id="row_8_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_uri_mapping.html" target="_self">UriMapping</a></td><td class="desc">Static URI to path mapping </td></tr>
8282
</table>

Docs/html/app__cam_8h.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
<div class="header">
7171
<div class="summary">
7272
<a href="#nested-classes">Data Structures</a> &#124;
73+
<a href="#define-members">Macros</a> &#124;
7374
<a href="#var-members">Variables</a> </div>
7475
<div class="headertitle"><div class="title">app_cam.h File Reference</div></div>
7576
</div><!--header-->
@@ -88,11 +89,31 @@
8889
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Camera Manager Manages all interactions with camera. <a href="class_c_l_app_cam.html#details">More...</a><br /></td></tr>
8990
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
9091
</table><table class="memberdecls">
92+
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="define-members" name="define-members"></a>
93+
Macros</h2></td></tr>
94+
<tr class="memitem:af4eda2c4e06ebf930ef5c62db3c476d8"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="app__cam_8h.html#af4eda2c4e06ebf930ef5c62db3c476d8">CAM_DUMP_BUFFER_SIZE</a>&#160;&#160;&#160;640</td></tr>
95+
<tr class="separator:af4eda2c4e06ebf930ef5c62db3c476d8"><td class="memSeparator" colspan="2">&#160;</td></tr>
96+
</table><table class="memberdecls">
9197
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="var-members" name="var-members"></a>
9298
Variables</h2></td></tr>
9399
<tr class="memitem:a2c40f09444d86a4ed61c53c20f0c9825"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_c_l_app_cam.html">CLAppCam</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="app__cam_8h.html#a2c40f09444d86a4ed61c53c20f0c9825">AppCam</a></td></tr>
94100
<tr class="separator:a2c40f09444d86a4ed61c53c20f0c9825"><td class="memSeparator" colspan="2">&#160;</td></tr>
95101
</table>
102+
<h2 class="groupheader">Macro Definition Documentation</h2>
103+
<a id="af4eda2c4e06ebf930ef5c62db3c476d8" name="af4eda2c4e06ebf930ef5c62db3c476d8"></a>
104+
<h2 class="memtitle"><span class="permalink"><a href="#af4eda2c4e06ebf930ef5c62db3c476d8">&#9670;&nbsp;</a></span>CAM_DUMP_BUFFER_SIZE</h2>
105+
106+
<div class="memitem">
107+
<div class="memproto">
108+
<table class="memname">
109+
<tr>
110+
<td class="memname">#define CAM_DUMP_BUFFER_SIZE&#160;&#160;&#160;640</td>
111+
</tr>
112+
</table>
113+
</div><div class="memdoc">
114+
115+
</div>
116+
</div>
96117
<h2 class="groupheader">Variable Documentation</h2>
97118
<a id="a2c40f09444d86a4ed61c53c20f0c9825" name="a2c40f09444d86a4ed61c53c20f0c9825"></a>
98119
<h2 class="memtitle"><span class="permalink"><a href="#a2c40f09444d86a4ed61c53c20f0c9825">&#9670;&nbsp;</a></span>AppCam</h2>

0 commit comments

Comments
 (0)