Executable that lists the attached pointgrey cameras and exits. More...
#include <flycapture/FlyCapture2.h>
#include <iostream>
#include <string>
#include "pointgrey_camera_driver/PointGreyCamera.h"
Go to the source code of this file.
Macros | |
#define | PGERROR(error, msg) PointGreyCamera::handleError(msg, error) |
Functions | |
int | main (int argc, char **argv) |
void | printCameraInfo (const CameraInfo &cinfo) |
Executable that lists the attached pointgrey cameras and exits.
Definition in file list_cameras.cpp.
#define PGERROR | ( | error, | |
msg | |||
) | PointGreyCamera::handleError(msg, error) |
Definition at line 54 of file list_cameras.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 66 of file list_cameras.cpp.
void printCameraInfo | ( | const CameraInfo & | cinfo | ) |
Definition at line 56 of file list_cameras.cpp.