fixed discardData's comment

This commit is contained in:
Nicolas TRAGLIA 2023-02-27 18:43:57 +01:00
parent aafe28c0e0
commit cffe9803fa
1 changed files with 1 additions and 1 deletions

View File

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