Normen Hansen
Normen Hansen
Yeah, admittedly the VISCA implementation in these cameras leaves a lot to be desired. But my guess is that this is not uncommon especially with cheap / prosumer devices so...
Suggestion: Use the excellent "Advanced Scene Switcher" plugin together with this. Automate calling the presets via keyboard shortcuts. I am using this to automate three cameras with 4 presets each...
Try enabling debug in the settings and open the OBS log to see if theres errors.
No, thats a VISCA command.
Are you sure your camera uses VISCA over TCP? Theres also VISCA over UDP.
Hm, no it still doesn't work when using the `VimEnter` hook 🤔
Theres two that I manually add through the hook. The rest are added through my own [lsp-settings-adapter](https://github.com/normen/vim-lsp-settings-adapter) plugin which also uses the `lsp#lsp#Addserver` directly. ``` let lspServers = [ \...
By the way the `vim-lsp` plugin solves this by having its own Hook for the autocommand, you add LSPs like this: ``` au User lsp_setup call lsp#register_server({ \ 'name': 'ccls',...
I'm not sure the "home" button exists in HomeKit (for external devices) - we're basically emulating what the Apple Remote does and theres no way to press "TV Home" there...
What commands?