COSC345CoolGroupASLtoSpeech
BridgingASLandspokenlanguagewithAI:Translategesturestospeechforinclusivecommunication.
Classes | Namespaces
camera.h File Reference

Contains the declaration of the Camera class. More...

#include <QMainWindow>
#include <QAudioInput>
#include <QCamera>
#include <QImageCapture>
#include <QVideoFrame>
#include <QMediaCaptureSession>
#include <QMediaDevices>
#include <QMediaMetaData>
#include <QMediaRecorder>
#include <QScopedPointer>
#include <QMenu>
#include <QMenuBar>
#include <QList>
#include <QPair>
#include <QVideoWidget>
#include <QMediaPlayer>
#include <QVideoSink>
#include <QtCore>
#include <QMessageBox>
#include <QStackedWidget>
#include <QProgressBar>
#include <QRadioButton>
Include dependency graph for camera.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Camera
 The Camera class represents the main application window and camera functionalities. More...
 

Namespaces

 Ui
 Contains user interface classes for the Camera application.
 

Detailed Description

Contains the declaration of the Camera class.

This file defines the Camera class, which represents the main application window and provides functionalities related to camera capture, image processing, and user interaction.