Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.

Simple Qt desktop application for three video streams

Notifications You must be signed in to change notification settings

aaronchualala/VideoStreamAppInCpp

Repository files navigation

Simple Qt desktop application for three video streams

Description

Displays from:

  • Real-time device camera stream
  • Online "Big Buck Bunny" stream
  • Local "Al Jazeera" news clip

Components

  1. Main - standard entry point to run program
  2. MainWindow - the window that instantiates and arranges all three QLabel displays and Stream objects, and connects their signals and slots
  3. Stream - a QThread that is instantiated with one of the above sources, reads frame from the source, and converts frame to appropriate format for subsequent display

About

Simple Qt desktop application for three video streams

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published