Changeset 1802 for trunk/MagicSoft/Cosy/videodev/Camera.h
- Timestamp:
- 03/02/03 16:55:47 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/videodev/Camera.h
r1266 r1802 14 14 #endif 15 15 16 17 typedef unsigned char byte; 16 #include "PixClient.h" 18 17 19 18 class Camera … … 51 50 pthread_cond_t fCond; 52 51 52 PixClient &fClient; 53 53 54 // 54 55 // Hardware dependant functions … … 74 75 75 76 public: 76 Camera( );77 Camera(PixClient &client); 77 78 virtual ~Camera(); 78 79 … … 96 97 // Execution of one frame - this function may be overloaded! 97 98 // 98 virtual void ProcessFrame(const unsigned long n,99 byte *img, struct timeval *tm);99 //virtual void ProcessFrame(const unsigned long n, 100 // byte *img, struct timeval *tm); 100 101 101 102 //
Note:
See TracChangeset
for help on using the changeset viewer.