COSC345CoolGroupASLtoSpeech
BridgingASLandspokenlanguagewithAI:Translategesturestospeechforinclusivecommunication.
|
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>
Functions | |
int | main (int argc, char *argv[]) |
The entry point for the application. More... | |
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.
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.
argc | The number of command-line arguments. |
argv | An array of command-line argument strings. |