Skip to content

Add saturation slider#2324

Open
spacey-sooty wants to merge 5 commits intoPhotonVision:mainfrom
spacey-sooty:add-saturation-slider
Open

Add saturation slider#2324
spacey-sooty wants to merge 5 commits intoPhotonVision:mainfrom
spacey-sooty:add-saturation-slider

Conversation

@spacey-sooty
Copy link
Member

Description

Added a saturation slider, tested on my laptops in built camera.

Resolves #2311

Meta

Merge checklist:

  • Pull Request title is short, imperative summary of proposed changes
  • The description documents the what and why
  • If this PR changes behavior or adds a feature, user documentation is updated
  • If this PR touches photon-serde, all messages have been regenerated and hashes have not changed unexpectedly
  • If this PR touches configuration, this is backwards compatible with settings back to v2025.3.2
  • If this PR touches pipeline settings or anything related to data exchange, the frontend typing is updated
  • If this PR addresses a bug, a regression test for it is added

@spacey-sooty spacey-sooty requested a review from a team as a code owner January 22, 2026 03:44
@github-actions github-actions bot added frontend Having to do with PhotonClient and its related items backend Things relating to photon-core and photon-server labels Jan 22, 2026
@spacey-sooty spacey-sooty force-pushed the add-saturation-slider branch from 1176bd3 to 639e622 Compare January 22, 2026 03:45
Resolves PhotonVision#2311

Signed-off-by: Jade Turner <[email protected]>
Signed-off-by: Jade Turner <[email protected]>
Signed-off-by: Jade Turner <[email protected]>
Signed-off-by: Jade Turner <[email protected]>
@spacey-sooty spacey-sooty force-pushed the add-saturation-slider branch from b64a5af to 6d61d77 Compare January 30, 2026 03:13
Signed-off-by: Jade Turner <[email protected]>

@Override
public void setSaturation(double saturation) {
// TODO need to implement this on JNI side as well
Copy link
Contributor

Choose a reason for hiding this comment

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

:)

Copy link
Contributor

Choose a reason for hiding this comment

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

Or we can leave this todo/issue open, and only support USB cameras?

Copy link
Member Author

Choose a reason for hiding this comment

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

I just realised I have photon bench access so I can test this now. I will test this on like Tuesday or Wednesday

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

Labels

backend Things relating to photon-core and photon-server frontend Having to do with PhotonClient and its related items

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add saturation slider

2 participants