exampleSimple.cpp File Reference

#include <funcoesHAIRCAPTURE.h>

Include dependency graph for exampleSimple.cpp:

Go to the source code of this file.

Functions

int main ()


Function Documentation

int main (  ) 

Definition at line 6 of file exampleSimple.cpp.

References CAPTURE::InicializeWin(), CAPTURE::Open(), CAPTURE::SaveJPG(), CAPTURE::Show(), and CAPTURE::WaitForVideo().

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 }

Here is the call graph for this function:


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