Changeset 1266 for trunk/MagicSoft/Cosy/videodev
- Timestamp:
- 04/04/02 13:17:33 (23 years ago)
- Location:
- trunk/MagicSoft/Cosy/videodev
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/videodev/Camera.cc
r1111 r1266 154 154 // map file (device) into memory 155 155 // 156 pMapBuffer = mmap(0, iBufferSize, PROT_READ|PROT_WRITE, MAP_SHARED, fd, 0);156 pMapBuffer = (char*)mmap(0, iBufferSize, PROT_READ|PROT_WRITE, MAP_SHARED, fd, 0); 157 157 158 158 if ((int)pMapBuffer == -1) -
trunk/MagicSoft/Cosy/videodev/Camera.h
r1111 r1266 10 10 #include <TROOT.h> 11 11 #include <pthread.h> 12 #include <unistd.h> 12 13 #include <sys/time.h> 13 14 #endif
Note:
See TracChangeset
for help on using the changeset viewer.