From ce8daf907ac59d2d16385e961c5aa44fb3f42ddf Mon Sep 17 00:00:00 2001 From: Carola Schoenrock Date: Fri, 17 Feb 2023 12:11:53 +0000 Subject: [PATCH] Updated README.rst --- README.rst | 30 ++++++++++++++++++++++-------- 1 file changed, 22 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 9df6ed7..2476e0b 100644 --- a/README.rst +++ b/README.rst @@ -2,18 +2,24 @@ Allied Vision V4L2 Viewer ========================= Allied Vision V4L2 Viewer was designed for easy evaluation of -`Alvium CSI-2 cameras `_ and -NVIDIA Jetson boards. -Additionally, you can use the viewer with any other CSI-2 camera or another board. +`Alvium CSI-2 cameras `_. Compatibility ------------- -Allied Vision V4L2 Viewer v2.1.0 was tested with: +Allied Vision V4L2 Viewer v2.1.0 was tested with JetPack 5.1.0 (L4T 35.1.0), see https://github.com/alliedvision/linux_nvidia_jetson + + Tests were performed on the following NVIDIA Jetson SOMs: + + - AGX Orin Developer Kit + - AGX Xavier DevKit + - Xavier NX DevKit + - Auvidea carrier JNX30-PD with Xavier NX + +Additionally, you can use the viewer with any other CSI-2 camera or another board. + +Tested cameras: -- NVIDIA AGX Xavier, Xavier NX, AGX Orin -- JetPack 5.1 (L4T 35.2.1) -- Allied Vision driver version 5.1.0, see https://github.com/alliedvision/linux_nvidia_jetson -- Alvium CSI-2 cameras with firmware version 6.0 or newer +- Alvium MIPI CSI-2 cameras with firmware version 11 Installation @@ -22,6 +28,14 @@ Method A: ^^^^^^^^^ Use the binaries for Jetson provided in this release version. +Additionally, install some Qt packages that are missing in JetPack 5.1.0: + +.. code-block:: bash + + sudo apt-get install libqt5widgets5 + + + Method B: ^^^^^^^^^ Use the sources on Jetson boards: