COSC345CoolGroupASLtoSpeech
BridgingASLandspokenlanguagewithAI:Translategesturestospeechforinclusivecommunication.
Functions
main.cpp File Reference

Contains the main function for the application. More...

#include "camera.h"
#include <Python.h>
#include <QApplication>
#include <QStyleFactory>
#include <QWidget>
#include <QDebug>
#include <QGuiApplication>
#include <QQmlApplicationEngine>
#include <QStringLiteral>
#include <QDir>
#include "ui_camera.h"
#include <QIcon>
#include <QMainWindow>
Include dependency graph for main.cpp:

Functions

int main (int argc, char *argv[])
 The entry point for the application. More...
 

Detailed Description

Contains the main function for the application.

This file contains the main function that initializes the application and displays the main camera window. It includes necessary headers and sets up the application environment.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

The entry point for the application.

This function is the entry point for the application. It initializes the GUI application, sets up necessary resources, creates the main camera window, and starts the event loop.

Parameters
argcThe number of command-line arguments.
argvAn array of command-line argument strings.
Returns
The exit status of the application.