source:
trunk/MagicSoft/Cosy/videodev/PixClient.cc@
2280
Last change on this file since 2280 was 1802, checked in by , 22 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.