mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
9fa70c3455
* Add vision pipeline diagram * Moved pipeline to the Guides section * Fixing segment storage and other flows * Added text * Update docs/docs/guides/video_pipeline.md Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com> * Keeping case as other pages * Changing sections to ## * Update docs/docs/guides/video_pipeline.md Co-authored-by: Blake Blackshear <blakeb@blakeshome.com> * Update docs/docs/guides/video_pipeline.md Co-authored-by: Blake Blackshear <blakeb@blakeshome.com> --------- Co-authored-by: cat101 <cat101@nowhere.com> Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com> Co-authored-by: Blake Blackshear <blakeb@blakeshome.com>
70 lines
1.9 KiB
JavaScript
70 lines
1.9 KiB
JavaScript
module.exports = {
|
|
docs: {
|
|
Frigate: [
|
|
"frigate/index",
|
|
"frigate/hardware",
|
|
"frigate/installation",
|
|
"frigate/camera_setup",
|
|
],
|
|
Guides: [
|
|
"guides/getting_started",
|
|
"guides/configuring_go2rtc",
|
|
"guides/false_positives",
|
|
"guides/ha_notifications",
|
|
"guides/ha_network_storage",
|
|
"guides/stationary_objects",
|
|
"guides/reverse_proxy",
|
|
"guides/video_pipeline",
|
|
],
|
|
Configuration: {
|
|
"Configuration Files": [
|
|
"configuration/index",
|
|
{
|
|
type: "link",
|
|
label: "Go2RTC Configuration Reference",
|
|
href: "https://github.com/AlexxIT/go2rtc/tree/v1.8.2#configuration",
|
|
},
|
|
],
|
|
Detectors: [
|
|
"configuration/object_detectors",
|
|
"configuration/audio_detectors",
|
|
],
|
|
Cameras: [
|
|
"configuration/cameras",
|
|
"configuration/record",
|
|
"configuration/snapshots",
|
|
"configuration/motion_detection",
|
|
"configuration/birdseye",
|
|
"configuration/live",
|
|
"configuration/restream",
|
|
"configuration/autotracking",
|
|
"configuration/camera_specific",
|
|
],
|
|
Objects: [
|
|
"configuration/masks",
|
|
"configuration/objects",
|
|
"configuration/stationary_objects",
|
|
"configuration/zones",
|
|
],
|
|
"Extra Configuration": [
|
|
"configuration/hardware_acceleration",
|
|
"configuration/ffmpeg_presets",
|
|
"configuration/advanced",
|
|
],
|
|
},
|
|
Integrations: [
|
|
"integrations/plus",
|
|
"integrations/home-assistant",
|
|
"integrations/api",
|
|
"integrations/mqtt",
|
|
"integrations/third_party_extensions",
|
|
],
|
|
"Frigate+": ["plus/index"],
|
|
Troubleshooting: ["troubleshooting/faqs", "troubleshooting/recordings"],
|
|
Development: [
|
|
"development/contributing",
|
|
"development/contributing-boards",
|
|
],
|
|
},
|
|
};
|