You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/operate/reference/components/camera/webcam.md
+3-18Lines changed: 3 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -236,8 +236,9 @@ If you are capturing camera data, it can happen that the camera captures and syn
236
236
{{% /expand%}}
237
237
238
238
{{% expand "CSI Camera not working on a Raspberry Pi" %}}
239
-
If you are using a CSI camera v1.3 or v2.0 on a Raspberry Pi, you need to [enable legacy mode](/operate/reference/prepare/rpi-setup/#enable-communication-protocols).
240
-
If you are using a CSI camera v3.0, you need to use the [`viam:camera:csi` module](https://github.com/viamrobotics/csi-camera/) instead.
239
+
240
+
If you are using a CSI camera v1.3 or v2.0, or v3.0, use the [`viam:camera:csi` module](https://github.com/viamrobotics/csi-camera/) instead.
241
+
241
242
For Raspberry Pi AI cameras like the IMX500 AI camera, you can use a module such as [this `viam-pi-ai-camera` vision service](https://github.com/HipsterBrown/viam-pi-ai-camera).
242
243
Note that this module is not officially supported by Viam.
243
244
For more information about the vision service, see [run inference](https://docs.viam.com/data-ai/ai/run-inference/).
@@ -248,22 +249,6 @@ Each camera stream you add uses CPU on the device it is connected to and there i
248
249
You can limit the CPU usage by reducing the image resolution.
249
250
{{% /expand%}}
250
251
251
-
{{% expand "Timeout errors on a Raspberry Pi" %}}
252
-
253
-
If you are getting "timeout" errors from GRPC when adding a `webcam` model on a Raspberry Pi, make sure the webcam port is enabled on the Pi (common if you are using a fresh Pi right out of the box).
254
-
255
-
To enable the webcam port on a Raspberry Pi, run the following command:
256
-
257
-
```sh {class="command-line" data-prompt="$"}
258
-
sudo raspi-config
259
-
```
260
-
261
-
Then, select: **Interface Options -> Camera -> Enable Camera**.
0 commit comments