Created using C++ and Magick++ API. The program prints the picture captured from webcam to the terminal window. The program can be configured to print images stored locally as well as url links to images.
Note:
- fswebcam should be installed on Unix.
sudo apt-get install fswebcam
- Image Magick should be installed on the system.
Use the following code:
sudo apt-get install libmagick++-dev