Sets an OBS 3D Filter.
Adds or Changes a 3D Filter on an OBS Input.
This requires the 3D Effect.
The Field of View
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | 1 | true (ByPropertyName) |
The Rotation along the X-axis
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | 2 | true (ByPropertyName) |
The Rotation along the Y-axis
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | 3 | true (ByPropertyName) |
The Rotation along the Z-axis
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | 4 | true (ByPropertyName) |
The Position along the X-axis
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | 5 | true (ByPropertyName) |
The Position along the Y-axis
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | 6 | true (ByPropertyName) |
The Position along the Z-axis
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | 7 | true (ByPropertyName) |
The scale of the source along the X-axis
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | 8 | true (ByPropertyName) |
The scale of the source along the Y-axis
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | 9 | 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-OBS3DFilter [[-FieldOfView] <Double>] [[-RotationX] <Double>] [[-RotationY] <Double>] [[-RotationZ] <Double>] [[-PositionX] <Double>] [[-PositionY] <Double>] [[-PositionZ] <Double>] [[-ScaleX] <Double>] [[-ScaleY] <Double>] [-Force] [<CommonParameters>]