Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.58 KB

README.md

File metadata and controls

34 lines (18 loc) · 1.58 KB

Red-Channel

A C++ Command Line Interface Video Capturing Program with the Following Features:

-> Simple Login Logout: The default Username is "user" and the password is "password". (Not Included any Authentication text File just a Conditional Login)

Screenshot (27)

With Correct Credentials the CLI lets the User into the Next Step:

Screenshot (28)

Select a Valid path to save your Video.

It shows a set of options once a correct path is given. As Shown:

Screenshot (29)

-> Extracting Red Channel and applying Gaussian Blur:

Selecting 1 Starts Recording the Video for 10 seconfs from which it seperates the Red Channel and apply Gaussian Blur (5x5) and finally store it in the provided path

The Image Conversion of the Video Clip is as Follows

RedChannel

-> Showing the Videos Recorded in the CLI

The Videos are uploaded in an orderly fashion. i.e, the Video Name is live(n).avi for the nth video Saved.

Screenshot (30)

There is a Windows exe file along with the source code in the repository. It is genersted by using Visual Studio Code.