This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

dm8148 VpsUtils_queGet



我使用的软件版本为ipnc 3.8,用的demo为multich_capturedisplay.c

采集处理数据的过程中都会调用函数VpsUtils_queGet()来取数据,

其函数主体为

do{

if(handle->count>=minCount)

{

..........

}

}

想知道count值是在哪里赋值的,代码中没有找到。