Skip to content

Simple QT application with Gstreamer camera capture pipeline that is used as example of how to create QT-Gstreamer application with cmake

Notifications You must be signed in to change notification settings

MrLaki5/QT-Gstreamer-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QT-Gstreamer-application

Simple QT-Gstreamer camera application that is used as example of how to create QT-Gstreamer application with cmake

Requirements:

# QT5 dependencies:
sudo apt-get install -y qtbase5-dev qtdeclarative5-dev qtquickcontrols2-5-dev qml-module-qtquick2 qml-module-qtquick-controls

# Gstreamer dependencies:
sudo apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev

# Boost dependencies:
sudo apt-get install -y libboost-program-options-dev

# Other dependencies:
sudo apt-get install -y build-essential cmake

Build project:

cd <Root of project>
./build.sh

Run project:

cd <Root of project>/build/install
./GUI-application

About

Simple QT application with Gstreamer camera capture pipeline that is used as example of how to create QT-Gstreamer application with cmake

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published