harelhel / V4L2Viewer

Example application for V4L2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Compatibility

Allied Vision V4L2 Viewer v1.1.0 was tested with:

Installation

Method A:

Use the binaries for Jetson provided in this release version.

Method B:

Use the sources on Jetson boards:

apt install qt5-default cmake
mkdir build
cd build
cmake ..
make

Usage

List cameras

To view the camera list while the camera is open, click the camera icon.

Settings

Go to Settings to enable or disable Log to file.

All features

When you open All Features, all camera and driver features are shown.

Camera features are listed in the Alvium MIPI CSI-2 Cameras Direct Register Access Controls Reference, see:

For NVIDIA's driver features, see NVIDIA's documentation.

Known issues

Known issues:

  • Reverse X/Y in combination with a Bayer pixel format causes images with incorrect colors or an incorrect pixel format.
  • Reverse X/Y cannot be set during image acquisition.
  • Saving images during image acquisition is not always possible.

About

Example application for V4L2

License:GNU General Public License v2.0


Languages

Language:C++ 97.4%Language:CMake 1.4%Language:C 1.1%Language:Shell 0.1%