Sample Program - THORLABS DCU223x Operation Manual And Sdk

Cdd and cmos cameras
Hide thumbs Also See for DCU223x:
Table of Contents

Advertisement

DCx Cameras
Related functions
is_CaptureStatus()
is_LockSeqBuf()
is_UnlockSeqBuf()
is_SetImageMem()
is_IO()
280
Example
UEYEIMAGEINFO ImageInfo;
// Read out camera timestamp
INT nRet = is_GetImageInfo( m_hCam,
m_lMemoryId, &ImageInfo, sizeof(ImageInfo));
if
(nRet == IS_SUCCESS)
{
unsigned long long
u64TimestampDevice;
u64TimestampDevice = ImageInfo.u64TimestampDevice;
CString Str;
// Read out timestamp in system time
Str.Format("%02d.%02d.%04d,
ImageInfo.TimestampSystem.wDay,
ImageInfo.TimestampSystem.wMonth,
ImageInfo.TimestampSystem.wYear,
ImageInfo.TimestampSystem.wHour,
ImageInfo.TimestampSystem.wMinute,
ImageInfo.TimestampSystem.wSecond,
ImageInfo.TimestampSystem.wMilliseconds);
DWORD dwTotalBuffers = ImageInfo.dwImageBuffers;
DWORD dwUsedBuffers = ImageInfo.dwImageBuffersInUse;
}

Sample Program

uc480Timestamp (C++)
246
174
289
354
337
%02d:%02d:%02d:%03d",
© 2013 Thorlabs GmbH

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dcu224xDcc1240xDcc1545mDcc1645c

Table of Contents