Skip to content

Conversation

hexbabe
Copy link
Collaborator

@hexbabe hexbabe commented Sep 12, 2025

RSDK-11714

TODO:

Manual Tests

Built custom oak module from this branch, built custom viam-server off of feature flag GetImages branch

{
  "components": [
    {
      "name": "oak-d-1",
      "api": "rdk:component:camera",
      "model": "viam:luxonis:oak-d",
      "attributes": {
        "sensors": [
          "depth",
          "color"
        ]
      }
    }
  ],
  "modules": [
    {
      "type": "local",
      "name": "local-oak",
      "executable_path": "/Users/seanyu/Projects/viam-camera-oak/local_run.sh"
    }
  ]
}

Live stream with "depth" and "color" sensors configured

Saw depth stream high fps

Live stream with "color" and "depth" sensors configured

Saw color stream high fps

Live stream with "color" sensor configured

Saw color stream high fps

Live stream with "depth" sensors configured

Saw depth stream high fps

fi

python3 -m venv .build-env
python3.11 -m venv .build-env
Copy link
Collaborator Author

@hexbabe hexbabe Sep 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

explicitly using 3.11 makes it so that it python3 doesn't default to latest python3 ver that may not be 3.11

Copy link

@SebastianMunozP SebastianMunozP left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hexbabe hexbabe merged commit 31e7966 into main Sep 18, 2025
1 check passed
@hexbabe hexbabe deleted the RSDK-11714 branch September 18, 2025 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants