Skip to content

Commit

Permalink
cout cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hn-88 authored May 17, 2020
1 parent 38be792 commit 959bf4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OCVvid2fulldome.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ int main(int argc,char *argv[])
// https://stackoverflow.com/questions/5907031/printing-the-correct-number-of-decimal-points-with-cout
std::cout << std::fixed << std::setprecision(1);

std::cout << "Output codec type: " << outputfourcc << std::endl;
std::cout << std::endl << "Output codec type: " << outputfourcc << std::endl;

cv::namedWindow("Display", cv::WINDOW_NORMAL ); // 0 = WINDOW_NORMAL
cv::resizeWindow("Display", 600, 600); // this doesn't work?
Expand Down

0 comments on commit 959bf4f

Please sign in to comment.