Skip to content

Commit 4e770d4

Browse files
authored
[Camera] Update the instructions for liveview (project-chip#40529)
* [Camera] Update the instructions for liveview * Address AI comment
1 parent e925b72 commit 4e770d4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/camera-app/linux/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ sudo apt install \
2424
gstreamer1.0-plugins-base \
2525
gstreamer1.0-plugins-good \
2626
gstreamer1.0-plugins-bad \
27+
gstreamer1.0-plugins-ugly \
2728
gstreamer1.0-libav \
2829
libgstreamer1.0-dev \
2930
libgstreamer-plugins-base1.0-dev \

examples/camera-controller/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@ example on your Linux machine. You will need two separate terminal windows.
141141

142142
Terminal 1: Start the Camera App (Device)
143143

144-
1. Launch the chip-camera-app binary. The --camera-deferred-offer flag prepares
145-
the camera to stream upon request from the controller.
144+
1. Launch the chip-camera-app binary.
146145

147146
Clean up any existing configurations (first-time pairing only):
148147

@@ -151,7 +150,7 @@ sudo rm -rf /tmp/chip_*
151150
```
152151

153152
```
154-
./out/linux-x64-camera/chip-camera-app --camera-deferred-offer
153+
./out/linux-x64-camera/chip-camera-app
155154
```
156155

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

0 commit comments

Comments
 (0)