#include <visp3/core/vpImage.h>
#include <visp3/gui/vpDisplayX.h>
#include <visp3/io/vpVideoWriter.h>
#include <visp3/sensor/vp1394TwoGrabber.h>
int main(int argc, char **)
{
#ifdef VISP_HAVE_DC1394
try {
bool save = false;
if (argc == 2) {
save = true;
}
bool reset = true;
#ifdef VISP_HAVE_X11
#else
std::cout << "No image viewer is available..." << std::endl;
#endif
if (save)
while (1) {
if (save)
break;
}
if (save)
std::cout << "Catch an exception: " << e << std::endl;
}
#else
(void)argc;
#endif
return EXIT_SUCCESS;
}
Class for firewire ieee1394 video devices using libdc1394-2.x api.
void acquire(vpImage< unsigned char > &I)
void setVideoMode(vp1394TwoVideoModeType videomode)
@ vpVIDEO_MODE_640x480_MONO8
void setFramerate(vp1394TwoFramerateType fps)
void open(vpImage< unsigned char > &I)
Use the X11 console to display images on unix-like OS. Thus to enable this class X11 should be instal...
static bool getClick(const vpImage< unsigned char > &I, bool blocking=true)
static void display(const vpImage< unsigned char > &I)
static void flush(const vpImage< unsigned char > &I)
error that can be emited by ViSP classes.
unsigned int getWidth() const
unsigned int getHeight() const
Class that enables to write easily a video file or a sequence of images.
void saveFrame(vpImage< vpRGBa > &I)
void setFileName(const std::string &filename)
void open(vpImage< vpRGBa > &I)