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

[RSDK-9132] Add (Get)Image to the camera interface #4487

Open
wants to merge 52 commits into
base: main
Choose a base branch
from

Commits on Oct 24, 2024

  1. Init craziness

    hexbabe committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    a643d22 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    41cb592 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    f6e3d69 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    d6439dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6417a56 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    hexbabe committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    59c36ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16079fa View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    9084264 View commit details
    Browse the repository at this point in the history
  2. Update video source comment spec; Add helper to DRY up .Image calls w…

    …here we convert to go image; Change default mimetypes for classifier
    hexbabe committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    c44afa2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11b1d7d View commit details
    Browse the repository at this point in the history
  4. Add image metadata replacing mimetype return; Add back non empty stri…

    …ng default mimetypes for vision since we are failing unit tests with 'do not know how to encode' errors
    hexbabe committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    438d550 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d8081b View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    824c30f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e744b68 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Remove jpeg default in vision

    hexbabe committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    fd50881 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e570393 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Don't modify vision at all

    hexbabe committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    6646d78 View commit details
    Browse the repository at this point in the history
  2. Remove width and height from ImageMetadata; DRY up webcam and videoso…

    …urcewrappers Image func
    hexbabe committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    612e91c View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    9029a05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ec0041 View commit details
    Browse the repository at this point in the history
  3. Make lint

    hexbabe committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ef1bd0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d01159a View commit details
    Browse the repository at this point in the history
  5. Update components/camera/client.go

    Co-authored-by: nicksanford <nicholascsanford@gmail.com>
    hexbabe and nicksanford committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    44611d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    146345f View commit details
    Browse the repository at this point in the history
  2. Add empty image bytes tests

    hexbabe committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    c698e16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9da582f View commit details
    Browse the repository at this point in the history
  4. Revert

    hexbabe committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    1b51109 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eaf28d7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4fe7e36 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b4e1960 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fc6665d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8afb714 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    375a35f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5bf744c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2a1cd8b View commit details
    Browse the repository at this point in the history
  13. Update gripper.go (viamrobotics#4540)

    npentrel authored and hexbabe committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    1233170 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    95f3f42 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b208d2c View commit details
    Browse the repository at this point in the history
  16. [Data-3312] add basic data capture support for capturing tabular data…

    … to mongo (viamrobotics#4486)
    
    Co-authored-by: Devin Hilly <devin.hilly@viam.com>
    2 people authored and hexbabe committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    0b85975 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c44454b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d848d20 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    09e295c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3edf860 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b7c4635 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    63b7681 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c91b68d View commit details
    Browse the repository at this point in the history
  24. Fix new collector tests

    hexbabe committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    d63980e View commit details
    Browse the repository at this point in the history
  25. Change image.Image getter wrapper to take in a camera resource not a …

    …soon to be deprecated VideoSource
    hexbabe committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    6ffbae2 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    65b5bad View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    9a9612f View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Use imgbuf bytes directly for a robot client test rather than encode …

    …from img; Fix prev test bug
    hexbabe committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    ab7e736 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8244dfd View commit details
    Browse the repository at this point in the history