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