-
-
Notifications
You must be signed in to change notification settings - Fork 285
Expand file tree
/
Copy pathmkdocs.yml
More file actions
414 lines (397 loc) · 15.5 KB
/
Copy pathmkdocs.yml
File metadata and controls
414 lines (397 loc) · 15.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
# Copyright (c) 2019 Abhishek Thakur(@abhiTronix) <abhi.una12@gmail.com>
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Project information
site_name: VidGear
site_url: https://abhitronix.github.io/vidgear/
site_author: Abhishek Thakur
site_description: >-
A High-Performance Video-Processing Python Framework for building complex real-time media applications. 🔥
# Repository
repo_name: abhiTronix/vidgear
repo_url: https://github.com/abhiTronix/vidgear
edit_uri: edit/testing/docs/
# Copyright
copyright: Copyright © 2019 Abhishek Thakur(@abhiTronix)
# Configuration
theme:
name: material
custom_dir: docs/overrides
# Default values, taken from mkdocs_theme.yml
features:
- announce.dismiss
- navigation.indexes
- navigation.prune
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- navigation.instant
- search.suggest
- search.highlight
- search.share
- content.code.annotate
- content.code.copy
- content.tabs.link
- content.footnote.tooltips
- content.action.view
- content.action.edit
- content.tooltips
- toc.follow
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/weather-hazy
name: Switch to light mode
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: purple
accent: dark purple
toggle:
icon: material/weather-sunny
name: Switch to dark mode
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep orange
accent: orange
toggle:
icon: material/weather-night
name: Switch to system mode
font:
text: Source Sans 3
code: Fira Code
icon:
admonition:
note: octicons/tag-16
abstract: octicons/checklist-16
info: octicons/info-16
tip: octicons/light-bulb-16
success: octicons/check-16
question: octicons/question-16
warning: octicons/alert-16
failure: octicons/x-circle-16
danger: octicons/zap-16
bug: octicons/bug-16
example: octicons/beaker-16
quote: octicons/quote-16
logo: assets/images/logo.svg
favicon: assets/images/favicon-32.png
static_templates:
- 404.html
# Plugins
plugins:
- search
- git-revision-date-localized:
enable_creation_date: true
fallback_to_build_date: true
- minify:
minify_html: true
- mkdocstrings:
handlers:
python:
options:
filters:
- "!^_"
- "^__init__$"
- "^__call__$"
show_root_heading: true
show_root_full_path: false
show_symbol_type_toc: true
show_source: true
heading_level: 3
# Logging
validation:
unrecognized_links: ignore
# Customization
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/abhiTronix
- icon: fontawesome/brands/gitter
link: https://gitter.im/vidgear/community
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/abhishek-singh-thakur-a37845a5
- icon: fontawesome/brands/dev
link: https://dev.to/abhitronix
version:
provider: mike
default: latest
analytics: # Google analytics
provider: google
property: G-XMZCQ3KBNJ
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
using our <a href="..." target="_blank" rel="noopener">feedback form</a>.
extra_css:
- assets/stylesheets/custom.css
extra_javascript:
- assets/javascripts/extra.js
- https://cdn.jsdelivr.net/npm/@clappr/player@latest/dist/clappr.min.js
- https://cdn.jsdelivr.net/gh/clappr/clappr-level-selector-plugin@latest/dist/level-selector.min.js
- https://cdn.jsdelivr.net/gh/clappr/dash-shaka-playback@latest/dist/dash-shaka-playback.js
- https://cdn.jsdelivr.net/npm/@clappr/hlsjs-playback@latest/dist/hlsjs-playback.min.js
# Extensions
markdown_extensions:
- admonition
- abbr
- tables
- attr_list
- def_list
- footnotes
- md_in_html
- meta
- toc:
permalink: true
# Python Markdown Extensions
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.magiclink:
normalize_issue_symbols: true
repo_url_shorthand: true
user: abhiTronix
repo: vidgear
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
exclude_docs: |
overrides/assets/README.md
# Page tree
nav:
- Home:
- index.md
- Installation:
- installation/index.md
- Install using Pip: installation/pip_install.md
- Install using Poetry: installation/poetry_install.md
- Install from Source: installation/source_install.md
- Switching from OpenCV: switch_from_cv.md
- Contribution Guidelines:
- contribution.md
- Submitting an Issue Guidelines: contribution/issue.md
- Submitting Pull Request(PR) Guidelines: contribution/PR.md
- Release Notes: changelog.md
- Our Sponsors: sponsors.md
- License: license.md
- Gears:
- gears/index.md
- CamGear:
- gears/camgear/index.md
- Usage Examples: gears/camgear/usage.md
- API Resources:
- CamGear API Parameters: gears/camgear/params.md
- CamGear API References: bonus/reference/camgear.md
- CamGear Bonus Examples: help/camgear_ex.md
- CamGear FAQs: help/camgear_faqs.md
- Source Tweak Parameters: gears/camgear/advanced/source_params.md
- FFGear:
- gears/ffgear/index.md
- Usage Examples: gears/ffgear/usage.md
- Advanced Usage: gears/ffgear/advanced/index.md
- API Resources:
- FFGear API Parameters: gears/ffgear/params.md
- FFGear API References: bonus/reference/ffgear.md
- FFGear Bonus Examples: help/ffgear_ex.md
- FFGear FAQs: help/ffgear_faqs.md
- FFmpeg Installation: gears/ffgear/advanced/ffmpeg_install.md
- PiGear:
- gears/pigear/index.md
- Usage Examples: gears/pigear/usage.md
- API Resources:
- PiGear API Parameters: gears/pigear/params.md
- PiGear API References: bonus/reference/pigear.md
- PiGear Bonus Examples: help/pigear_ex.md
- PiGear FAQs: help/pigear_faqs.md
- VideoGear:
- gears/videogear/index.md
- Usage Examples: gears/videogear/usage.md
- API Resources:
- VideoGear API Parameters: gears/videogear/params.md
- VideoGear API References: bonus/reference/videogear.md
- VideoGear Bonus Examples: help/videogear_ex.md
- VideoGear FAQs: help/videogear_faqs.md
- ScreenGear:
- gears/screengear/index.md
- Usage Examples: gears/screengear/usage.md
- API Resources:
- ScreenGear API Parameters: gears/screengear/params.md
- ScreenGear API References: bonus/reference/screengear.md
- ScreenGear Bonus Examples: help/screengear_ex.md
- ScreenGear FAQs: help/screengear_faqs.md
- WriteGear:
- Introduction: gears/writegear/introduction.md
- Compression Mode:
- gears/writegear/compression/index.md
- Usage Examples: gears/writegear/compression/usage.md
- Mode Resources:
- Compression Mode Parameters: gears/writegear/compression/params.md
- Custom FFmpeg Commands: gears/writegear/compression/advanced/cciw.md
- FFmpeg Installation: gears/writegear/compression/advanced/ffmpeg_install.md
- Non-Compression Mode:
- gears/writegear/non_compression/index.md
- Usage Examples: gears/writegear/non_compression/usage.md
- Mode Resources:
- Non-Compression Mode Parameters: gears/writegear/non_compression/params.md
- API Resources:
- WriteGear API Parameters: gears/writegear/params.md
- WriteGear API References: bonus/reference/writegear.md
- WriteGear Bonus Examples: help/writegear_ex.md
- WriteGear FAQs: help/writegear_faqs.md
- StreamGear:
- Introduction: gears/streamgear/introduction.md
- Single-Source Mode:
- gears/streamgear/ssm/index.md
- Usage Examples: gears/streamgear/ssm/usage.md
- Real-time Frames Mode:
- gears/streamgear/rtfm/index.md
- Usage Examples: gears/streamgear/rtfm/usage.md
- API Resources:
- StreamGear API Parameters: gears/streamgear/params.md
- StreamGear API References: bonus/reference/streamgear.md
- StreamGear Bonus Examples: help/streamgear_ex.md
- StreamGear FAQs: help/streamgear_faqs.md
- FFmpeg Installation: gears/streamgear/ffmpeg_install.md
- NetGear:
- gears/netgear/index.md
- Usage Examples: gears/netgear/usage.md
- Advanced Modes:
- Multi-Servers Mode: gears/netgear/advanced/multi_server.md
- Multi-Clients Mode: gears/netgear/advanced/multi_client.md
- Bidirectional Mode: gears/netgear/advanced/bidirectional_mode.md
- SSH Tunneling Mode: gears/netgear/advanced/ssh_tunnel.md
- Secure Mode: gears/netgear/advanced/secure_mode.md
- Frame Compression: gears/netgear/advanced/compression.md
- API Resources:
- NetGear API Parameters: gears/netgear/params.md
- NetGear API References: bonus/reference/netgear.md
- NetGear Bonus Examples: help/netgear_ex.md
- NetGear FAQs: help/netgear_faqs.md
- WebGear:
- gears/webgear/index.md
- Usage Examples: gears/webgear/usage.md
- Advanced Usages: gears/webgear/advanced.md
- API Resources:
- WebGear API Parameters: gears/webgear/params.md
- WebGear API References: bonus/reference/webgear.md
- WebGear Bonus Examples: help/webgear_ex.md
- WebGear FAQs: help/webgear_faqs.md
- WebGear_RTC:
- gears/webgear_rtc/index.md
- Usage Examples: gears/webgear_rtc/usage.md
- Advanced Examples: gears/webgear_rtc/advanced.md
- API Resources:
- WebGear_RTC API Parameters: gears/webgear_rtc/params.md
- WebGear_RTC API References: bonus/reference/webgear_rtc.md
- WebGear_RTC Bonus Examples: help/webgear_rtc_ex.md
- WebGear_RTC FAQs: help/webgear_rtc_faqs.md
- NetGear_Async:
- gears/netgear_async/index.md
- Usage Examples: gears/netgear_async/usage.md
- Advanced Modes:
- Bidirectional Mode: gears/netgear_async/advanced/bidirectional_mode.md
- API Resources:
- NetGear_Async API Parameters: gears/netgear_async/params.md
- NetGear_Async API References: bonus/reference/netgear_async.md
- NetGear_Async Bonus Examples: help/netgear_async_ex.md
- NetGear_Async FAQs: help/netgear_async_faqs.md
- Stabilizer Class:
- gears/stabilizer/index.md
- Usage Examples: gears/stabilizer/usage.md
- API Resources:
- Stabilizer Class Parameters: gears/stabilizer/params.md
- Stabilizer Class References: bonus/reference/stabilizer.md
- Stabilizer Class Bonus Examples: help/stabilizer_ex.md
- Stabilizer Class FAQs: help/stabilizer_faqs.md
- References:
- API References:
- vidgear.gears:
- CamGear API: bonus/reference/camgear.md
- FFGear API: bonus/reference/ffgear.md
- PiGear API: bonus/reference/pigear.md
- VideoGear API: bonus/reference/videogear.md
- ScreenGear API: bonus/reference/screengear.md
- WriteGear API: bonus/reference/writegear.md
- StreamGear API: bonus/reference/streamgear.md
- NetGear API: bonus/reference/netgear.md
- Stabilizer Class: bonus/reference/stabilizer.md
- Helper Methods: bonus/reference/helper.md
- vidgear.gears.asyncio:
- WebGear API: bonus/reference/webgear.md
- WebGear_RTC API: bonus/reference/webgear_rtc.md
- NetGear_Async API: bonus/reference/netgear_async.md
- Helper Methods: bonus/reference/helper_async.md
- Containerizing VidGear with Docker: bonus/docker_example.md
- Colorspace Manipulation: bonus/colorspace_manipulation.md
- Threaded Queue Mode: bonus/TQM.md
- Help:
- Help VidGear 'n' Get Help:
- Helping VidGear: help.md
- Getting Help: help/get_help.md
- Frequently Asked Questions:
- General FAQs: help/general_faqs.md
- CamGear FAQs: help/camgear_faqs.md
- FFGear FAQs: help/ffgear_faqs.md
- PiGear FAQs: help/pigear_faqs.md
- VideoGear FAQs: help/videogear_faqs.md
- ScreenGear FAQs: help/screengear_faqs.md
- WriteGear FAQs: help/writegear_faqs.md
- StreamGear FAQs: help/streamgear_faqs.md
- NetGear FAQs: help/netgear_faqs.md
- WebGear FAQs: help/webgear_faqs.md
- WebGear_RTC FAQs: help/webgear_rtc_faqs.md
- NetGear_Async FAQs: help/netgear_async_faqs.md
- Stabilizer Class FAQs: help/stabilizer_faqs.md
- Bonus Examples:
- CamGear Examples: help/camgear_ex.md
- FFGear Examples: help/ffgear_ex.md
- PiGear Examples: help/pigear_ex.md
- VideoGear Examples: help/videogear_ex.md
- ScreenGear Examples: help/screengear_ex.md
- WriteGear Examples: help/writegear_ex.md
- StreamGear Examples: help/streamgear_ex.md
- NetGear Examples: help/netgear_ex.md
- WebGear Examples: help/webgear_ex.md
- WebGear_RTC Examples: help/webgear_rtc_ex.md
- NetGear_Async Examples: help/netgear_async_ex.md
- Stabilizer Class Examples: help/stabilizer_ex.md