exampleSimple.cpp

Go to the documentation of this file.
00001 // Autor: Alessandro de Oliveira Faria <alessandrofaria@netitec.com.br>
00002 // http://www.netitec.com.br/alessandro
00003 
00004 #include <funcoesHAIRCAPTURE.h>
00005 
00006 int main()
00007 {
00008    HAIR::CAPTURE video1;
00009 
00010    video1.Open();
00011    video1.InicializeWin();
00012    video1.Show();
00013    sleep(2);
00014    video1.SaveJPG("teste.jpg");
00015    video1.WaitForVideo();
00016    return 0;
00017 }

Generated on Tue Apr 3 11:59:07 2007 for NETi TECNOLOGIA - libHAIRCAPTURE by  doxygen 1.5.0-1