Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
AmmarkoV committed Apr 12, 2022
1 parent 1705a89 commit 869c284
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MocapNET2/MocapNET2LiveWebcamDemo/livedemo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ int main(int argc, char *argv[])
options.inputIsSingleImage = 1;
options.doOutputFiltering = 0; //There is no motion to filter so skip this
singleImageFrame=imread(options.webcamSource);
singleImageFrame.copyTo(frame);
} else
if (strstr(options.webcamSource,"/dev/video")!=0)
{
Expand Down

0 comments on commit 869c284

Please sign in to comment.