-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathmkdocs.yml
More file actions
122 lines (115 loc) · 4.75 KB
/
mkdocs.yml
File metadata and controls
122 lines (115 loc) · 4.75 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
site_name: raspiCamSrv V4.10.x Documentation
plugins:
- search
- mike
theme:
name: material
favicon: img/favicon.ico
features:
- content.code.copy
not_in_nav: |
Z_Legacy*.md
nav:
- Home: index.md
- Getting Started:
- Overview: getting_started_overview.md
- Requirements: requirements.md
- System Setup: system_setup.md
- Installation: installation.md
- Alternatives:
- Manual Step by Step Installation: installation_man.md
- Service Configuration: service_configuration.md
- Running raspiCamSrv as Docker container: SetupDocker.md
- Setup of Raspberry Pi Zero as Standalone System: bp_PiZero_Standalone.md
- Configuring as Hotspot:
- Hotspot Setup for Trixie: bp_Hotspot_Trixie.md
- Hotspot Setup for Boookworm: bp_Hotspot_Bookworm.md
- Hotspot Setup for Bullseye: bp_Hotspot_Bullseye.md
- Trouble Shooting Guide: Troubelshooting.md
- Features: features.md
- References:
- Picamera2 Manual: picamera2_manual.md
- Releases:
- Release Notes: ReleaseNotes.md
- Updating a raspiCamSrv Installation: updating_raspiCamSrv.md
- User Guide:
- Overview: UserGuide.md
- Authentication: Authentication.md
- Live Menu:
- Live Screen: LiveScreen.md
- Camera Controls:
- Overview: CameraControls.md
- Focus Handling: FocusHandling.md
- Zoom/Pan/Tilt: ZoomPan.md
- Auto-Exposure: CameraControls_AutoExposure.md
- Exposure: CameraControls_Exposure.md
- Image: CameraControls_Image.md
- Ctrl: CameraControls_Ctrl.md
- Camera Controls for USB Cameras: CameraControls_UsbCams.md
- Cropping: ScalerCrop.md
- Direct Control Panel: LiveDirectControl.md
- Photo / Video Taking: Phototaking.md
- Config Menu:
- raspiCamSrv Camera Configuration: Configuration.md
- raspiCamSrv Camera AI Configuration: Configuration_AI.md
- Tuning: Tuning.md
- Info Menu:
- Overview: Information.md
- System Information: Information_Sys.md
- Installed Cameras: Information_Cam.md
- Active Camera Properties: Information_CamPrp.md
- Active Camera Sensor Modes: Information_Sensor.md
- Photos Menu:
- Photo Viewer: PhotoViewer.md
- Photo Series Menu:
- Photo Series: PhotoSeries.md
- Timelapse Series: PhotoSeriesTimelapse.md
- Exposure Series: PhotoSeriesExp.md
- Focus Stack Series: PhotoSeriesFocus.md
- Trigger Menu:
- Overview: TriggerOverview.md
- Introduction: Trigger.md
- Event Handling Control: TriggerControl.md
- Trigger Configuration: TriggerTriggers.md
- Action Configuration: TriggerActions.md
- Trigger/Action Configuration: TriggerTriggerActions.md
- Motion Detection Configuration: TriggerMotion.md
- Camera Action Configuration: TriggerCameraActions.md
- Notification Configuration: TriggerNotification.md
- Active Motion Capturing: TriggerActive.md
- Event Viewer: TriggerEventViewer.md
- Event Calendar: TriggerCalendar.md
- Cam Menu:
- Overview: Cam.md
- Web Cam Dialog: CamWebcam.md
- Multi-Cam Dialog: CamMulticam.md
- Camera Calibration Dialog: CamCalibration.md
- Stereo Camera Dialog: CamStereo.md
- Console Menu:
- Overview: Console.md
- Versatile Buttons: ConsoleVButtons.md
- Action Buttons: ConsoleActionButtons.md
- Settings Menu:
- Settings Parameters: Settings.md
- Configuration Management: SettingsConfiguration.md
- User Management: SettingsUsers.md
- API Settings: SettingsAPI.md
- Settings for Versatile Buttons: SettingsVButtons.md
- Settings for Action Buttons: SettingsAButtons.md
- Settings for Live Buttons: SettingsLButtons.md
- GPIO Device Configuration: SettingsDevices.md
- GPIO Devices:
- Stepper Motor: gpioDevices/StepperMotor.md
- Servo Motor: gpioDevices/ServoPWM.md
- Update: SettingsUpdate.md
- AI Camera Support: AiCameraSupport.md
- Background Processes: Background Processes.md
- No Camera Mode:
- User Guide: UserGuide_NoCam.md
- System Information: Information_Sys.md
- Settings: Settings_NoCam.md
- Configuration Management: SettingsConfiguration_NoCam.md
- API: API.md
- Tutorials:
- Overview: tutorials/Tutorials_Overview.md
- Automatic White Balance with Neural Networks: tutorials/AWB_with_neural_networks.md