82 vmode( getvar(OVLY_ACTIVE) ? vmOvlStill : vmStill);
91 vmode( getvar(OVLY_ACTIVE) ? vmOvlLive : vmLive);
101 unsigned char* restrict scr_pixels = (
unsigned char*) ScrGetCaptPage;
102 unsigned char* restrict img_pixels = ppImages[0]->
pixels;
109 std::copy(scr_pixels, scr_pixels+w, img_pixels);
112 img_pixels += ppImages[0]->
width;
virtual int GetNumberOfCameras()
int width
The width of the image in pixels.
Data structure for the representation of 8-bit grayscale images and 24-bit RGB (or HSV) color images ...
unsigned char * pixels
The pointer to the the pixels.
virtual CByteImage::ImageType GetType()
virtual bool CaptureImage(CByteImage **ppImages)
virtual void CloseCamera()
GLenum GLsizei GLsizei height
ImageType
Enum specifying the supported image types.
GLenum GLenum GLvoid * row
virtual bool OpenCamera()
GLubyte GLubyte GLubyte GLubyte w