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

Latest commit

 

History

History
16 lines (14 loc) · 638 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 638 Bytes

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