source: trunk/MagicSoft/Cosy/videodev/PixClient.cc@ 4119

Last change on this file since 4119 was 1802, checked in by tbretz, 22 years ago
*** empty log message ***
File size: 232 bytes
Line 
1#include "PixClient.h"
2
3#include <iostream.h>
4
5void 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.