Hello Friends,
my maxframeCounter = 100,000;
my ErrCode = CvCaptureQueueFrame((myCamera.handle),&(myCamera.Frame),NULL);
The Return Value of ErrCode = 5;
What is the meaning of this return Value = 5, and what precaution should i take to overcome from this value from the document the return value of ErrCode Supposed to any one from: 1. ePvErrSucess 2.ePvErrUnplugged 3.ePvErrBadSequence 4.ePvErrQueueFull
From The Document AVT/Prosilica PvAPI Manual
http://www.alliedvisiontec.com/fileadmin/content/PDF/Software/Prosilica_software/Prosilica_software_doc/PvAPI_SDK_Manual.pdf
PageNo. 51
Regards Kaushal