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