Thanks to visit codestin.com
Credit goes to github.com

Skip to content

VilariStorms/CamGrab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To build with cmake is just the usual.

mkdir build 
cd build 
cmake ..
cmake --build .

To compile with cl.exe directly:

cl CommandCam.cpp ole32.lib strmiids.lib oleaut32.lib

Run the outputed executable with no args from the commandline to take a single bmp image from the webcam

About

A command line webcam image grabber for Windows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.0%
  • CMake 8.0%