Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 581 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 581 Bytes

ConsoleCamera

Program that can show web-cam in console.

With some tweeks it could show any video or picture in console.

Example starting command: ConsoleCamera -h 160 -w 160 -p 5 -i 3

arguments:

-h, --height Required. height default 160

-w, --width Required. width default 160

-p, --pixelSize Required. pixelSize default 5

-i, --cameraInterface Required. number of camera interface default 3

--help Display this help screen.