• Main Page
  • Modules
  • Data Structures
  • Files
  • File List
  • Globals

imagecapture.h

Go to the documentation of this file.
00001 
00004 #ifndef __IMAGECAPTURE_H
00005 #define __IMAGECAPTURE_H
00006 
00007 
00010 typedef int (*imlabImageCaptureCallback)(void* user_data, imImage* image, int device);
00011 
00014 typedef void (*imlabImageCaptureConfig)(void* user_data, void* videocapture);
00015 
00018 void imlabImageCaptureImageShow(const char* title, void* user_data, 
00019                           imlabImageCaptureCallback _capture_callback, 
00020                           imlabImageCaptureCallback _preview_callback, 
00021                           imlabImageCaptureConfig _config_callback);
00022 
00024 void imlabImageCaptureAll(void* user_data, imlabImageCaptureCallback _capture_callback);
00025 
00026 
00027 #endif

Generated on Wed Jan 9 2019 09:48:59 for IMLAB by  doxygen 1.7.1