Skip to content

Add saturation slider#2324

Open
spacey-sooty wants to merge 1 commit into
PhotonVision:mainfrom
spacey-sooty:add-saturation-slider
Open

Add saturation slider#2324
spacey-sooty wants to merge 1 commit into
PhotonVision:mainfrom
spacey-sooty:add-saturation-slider

Conversation

@spacey-sooty

Copy link
Copy Markdown
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
@spacey-sooty spacey-sooty force-pushed the add-saturation-slider branch from b64a5af to 6d61d77 Compare January 30, 2026 03:13

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

:)

Copy link
Copy Markdown
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
Copy Markdown
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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

👀?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

my OS is kinda cooked rn so I can't connect to the bench and I grabbed the wrong limelight from the shop so couldn't test this 💀 I will grab a colour limelight on Friday...

@spacey-sooty spacey-sooty moved this to In progress in 2027 Release Apr 13, 2026
@spacey-sooty spacey-sooty force-pushed the add-saturation-slider branch 3 times, most recently from b9a8d74 to 2c45e6a Compare June 29, 2026 17:04
Resolves PhotonVision#2311

Signed-off-by: Jade Turner <spacey-sooty@proton.me>
@spacey-sooty spacey-sooty force-pushed the add-saturation-slider branch from 2c45e6a to 2acf621 Compare July 6, 2026 07:53
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

Status: In progress

Development

Successfully merging this pull request may close these issues.

Add saturation slider

2 participants