mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
logging migration of blackborder and grabber (#108)
* logging migration of blackborder and grabber * change to "Debug" for noise blackborder log messages
This commit is contained in:
@@ -412,8 +412,9 @@ void V4L2Grabber::init_device(VideoStandard videoStandard, int input)
|
||||
_width = fmt.fmt.pix.width;
|
||||
_height = fmt.fmt.pix.height;
|
||||
|
||||
// print the eventually used width and height
|
||||
std::cout << "V4L2GRABBER INFO: width=" << _width << " height=" << _height << std::endl;
|
||||
// display the used width and height
|
||||
Info(Logger::getInstance("V4l2GRABBER"), "width=%d height=%d", _width, _height );
|
||||
|
||||
|
||||
// check pixel format and frame size
|
||||
switch (fmt.fmt.pix.pixelformat)
|
||||
|
@@ -1,6 +1,5 @@
|
||||
|
||||
// STL includes
|
||||
#include <cerrno>
|
||||
#include <cstring>
|
||||
#include <csignal>
|
||||
|
||||
|
Reference in New Issue
Block a user