Open eyeco opened 8 years ago
when comparing c-type strings in videoInput::getDeviceIDFromName (videoInput.cpp, line 808) you should use strcmp, not operator ==
This issue is a clone of #20.
when comparing c-type strings in videoInput::getDeviceIDFromName (videoInput.cpp, line 808) you should use strcmp, not operator ==