react-native-vision-camera/docs/sidebars.js
Marc Rousavy 902dc634a4
feat: Add customizable Video Bit Rate (videoBitRate) (#1882)
* feat: Add `videoBitRate` option to `RecordVideoOptions`

* feat: Implement `videoBitRate` on iOS

* feat: Implement `videoBitRate` on Android

* chore: Format

* docs: Separate recording and photo docs

* docs: Fix links

* docs: Add docs about bitrate and quality

* docs: Add blob

* fix: Don't use inline style for CI

* fix: Correctly log default bitRate

* fix: Fix typo

* fix: Calculate default bit-rate on Android depending on resolution

* Update RecordingSession.kt
2023-09-29 15:27:09 +02:00

47 lines
1.1 KiB
JavaScript

module.exports = {
visionSidebar: {
Guides: [
'guides/setup',
'guides/devices',
'guides/lifecycle',
'guides/formats',
'guides/taking-photos',
'guides/recording-videos',
{
type: 'category',
label: 'Realtime Frame Processing',
items: [
'guides/frame-processors',
'guides/frame-processors-tips',
'guides/frame-processor-plugin-list',
'guides/skia-frame-processors',
{
type: 'category',
label: 'Creating Frame Processor Plugins',
items: [
'guides/frame-processors-plugins-overview',
'guides/frame-processors-plugins-ios',
'guides/frame-processors-plugins-android',
'guides/frame-processors-plugins-final',
]
},
]
},
'guides/zooming',
'guides/focusing',
'guides/hdr',
'guides/stabilization',
'guides/performance',
'guides/errors',
'guides/mocking',
'guides/troubleshooting',
],
API: [
{
type: 'autogenerated',
dirName: 'api',
}
],
},
}