fixed discardData's comment
This commit is contained in:
parent
aafe28c0e0
commit
cffe9803fa
2
ppg.cpp
2
ppg.cpp
|
|
@ -35,7 +35,7 @@ int main(){
|
|||
|
||||
while (true)
|
||||
{
|
||||
if(isDiscardData) //This function delays the beginning of the analysis of the data
|
||||
if(isDiscardData) //This function delays the beginning of the analysis of the data to avoid processing frames taken during white balancing.
|
||||
{
|
||||
countDiscard++;
|
||||
if (countDiscard == DISCARD_DURATION*FPS)
|
||||
|
|
|
|||
Loading…
Reference in New Issue