Changeset 8869 for trunk/MagicSoft/Cosy/videodev
- Timestamp:
- 02/21/08 22:03:06 (17 years ago)
- Location:
- trunk/MagicSoft/Cosy/videodev
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/videodev/Camera.cc
r8860 r8869 34 34 using namespace std; 35 35 36 Camera::Camera(PixClient &client, Int_t nch) : MThread("Camera"), fClient(client), fVideo(0), fNumFrame(0) 36 Camera::Camera(PixClient &client, Int_t nch) : MThread("Camera"), fClient(client), fVideo(0), fNumFrame(0), fChannel(nch) 37 37 { 38 38 fVideo = new MVideo; -
trunk/MagicSoft/Cosy/videodev/FilterLed.cc
r8811 r8869 92 92 ~ClusterFinder() 93 93 { 94 delete fImg;94 delete [] fImg; 95 95 } 96 96 Double_t GetSumX() const { return fSumX; } -
trunk/MagicSoft/Cosy/videodev/MVideo.cc
r8862 r8869 185 185 { 186 186 struct v4l2_queryctrl qctrl; 187 memset(&qctrl, 0, sizeof(qctrl)); 187 188 qctrl.id = id; 188 189
Note:
See TracChangeset
for help on using the changeset viewer.