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

Last change on this file since 9380 was 8378, checked in by tbretz, 18 years ago
*** empty log message ***
File size: 252 bytes
Line 
1#include "PixClient.h"
2
3#include <iostream>
4
5using namespace std;
6
7void 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.