@@ -696,6 +696,45 @@
|
||||
"max": 95,
|
||||
"step": 5
|
||||
},
|
||||
{
|
||||
"key": "webcamEnabled",
|
||||
"title": "Camera access",
|
||||
"group": "Camera",
|
||||
"default": false,
|
||||
"type": "boolean",
|
||||
"description": "Off by default. Press Allow now to start a temporary camera grant. Apply this switch if you want the feature remembered."
|
||||
},
|
||||
{
|
||||
"key": "webcamDevice",
|
||||
"title": "Camera device",
|
||||
"group": "Camera",
|
||||
"default": "",
|
||||
"type": "device",
|
||||
"mediaClass": "Video/Source",
|
||||
"description": "System default follows PipeWire. Refresh the list after connecting a camera."
|
||||
},
|
||||
{
|
||||
"key": "webcamGrantMinutes",
|
||||
"title": "Camera grant duration (minutes)",
|
||||
"group": "Camera",
|
||||
"default": 3,
|
||||
"type": "number",
|
||||
"description": "Camera access expires automatically. Changing this revokes an active grant.",
|
||||
"min": 1,
|
||||
"max": 15,
|
||||
"step": 1
|
||||
},
|
||||
{
|
||||
"key": "webcamMaxEdge",
|
||||
"title": "Camera still maximum edge (pixels)",
|
||||
"group": "Camera",
|
||||
"default": 720,
|
||||
"type": "number",
|
||||
"description": "Larger stills preserve detail but take more memory.",
|
||||
"min": 320,
|
||||
"max": 1280,
|
||||
"step": 80
|
||||
},
|
||||
{
|
||||
"key": "modelProfile",
|
||||
"title": "Chat model profile",
|
||||
|
||||
Reference in New Issue
Block a user