Add-Stream
SYNOPSIS
Deprecated. Use Get-VmsCameraStream and Set-VmsCameraStream instead.
SYNTAX
Add-Stream -Camera <Camera> [<CommonParameters>]
DESCRIPTION
Deprecated. Use Get-VmsCameraStream and Set-VmsCameraStream instead.
EXAMPLES
Example 1
$camera | Add-Stream
Adds a new stream usage for the camera assigned to the $camera variable.
PARAMETERS
-Camera
Specifies a camera object returned by Get-VmsCamera.
Type: Camera
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.