UUoocl

Results 10 comments of UUoocl

[#145](https://github.com/exeldro/obs-move-transition/discussions/145) says Move Transition uses DirectShow for "Move Video Capture Device" in Windows. Could the [uvc-util](https://github.com/jtfrey/uvc-util) be used to bring "Move Video Capture Device" to MacOS? uvc-util is a command...

Thank you for replying. The expected behavior is when the function runs the filter's settings are updated with all of the camera's current settings. The camera I'm using can rotate,...

Lua scripts can be used to run AppleScripts and other commands. I modified a lua script that Advanced Scene Switcher can use to send command lines. Please try this gist....

I'm looking forward to this enhancement. I tried to edit the script from the packager output. Changing the background color was easy, but I couldn't figure out how to change...

After further reading, I've learned how to set the background to be transparent on files created by the packager. 1. change `alpha: !1` to `alpha: 1` 2. change `.clearColor(...this._backgroundColor4f)` to...

I've started a [MediaPipe for OBS project](https://github.com/UUoocl/MediaPipe_for_OBS). Electron js is used to run the MediaPipe models locally and send the landmarks to OBS. The landmarks are stored in a Text...

In Electron the browser can not access the Get User Media directly either. The work around is to use node to query the available devices then pass the results to...

Thanks for your interest in the Advanced Slides and OBS plugin. I updated the example vault to include Advanced Slides 1.20.0. [Obsidian_AdvancedSlides_Demo_Vault](https://github.com/UUoocl/Obsidian_AdvancedSlides_Demo_Vault) I'm working on a new version of the...

Thank you for testing this issue. That is interesting that in Windows the MIDI messages are being sent as expected. I just tested it and it works for me on...

The websocket action can be used to communicate with excel. This video gives an introduction to connecting Excel and OBS via websocket. https://www.youtube.com/watch?v=BqMdAgBv8Sk Websocket messages can be sent directly to...