update libv4l2cpp

pull/33/head
mpromonet 8 years ago
parent 20f6af3d99
commit 562fab6541

@ -347,7 +347,7 @@ int main(int argc, char** argv)
// Init capture
LOG(NOTICE) << "Create V4L2 Source..." << deviceName;
V4L2DeviceParameters param(deviceName.c_str(),format,width,height,fps, verbose);
V4l2Capture* videoCapture = V4l2DeviceFactory::CreateVideoCapure(param, ioTypeIn);
V4l2Capture* videoCapture = V4l2DeviceFactory::CreateVideoCapture(param, ioTypeIn);
if (videoCapture)
{
nbSource++;

Loading…
Cancel
Save