obsproject / obs-websocket

Remote-control of OBS Studio through WebSocket
GNU General Public License v2.0
3.79k stars 701 forks source link

Feature Request: Allow websockets to GET/SET Deinterlacing modes for Video Capture Inputs #1183

Open asoulliereHT opened 7 months ago

asoulliereHT commented 7 months ago

Feature Request Type

RPC Request

Feature Request Type (Other)

No response

Requested Feature

I want to be able to GET/SET deinterlacing modes on a video capture input using websockets. You can GET/SET sceneitem blend modes already but not deinterlacing.

Requested Feature Usage Scenario

I'm programatically configuring an input from a capture card that may be interlaced. In those cases, I'd want to enable deinterlacing on the fly.

iblax commented 6 months ago

We are waithing for it

asoulliereHT commented 6 months ago

I built it and it works. I just need to clean up the PR.