Skip to content

pmliquify/v4l2-test-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GUI to display images acquired with v4l2-test

The goal of this application is to support the development of v4l2 camera drivers and to provide customers with a simple way to display images from a v4l2 camera. The application relies on images being sent via TCP/IP, making it easy to view images from a headless embedded system on a host PC.

Version 0.3.0

Build

sudo apt update
sudo apt install -y build-essential cmake qt6-base-dev libopencv-dev
git clone https://github.com/pmliquify/v4l2-test-gui.git
cd v4l2-test-gui
mkdir build
cd build
cmake ..
cmake --build .

You can find the executable in the build/src/v4l2-test-gui/ directory.

About

GUI to display images acquired with v4l2-test

Resources

Stars

Watchers

Forks

Packages

No packages published