Ignore:
Timestamp:
03/02/03 16:55:47 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/videodev/Camera.h

    r1266 r1802  
    1414#endif
    1515
    16 
    17 typedef unsigned char byte;
     16#include "PixClient.h"
    1817
    1918class Camera
     
    5150    pthread_cond_t  fCond;
    5251
     52    PixClient &fClient;
     53
    5354    //
    5455    // Hardware dependant functions
     
    7475
    7576public:
    76     Camera();
     77    Camera(PixClient &client);
    7778    virtual ~Camera();
    7879
     
    9697    // Execution of one frame - this function may be overloaded!
    9798    //
    98     virtual void ProcessFrame(const unsigned long n,
    99                               byte *img, struct timeval *tm);
     99    //virtual void ProcessFrame(const unsigned long n,
     100    //                          byte *img, struct timeval *tm);
    100101
    101102    //
Note: See TracChangeset for help on using the changeset viewer.