Menu

JIRA not working, reporting bug here.

Anonymous
2013-03-01
2013-03-01
  • Anonymous

    Anonymous - 2013-03-01

    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());
                    }
                }
            }
    
     
  • Jonathon Hare

    Jonathon Hare - 2013-03-01

    Good catch - thanks! Fixed in rev #1847.

    What problems were you having with JIRA? it seems to be working here.

     
  • Anonymous

    Anonymous - 2013-03-01

    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

     
  • Jonathon Hare

    Jonathon Hare - 2013-03-01

    OK, that's now fixed too. Thanks again :)

     

Anonymous
Anonymous

Add attachments
Cancel