#include "PixClient.h" #include using namespace std; void PixClient::ProcessFrame(const unsigned long n, byte *img, struct timeval *tm) { cout << "PixClient - Img: " << n << " " << (void*)img << endl; }