We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ab2f60 + 2e85569 commit d91a49dCopy full SHA for d91a49d
1 file changed
Runner/suites/Multimedia/Video/Video_V4L2_Runner/README_Video.md
@@ -153,9 +153,9 @@ If the target is offline when a clip bundle is needed:
153
154
**Provide credentials via:**
155
```sh
156
-export SSID="Hydra"
157
-export PASSWORD="K5x48Vz3"
158
-# or create ./ssid_list.txt with: Hydra K5x48Vz3
+export SSID="WIFI_SSID"
+export PASSWORD="WIFI_PASSWORD"
+# or create ./ssid_list.txt with: WIFI_PASSWORD WIFI_PASSWORD
159
```
160
161
---
@@ -231,8 +231,8 @@ VIDEO_FW_BACKUP_DIR=/opt ./run.sh --platform kodiak --stack upstream
231
232
### Ensure Wi‑Fi is used for downloads (if needed)
233
234
-export SSID="AP Name"
235
-export PASSWORD="Password"
236
./run.sh --extract-input-clips true
237
238
0 commit comments