In VideoCapture constructor, the "defaultDevice" check should be outside the for loop.
Regards,
Anthony
--
} catch (NumberFormatException e) { for (Device d : devices) { if (d.getIdentifierStr().contains(defaultDeviceStr)) { defaultDevice = d; break; } if (defaultDevice == null) { System.err.println("Warning: The device name given by the " + DEFAULT_DEVICE_NUMBER_PROPERTY + " property (" + defaultDeviceStr + ") setting was not found and has been ignored."); System.err.println("Valid devices are:"); for (int x=0; x<devices.size(); x++) System.err.println(x + " : " + devices.get(x).getIdentifierStr()); } } }
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
Good catch - thanks! Fixed in rev #1847.
What problems were you having with JIRA? it seems to be working here.
Jonathon,
I clicked the JIRA link on this page.
http://www.openimaj.org/contact.html
And it says "The webpage cannot be displayed"... after looking carefully, of course it doesn't work.
the link has url "htttp://jira.openimaj.org/", which contain extra "t" in "http"...
Thanks,
OK, that's now fixed too. Thanks again :)
In VideoCapture constructor, the "defaultDevice" check should be outside the for loop.
Regards,
Anthony
--
Good catch - thanks! Fixed in rev #1847.
What problems were you having with JIRA? it seems to be working here.
Jonathon,
I clicked the JIRA link on this page.
http://www.openimaj.org/contact.html
And it says "The webpage cannot be displayed"... after looking carefully, of course it doesn't work.
the link has url "htttp://jira.openimaj.org/", which contain extra "t" in "http"...
Thanks,
Anthony
OK, that's now fixed too. Thanks again :)