48 #include <visp3/core/vpConfig.h>
49 #include <visp3/core/vpDebug.h>
53 #if defined(VISP_HAVE_DC1394)
55 #include <visp3/sensor/vp1394TwoGrabber.h>
56 #include <visp3/core/vpImage.h>
57 #include <visp3/io/vpImageIo.h>
76 std::cout <<
"IEEE1394 bus reset in progress..." << std::endl;
79 std::cout <<
"IEEE1394 bus was reset." << std::endl;
87 vpCERROR <<
"Failure: exit" << std::endl;
94 vpTRACE(
"Ieee 1394 grabber capabilities are not available...\n"
95 "You should install libdc1394-2 to use this binary.") ;
void acquire(vpImage< unsigned char > &I)
Class for firewire ieee1394 video devices using libdc1394-2.x api.