Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Camera Index Assignment. #1031

Merged
merged 9 commits into from
Dec 1, 2023
Merged

Fix Camera Index Assignment. #1031

merged 9 commits into from
Dec 1, 2023

Commits on Nov 29, 2023

  1. Rewrite assigneCameraIndex.

    appears that the remove method from arraylist was not functioning properly.
    BytingBulldogs3539 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    984b100 View commit details
    Browse the repository at this point in the history
  2. Revert "Rewrite assigneCameraIndex."

    This reverts commit 984b100.
    BytingBulldogs3539 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    03d7f4b View commit details
    Browse the repository at this point in the history
  3. Update Equals Method for USB Camera Source.

    Cleaner fix to the bug of multiple cameras of the same type aka dual arducam ov9281 uc844 not working. The past equals would result in false positives.
    BytingBulldogs3539 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    b48cb8a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e868522 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Add Unit Tests, Fix QuirkyCamera no base name.

    One of the reasons the that usbcamerasource equals method used to incorrectly determine equality was because the quirkycamera object didn't have a basename. When a camera that had a quirk was found it would set equal to a predefined quirkycamera without changing the name first. Add unit test that will better test the equality of two usbcamerasources. This required a few changes to allow creating a fake usbcamerasource.
    BytingBulldogs3539 committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    94ebcb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6d5542 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab5e934 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    310a973 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3aa4702 View commit details
    Browse the repository at this point in the history