27 cout <<
"Enumerating cameras..." << endl;
31 cout <<
"Found " << lstCams.size() <<
" cameras." << endl;
33 for (CImageGrabber_dc1394::TCameraInfoList::const_iterator it =
35 it != lstCams.end(); it++)
37 cout <<
"======= CAMERA =========" << endl;
38 cout <<
" GUID : " << it->guid << endl;
39 cout <<
" Unit : " << it->unit << endl;
40 cout <<
" Vendor: " << it->vendor << endl;
41 cout <<
" Model : " << it->model << endl;
54 catch (
const std::exception& e)
61 printf(
"Another exception!!");
std::list< TCameraInfo > TCameraInfoList
static void enumerateCameras(TCameraInfoList &out_list)
Generates a list with the information on all the existing (Firewire) cameras in the system...
void TestEnumerate_1394()
Contains classes for various device interfaces.
This namespace contains representation of robot actions and observations.
std::string exception_to_str(const std::exception &e)
Builds a nice textual representation of a nested exception, which if generated using MRPT macros (THR...