localdevices / pyorc

Surface velocity, object tracking, and river flow measurements in an open-source API
GNU Affero General Public License v3.0
140 stars 33 forks source link

fix #144 also allowing for a hard-set fps #153

Closed hcwinsemius closed 10 months ago

hcwinsemius commented 10 months ago

fixes #144 allowing for hard rotation of videos. Also hard FPS setting is included.

codecov-commenter commented 10 months ago

Codecov Report

Attention: 8 lines in your changes are missing coverage. Please review.

Comparison is base (a76ee2a) 80.40% compared to head (3f48883) 80.31%. Report is 1 commits behind head on main.

Files Patch % Lines
pyorc/cv.py 50.00% 3 Missing :warning:
pyorc/api/plot.py 80.00% 2 Missing :warning:
pyorc/api/cameraconfig.py 66.66% 1 Missing :warning:
pyorc/api/video.py 66.66% 1 Missing :warning:
pyorc/service/camera_config.py 0.00% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #153 +/- ## ========================================== - Coverage 80.40% 80.31% -0.10% ========================================== Files 21 21 Lines 3057 3068 +11 ========================================== + Hits 2458 2464 +6 - Misses 599 604 +5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.