source:
trunk/MagicSoft/Cosy/videodev/PixClient.cc@
9494
| Last change on this file since 9494 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.
