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

Single video processing with simpler CameraConfig #34

Closed hcwinsemius closed 2 years ago

hcwinsemius commented 2 years ago

In many cases, users do only want to record one single video, and work with that instead of multiple videos with changing water levels. In this case, only a water level reading in the same reference as the bathymetry is needed. Practically this means no h_ref is needed in a CameraConfig gcps, and no h_a is needed when supplying a video. Currently the user receives assertion errors when this info is omitted. This should change so that a video is processed under thge assumption of a single water level.