Changeset 1068 for trunk/include/camera.h
- Timestamp:
- 02/26/11 23:29:27 (2 years ago)
- File:
-
- 1 edited
-
trunk/include/camera.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/camera.h
r1064 r1068 3223 3223 #define CAM_DATE_FOLDER_NAMING 1 3224 3224 3225 // EXMEM memory allocation values 3226 #define EXMEM_HEAP_SKIP (0x08000000-0x07D08A00) // G12 & SX30 uses movie memory buffers at the top of the memory allocated by exmem_alloc 3227 #define EXMEM_BUFFER_SIZE (1024*1024*2) // desired amount of exmem memory to allocate 3228 3225 3229 //---------------------------------------------------------- 3226 3230 #elif defined (CAMERA_g12) … … 3325 3329 3326 3330 #define CAM_CHDK_PTP 1 3331 3332 // EXMEM memory allocation values 3333 #define EXMEM_HEAP_SKIP (0x08000000-0x07D08A00) // G12 & SX30 uses movie memory buffers at the top of the memory allocated by exmem_alloc 3334 #define EXMEM_BUFFER_SIZE (1024*1024*2) // desired amount of exmem memory to allocate 3327 3335 3328 3336 //----------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.