/filesystems/procfs/sequencegrab/procfs_sequencegrab.h
http://macfuse.googlecode.com/ · C Header · 12 lines · 8 code · 4 blank · 0 comment · 0 complexity · 39ed09f7b70e4ad65c6dbd44b1edeb95 MD5 · raw file
- #ifndef _PROCFS_SEQUENCEGRAB_H_
- #define _PROCFS_SEQUENCEGRAB_H_
- #include <CoreFoundation/CoreFoundation.h>
- #define CAMERA_TRIGGER_THRESHOLD 4
- #define CAMERA_ACTIVE_DURATION 1
- int PROCFS_GetTIFFFromCamera(CFMutableDataRef *data);
- off_t PROCFS_GetTIFFSizeFromCamera(void);
- #endif /* _PROCFS_SEQUENCEGRAB_H_ */