hcwinsemius

Results 62 issues of hcwinsemius

This makes validation much cleaner and allows for a better logical default behaviour. Needed to allow processing without any explicit recipe in nodeorc or liveorc.

### How did you install pyopenrivercam (mamba / conda or pip) pip ### What is the problem? - Portrait mode videos are turned up-side down once read in the cli....

### How did you install pyopenrivercam (mamba / conda or pip) pip ### What is the problem? The display does not open. This is likely because the interface waits for...

### How did you install pyopenrivercam (mamba / conda or pip) pip ### What is the problem? After clicking the GCPs in the interface, the red crosses fitted points do...

this can easily be added to the `CameraConfig` class ```python class CameraConfig: ... def estimate_lens_position(self): """estimate lens position from distortion and intrinsec/extrinsic matrix. """ ... return [x, y, z] ```

### How did you install pyopenrivercam (mamba / conda or pip) Pip ### What is the problem? A video that requires rotation and stabilization is incorrectly stabilized. The transformations are...

bug

If a vertical reference level is set such that the water level becomes negative, velocities and flows are resolved as zero.

Currently pose estimation can be done with only control points, or control points combined with camera matrix and distortion coefficient. Extend so that also the following cases are possible: -...