smaller default video bitrate

This commit is contained in:
legop3
2025-11-27 23:20:33 -05:00
parent 5f5591ca42
commit 08988962c1
5 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ func LoadConfig(path string) (*Config, error) {
VideoWidth: 1280,
VideoHeight: 720,
VideoFPS: 30,
VideoBitrate: 3000000,
VideoBitrate: 2000000,
},
CameraServo: CameraServoConfig{
Pin: 12,