mirror of
https://github.com/mpromonet/v4l2rtspserver
synced 2024-11-03 23:15:56 +00:00
remove verbose parameter that is now manage though log4cpp level
This commit is contained in:
parent
0044fcd195
commit
1260ac67c5
@ -238,7 +238,7 @@ int main(int argc, char** argv)
|
||||
|
||||
// Init capture
|
||||
LOG(NOTICE) << "Create V4L2 Source..." << dev_name;
|
||||
V4L2DeviceParameters param(dev_name,format,width,height,fps);
|
||||
V4L2DeviceParameters param(dev_name,format,width,height,fps, verbose);
|
||||
V4l2Capture* videoCapture = createVideoCapure(param, useMmap);
|
||||
if (videoCapture)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user