Docs/capturing (#70)

* Add capturing base doc

* Pin RNN version where Modal without animation works

* Add docs for Taking Photos/Recording Videos
This commit is contained in:
Marc Rousavy
2021-03-17 15:17:05 +01:00
committed by GitHub
parent 50cabe9306
commit b0069c23e1
8 changed files with 155 additions and 46 deletions

View File

@@ -1,6 +1,6 @@
module.exports = {
someSidebar: {
Guides: ['setup', 'devices', 'formats', 'frame-processors', 'animated', 'errors', 'troubleshooting'],
Guides: ['setup', 'devices', 'formats', 'capturing', 'frame-processors', 'animated', 'errors', 'troubleshooting'],
API: require('./typedoc-sidebar.js'),
},
};