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.
This app is built with pure C++ with the framework Qt Creator 5.12.
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.
- Qt: Cross platform software development for embedded systems.
Video function is still a work in progress.