Skip to content

Conversation

@bblazeva
Copy link
Contributor

Purpose

Update some examples which have depth visualization to use ApplyDepthColormap instead of ApplyColormap for more stable depth visualization.

Specification

None / not applicable

Dependencies & Potential Impact

None / not applicable

Deployment Plan

None / not applicable

Testing & Validation

None / not applicable

@bblazeva bblazeva added the testable PR is ready to be tested label Jan 12, 2026

entrypoint = ["bash", "-c", "python3 -u /app/main.py"]

[base_image]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Out of curiosity: Why this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Because these examples install depthai-nodes via git+https:// dependency now (since the ApplyDepthColormap is not included in a official release yet). Without the explicit [base_image] oakctl falls back to a default image that does not include git, which caused CI failures.
Other examples (e.g. p2p-measurement) already use luxonis/oakapp-base, which includes git, so the change aligns these examples with that working setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testable PR is ready to be tested

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants