00001 #ifndef _bayer_hpp_ 00002 #define _bayer_hpp_ 00003 #include "QCamFrame.hpp" 00004 void raw2rgb(unsigned char * dest,const unsigned char * const data, 00005 int w, int h,int mode); 00006 #endif