Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 1.2 KB

README.md

File metadata and controls

38 lines (20 loc) · 1.2 KB

Parker: A Camera Connection Software on Qt

App build in C++ with Qt Creator which detects and connect with all cameras available in the computer. Named after our great hero spider-man.

About this Project

This app is built with pure C++ with the framework Qt Creator 5.12.

Getting Started

Prerequisites

To run this project, you'll need to have g++ and Qt Creator installed.

Installing

To install the g++ compiler for C++ code, run this on terminal:

$ sudo apt install g++

Download and Install Qt from here.

After that, clone this Repository:

$ git clone https://github.com/awcasella/Camera-Connection-Qt.git

Launch Qt Creator, and open the file "CameraConnection/CameraConnection.pro". This will open all the related files of this project in Qt.

To run the project, click on the green triangle on the left bottom part of the window. This will make the window pop just link in the screenshot above.

Built With

  • Qt: Cross platform software development for embedded systems.

Note

Video function is still a work in progress.