From f28b44141234b2faee00c0d79bc82f1da986ae26 Mon Sep 17 00:00:00 2001 From: Deepak Khatri <lorforlinux@beagleboard.org> Date: Wed, 1 Feb 2023 11:46:36 +0530 Subject: [PATCH] Add camera tables --- accessories/cables.rst | 4 ++-- accessories/cameras.rst | 14 ++++++++++---- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/accessories/cables.rst b/accessories/cables.rst index 13db0860..ca0ba75c 100644 --- a/accessories/cables.rst +++ b/accessories/cables.rst @@ -97,8 +97,8 @@ You will also find an extra RED wire on this cable. Just leave it unconnected. FTDI 3 Pin Cable ----------------- -You can purchase the another version direct from *FTDI -This cable only has three wires for connection. You can find the datasheet and a picture at *Cable +You can purchase the another version direct from **FTDI This cable only has three wires for connection. +You can find the datasheet and a picture at** Cable .. table:: 3 pin FTDI cable connection to BeagleBone Black diff --git a/accessories/cameras.rst b/accessories/cameras.rst index 5cba4388..3fe476c6 100644 --- a/accessories/cameras.rst +++ b/accessories/cameras.rst @@ -6,13 +6,15 @@ Cameras USB Cameras ************ -- Logitech c270 - +-----------------+---------------------+----------------------+ | Camera | BeagleBone Black | BeagleBone AI-64 | +=================+=====================+======================+ | Logitech C270 | | Tested | +-----------------+---------------------+----------------------+ +| Logitech C920 | | Tested | ++-----------------+---------------------+----------------------+ +| Logitech C922 | | Tested | ++-----------------+---------------------+----------------------+ CSI Cameras @@ -24,5 +26,9 @@ CSI Cameras BeagleBone AI-64 ================= -- IMX219 from Arducam -- Raspberry Pi v2 (IMX219) \ No newline at end of file +.. tip:: + Additionally a `15 Pin to 22 Pin camera flex cable <https://robu.in/product/raspberry-pi-zero-v1-3-camera-cable/>`_ + will be required for the camera to be used on BeagleBone AI-64 if your camera module has a 15 pin connector. + +- `IMX219 from Arducam <https://robu.in/product/arducam-imx219-visible-light-fixed-focus-camera-module-for-raspberry-pi/>`_ +- `Raspberry Pi v2 (IMX219) <https://www.mouser.in/ProductDetail/SparkFun/DEV-14028?qs=FNcb6ahWXRycHsZ%2FjqmADw%3D%3D>`_ \ No newline at end of file -- GitLab