42 #ifndef _QUICKTIME_CAPTURE_H
43 #define _QUICKTIME_CAPTURE_H_
51 #include <QuickTime/QuickTimeComponents.h>
90 static pascal OSErr sDataProc(SGChannel c, Ptr p,
long len,
long *offset,
long chRefCon, TimeValue time,
short writeType,
long refcon);
91 OSErr dataProc(SGChannel c, Ptr p,
long length);
94 SeqGrabComponent grabber;
95 SGChannel videoChannel;
97 ImageDescriptionHandle imgDesc;
101 bool m_bImagePending;
106 std::string m_sComponentName;
ImageType
Enum specifying the supported image types.
Interface to video capture modules.
CByteImage::ImageType GetType()
CQuicktimeCapture(VideoMode mode, const char *pComponentName=0)
bool CaptureImage(CByteImage **ppImages)
Data structure for the representation of 8-bit grayscale images and 24-bit RGB (or HSV) color images ...