Sets a Sharpness filter.
Adds or Changes a Sharpness Filter on an OBS Input.
This changes the sharpness of an image.
Show-OBS -Uri https://pssvg.start-automating.com/Examples/Stars.svg |
Set-OBSSharpnessFilter -Sharpness .75
The Sharpness.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | 1 | true (ByPropertyName) |
If set, will remove a filter if one already exists.
If this is not provided and the filter already exists, the settings of the filter will be changed.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Switch] |
false | named | false |
Set-OBSSharpnessFilter [[-Sharpness] <Double>] [-Force] [<CommonParameters>]