Skip to content

Commit 6cfcdd5

Browse files
authored
Update README.md per feedback (#39746)
1 parent f5239ba commit 6cfcdd5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

examples/camera-controller/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,14 @@ Terminal 1: Start the Camera App (Device)
144144
1. Launch the chip-camera-app binary. The --camera-deferred-offer flag prepares
145145
the camera to stream upon request from the controller.
146146

147+
Clean up any existing configurations (first-time pairing only):
148+
149+
```
150+
sudo rm -rf /tmp/chip_*
151+
```
152+
147153
```
148-
./out/linux-x64-camera-app/chip-camera-app --camera-deferred-offer
154+
./out/linux-x64-camera/chip-camera-app --camera-deferred-offer
149155
```
150156

151157
Terminal 2: Launch and Use the Camera Controller (Client)

0 commit comments

Comments
 (0)