105 digiclopsSetCameraProperty(
m_digiclopsContext, DIGICLOPS_WHITEBALANCE, 117, 145,
false);
134 if (!ppImages || !ppImages[0] || !ppImages[1] ||
157 unsigned char *pLeftData = ppImages[0]->
pixels;
158 unsigned char *pRightData = ppImages[1]->
pixels;
176 pLeftData[
offset] = pLeftRed[
x];
177 pLeftData[offset + 1] = pLeftGreen[
x];
178 pLeftData[offset + 2] = pLeftBlue[
x];
179 pRightData[
offset] = pRightRed[
x];
180 pRightData[offset + 1] = pRightGreen[
x];
181 pRightData[offset + 2] = pRightBlue[
x];
TriclopsColorImage m_colorImageRight
bool CaptureImage(CByteImage **ppImages)
CTriclopsCapture(VideoMode mode)
Data structure for the representation of 8-bit grayscale images and 24-bit RGB (or HSV) color images ...
GLuint GLuint GLsizei GLenum type
unsigned char * pixels
The pointer to the the pixels.
TriclopsColorImage m_colorImageLeft
TriclopsInput m_colorDataLeft
void ConvertImages(CByteImage **ppImages)
GLenum GLsizei GLsizei height
DigiclopsContext m_digiclopsContext
TriclopsInput m_colorDataRight
TriclopsContext m_triclopsContext