We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5239ba commit 6cfcdd5Copy full SHA for 6cfcdd5
examples/camera-controller/README.md
@@ -144,8 +144,14 @@ Terminal 1: Start the Camera App (Device)
144
1. Launch the chip-camera-app binary. The --camera-deferred-offer flag prepares
145
the camera to stream upon request from the controller.
146
147
+Clean up any existing configurations (first-time pairing only):
148
+
149
+```
150
+sudo rm -rf /tmp/chip_*
151
152
153
```
-./out/linux-x64-camera-app/chip-camera-app --camera-deferred-offer
154
+./out/linux-x64-camera/chip-camera-app --camera-deferred-offer
155
156
157
Terminal 2: Launch and Use the Camera Controller (Client)
0 commit comments