You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Establish a subscription to the AllocatedSnapshotStreams attribute"
85
+
),
86
+
TestStep(
87
+
6,
83
88
"TH sends the SnapshotStreamModify command with SnapshotStreamID set to aStreamID. If WMARK is supported, set WaterMarkEnabled to !aWmark`and if OSD is supported, set OSDEnabled to `!aOSD in the command.",
84
89
"If HardwareEncoder is True, DUT responds with a SUCCESS status code.",
85
-
"If HardwareEncoder is False, DUT responds with an INVALID_INSTATE status code."
90
+
"If HardwareEncoder is False, DUT responds with an INVALID_INSTATE status code.",
86
91
),
87
92
TestStep(
88
-
6,
93
+
7,
94
+
"If HardwareEncoder is True, wait until a subscription report with AllocatedSnapshotStreams attribute is received",
95
+
),
96
+
TestStep(
97
+
8,
89
98
"TH reads AllocatedSnapshotStreams attribute from CameraAVStreamManagement Cluster on DUT",
90
99
"If HardwareEncoder is True, verify the following: If WMARK is supported, verify WaterMarkEnabled == !aWmark. If OSD is supported, verify OSDEnabled == !aOSD.",
"Establish a subscription to the AllocatedVideoStreams attribute"
84
+
),
85
+
TestStep(
86
+
6,
82
87
"TH sends the VideoStreamModify command with VideoStreamID set to aStreamID. If WMARK is supported, set WaterMarkEnabled to !aWmark and if OSD is supported, set OSDEnabled to !aOSD in the command.",
83
88
"DUT responds with a SUCCESS status code.",
84
89
),
85
90
TestStep(
86
-
6,
91
+
7,
92
+
"Wait until a subscription report with AllocatedVideoStreams attribute is received",
93
+
),
94
+
TestStep(
95
+
8,
87
96
"TH reads AllocatedVideoStreams attribute from CameraAVStreamManagement Cluster on DUT",
88
97
"Verify the following: If WMARK is supported, verify WaterMarkEnabled == !aWmark. If OSD is supported, verify OSDEnabled == !aOSD.",
0 commit comments