obs-move-transition icon indicating copy to clipboard operation
obs-move-transition copied to clipboard

[Feature Request] Add websocket request to move sources

Open LordTocs opened this issue 2 years ago • 1 comments

OBS Websocket now has an api for plugins to add websocket requests.

The base OBS Websocket has a SetSceneItemTransform which instantly moves a scene item. It would be awesome to have a MoveSceneItemTransform which would use obs-move-transition to update the item's transform over a requested amount of time.

There's an example of a plugin's websocket request here: https://github.com/obsproject/obs-websocket/blob/master/lib/example/simplest-plugin.c The functions of note are obs_websocket_register_vendor and obs_websocket_vendor_register_request.

Another interesting websocket request would be to also have an equivalent of SetInputSettings. Using the move-value-filter logic to update input settings over time from a websocket request.

LordTocs avatar Feb 04 '23 22:02 LordTocs

I like the idea, will add it to my to do list.

exeldro avatar Feb 04 '23 22:02 exeldro