Add ui.disable_camera config and gate uStreamer startup on it#175
Draft
Add ui.disable_camera config and gate uStreamer startup on it#175
ui.disable_camera config and gate uStreamer startup on it#175Conversation
Agent-Logs-Url: https://github.com/OpenCentauri/cosmos/sessions/2b0f9a0b-46c5-4cab-9951-8a86305f0948 Co-authored-by: suchmememanyskill <38142618+suchmememanyskill@users.noreply.github.com>
Agent-Logs-Url: https://github.com/OpenCentauri/cosmos/sessions/2b0f9a0b-46c5-4cab-9951-8a86305f0948 Co-authored-by: suchmememanyskill <38142618+suchmememanyskill@users.noreply.github.com>
Agent-Logs-Url: https://github.com/OpenCentauri/cosmos/sessions/2b0f9a0b-46c5-4cab-9951-8a86305f0948 Co-authored-by: suchmememanyskill <38142618+suchmememanyskill@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
suchmememanyskill
May 9, 2026 12:04
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds a
disable_cameraoption under theuisection incosmos.conf, defaulting toFalse. When enabled, theustreamerinit script exits without starting the camera streaming service.Config surface
ui.disable_camera = Falseto the default config shipped by config-manager.disable_camerain the config validator so user overrides are accepted and normalized with the existing config flow.uStreamer startup behavior
ui.disable_cameraviaconfig-managerin the init script.True, leaving the service disabled through configuration rather than package/image changes.Implementation shape