source:
trunk/Cosy/videodev/PixClient.cc@
14069
      
      | Last change on this file since 14069 was 8378, checked in by , 19 years ago | |
|---|---|
| File size: 252 bytes | |
| Line | |
|---|---|
| 1 | #include "PixClient.h" | 
| 2 | |
| 3 | #include <iostream> | 
| 4 | |
| 5 | using namespace std; | 
| 6 | |
| 7 | void PixClient::ProcessFrame(const unsigned long n, byte *img, | 
| 8 | struct timeval *tm) | 
| 9 | { | 
| 10 | cout << "PixClient - Img: " << n << " " << (void*)img << endl; | 
| 11 | } | 
| 12 | 
  Note:
 See   TracBrowser
 for help on using the repository browser.
    
