Send3DImage
|
![]() ![]() ![]() |
|
[in] const char* frame
|
Pointer to the beginning of the point cloud array.
|
|
[in] unsigned int points
|
The amount of 3D points in the array. Each point must be represented by three coordinate values (X, Y, Z).
|
|
[in] unsigned int channelIndex
|
Index of the associated stream channel. Possible values are 0 or 1.
|
|
S_OK
|
Success
|
E_FAIL
|
Failure
|
|
|
|
if (m_pCamera->connect(m_interfaceList.GetCurSel())
|
{
|
m_exitThread = false;
|
m_thread = CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)videoGenThread, this, 0, NULL);
|
}
|
|
void CGigemuDlg::videoGenerator()
|
{
|
}
|
}
|