Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

What is the meaning of CvCaptureQueueFrame return value: 5

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

What is the meaning of CvCaptureQueueFrame return value: 5

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 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