There aren't any ptz cameras in there but thanks for the reply.
Look for a line like this in your OBS log file:
Code:
17:45:26.011: LoadLibrary failed for '../../obs-plugins/64bit/obs-ptz.dll': The specified module could not be found.
17:45:26.011: (126)
17:45:26.011: Module '../../obs-plugins/64bit/obs-ptz.dll' not loaded
On my setup, if I have both an old and new plugin in the search paths, then I get the same behaviour as you. I also get the following in my log file:
Code:
17:45:26.011: LoadLibrary failed for '../../obs-plugins/64bit/obs-ptz.dll': The specified module could not be found.
17:45:26.011: (126)
17:45:26.011: Module '../../obs-plugins/64bit/obs-ptz.dll' not loaded
17:45:26.059: [obs-websocket] [obs_module_load] you can haz websockets (Version: 5.6.3 | RPC Version: 1)
17:45:26.059: [obs-websocket] [obs_module_load] Qt version (compile-time): 6.8.3 | Qt version (run-time): 6.8.3
17:45:26.059: [obs-websocket] [obs_module_load] Linked ASIO Version: 103200
17:45:26.072: [obs-websocket] [obs_module_load] Module loaded.
17:45:26.080: [vlc-video]: Couldn't find VLC installation, VLC video source disabled
17:45:26.109: [obs-ptz] plugin loaded successfully (version v0.18.2-rc1)
In this case, the old plugin was in `c:\Program Files\obs-studio\obs-plugins\64-bit`, and the new one was in `c:\programdata\obs-studio\plugins`. OBS Studio tried to load both. The log file will tell you the path of the failed dll. If you still have problems, attach your log file here so I can look at it