Add UVC device name configuration and update device name retrieval logic

This commit is contained in:
PhosphorosVR
2025-09-05 19:36:09 +02:00
parent 4ed397ca2d
commit 8138ffa36d
5 changed files with 28 additions and 3 deletions

View File

@@ -50,6 +50,13 @@ menu "OpenIris: General Configuration"
help
A firmware version string exposed via the get_info command.
config GENERAL_UVC_NAME
string "UVC device name"
default "openiristracker"
help
Default name reported for the UVC interface/device over USB.
This is independent from the mDNS hostname used on WiFi.
endmenu
menu "OpenIris: Camera Configuration"