Camera connection added

This commit is contained in:
2025-07-28 16:03:34 +02:00
parent 4e1a9f0182
commit 7e729618de
8 changed files with 224 additions and 12 deletions

14
negstation_widgets.json Normal file
View File

@ -0,0 +1,14 @@
[
{
"widget_type": "LogWidget",
"config": {
"label": "LogWidget"
}
},
{
"widget_type": "CamControlWidget",
"config": {
"label": "CamControlWidget"
}
}
]