Carlos
Carlos
ok, I added `static NSString* suitableModelUniqueID = @"UVC Camera VendorID_1133 ProductID_2115";` So that it shows the Logitech c930e. I will try next week with a Logitech cc3000e & the Logitech...
Here's a link, which i believe helps: #### Updating an Existing Package to the Swift 4 Manifest Format
@dosu Root Cause: Windows-specific build bug in the ComfyUI frontend. When building on Windows, the Vite build process generated shim files with Windows backslashes (scripts\ui\components\...) instead of forward slashes. In...
@zhanghongyong123456 Workaround for Windows users: After running pnpm build, run this PowerShell script in the dist folder to fix the backslash escape sequences: ` Get-ChildItem -Recurse -Filter "*.js" | ForEach-Object...