snark
|
image acquisition from gige camera More...
#include <gige.h>
Classes | |
class | callback |
callback More... |
Public Types | |
typedef std::map< std::string, std::string > | attributes_type |
attributes map type |
Public Member Functions | |
attributes_type | attributes () const |
return attributes | |
void | close () |
close | |
gige (unsigned int id=0, const attributes_type &attributes=attributes_type()) | |
constructor; default id: connect to any available camera | |
unsigned int | id () const |
return camera id | |
std::pair < boost::posix_time::ptime, cv::Mat > | read () |
get timestamped frame | |
unsigned long | total_bytes_per_frame () const |
return total bytes per frame | |
~gige () | |
destructor |
Static Public Member Functions | |
static std::vector< tPvCameraInfo > | list_cameras () |
list cameras |
image acquisition from gige camera