Former-commit-id: fc7bc3c0e4bddcb5a6b778c2afabc3940a08782c
This commit is contained in:
brindosch
2016-03-23 18:54:49 +01:00
parent f332473b77
commit ad584aa548
2 changed files with 3 additions and 3 deletions

View File

@@ -412,7 +412,7 @@ void V4L2Grabber::init_device(VideoStandard videoStandard, int input)
_height = fmt.fmt.pix.height;
// print the eventually used width and height
std::cout << "V4L2 width=" << _width << " height=" << _height << std::endl;
std::cout << "V4L2GRABBER INFO: width=" << _width << " height=" << _height << std::endl;
// check pixel format and frame size
switch (fmt.fmt.pix.pixelformat)