Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rpicamera: support changing parameters without interrupting the stream #1463

Merged
merged 1 commit into from
Feb 13, 2023

Conversation

aler9
Copy link
Member

@aler9 aler9 commented Feb 8, 2023

Fixes #1159

The following parameters can be changed without interrupting the stream:

  • rpiCameraBrightness
  • rpiCameraContrast
  • rpiCameraSaturation
  • rpiCameraSharpness
  • rpiCameraExposure
  • rpiCameraAWB
  • rpiCameraDenoise
  • rpiCameraMetering
  • rpiCameraEV
  • rpiCameraFPS

@codecov-commenter
Copy link

codecov-commenter commented Feb 8, 2023

Codecov Report

Merging #1463 (c9a883e) into main (69c9e57) will decrease coverage by 0.32%.
The diff coverage is 55.85%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main    #1463      +/-   ##
==========================================
- Coverage   65.68%   65.37%   -0.32%     
==========================================
  Files         118      118              
  Lines       12906    12975      +69     
==========================================
+ Hits         8477     8482       +5     
- Misses       3759     3822      +63     
- Partials      670      671       +1     
Impacted Files Coverage Δ
internal/conf/path.go 20.96% <0.00%> (+0.22%) ⬆️
internal/core/hls_server.go 76.63% <0.00%> (ø)
internal/core/rpicamera_source.go 0.00% <0.00%> (ø)
internal/core/path.go 70.11% <47.61%> (-3.45%) ⬇️
internal/core/rtmp_conn.go 67.34% <57.14%> (+0.13%) ⬆️
internal/core/rtsp_session.go 58.07% <57.14%> (+0.26%) ⬆️
internal/core/source_static.go 79.16% <57.50%> (+8.87%) ⬆️
internal/core/hls_source.go 57.57% <76.92%> (-1.02%) ⬇️
internal/core/path_manager.go 89.29% <77.96%> (-3.43%) ⬇️
internal/core/rtsp_source.go 49.69% <80.00%> (-2.43%) ⬇️
... and 10 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@aler9 aler9 force-pushed the rpi-reload branch 6 times, most recently from eb9682d to a8e7f1e Compare February 13, 2023 10:01
@aler9 aler9 merged commit b461f15 into main Feb 13, 2023
@aler9 aler9 deleted the rpi-reload branch February 13, 2023 11:12
@aler9
Copy link
Member Author

aler9 commented Feb 13, 2023

added in v0.21.3

@github-actions github-actions bot locked and limited conversation to collaborators Aug 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: Live adjustment of Raspberry Pi Camera controls
2 participants