File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff line change @@ -141,8 +141,7 @@ example on your Linux machine. You will need two separate terminal windows.
141141
142142Terminal 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
147146Clean 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
157156Terminal 2: Launch and Use the Camera Controller (Client)
You can’t perform that action at this time.
0 commit comments