can any one help me to access image through the camera
Unsolved
General and Desktop
-
hi, i am new to qt and first time to access the camera in application.i am using QGraphicsview to dislay image,
trying to access image through the ids uEye camera in char * Buffer.
but it showing emptyINT dummy = 0;
bool bDraw = true;
double fps;
char *pLast = NULL, *pMem = NULL;is_GetActSeqBuf (m_hCamera, &dummy, &pMem, &pLast); m_pLastBuffer = pLast;
DrawImage (pLast);
-
Hi,
Is your camera supported by the OS ? e.g. can it be seen as a webcam ?
You should also provide which model of camera you are using as well as framework to access it.