Sakari Kapanen

Results 12 issues of Sakari Kapanen

Hi, First of all, thanks for this awesome library! I've been using it a lot. Second, I began wondering if the timing works correctly when the CPU frequency is set...

Here's a one-liner patch to `crosstool-config-overrides` to mitigate problems with building `cross-gdb` on certain platforms. `--with-guile=guile-2.0`: some distros (like Arch) have guile 2.2 as the default version, but `gdb` can't...

There currently is support for MPU6050 and LSM6DS3 as the IMU. Support for more could be easily added. However, selecting the sensor type requires manual configuration and recompilation. It would...

enhancement

The UI should be combined into a single page application. This way, the client (browser) only has to download one file from the ESP8266. Also, the WebSocket connection could just...

enhancement

The PID sliders are currently kind of hard to use on small screens. Perhaps the spacing and element size should be increased.

enhancement

Add a simple page with a button "Calibrate gyro" which engages some kind of gyro calibration process (TBD).

enhancement

Fixes https://github.com/darktable-org/darktable/issues/12163.

bugfix
scope: image processing

In the current `diffuse` code there is a separate function for calculating the isotropic Laplacian (when the anisotropy coefficient is 0) and another for calculating the anisotropic case. This PR...

no-pr-activity

Running the system shutdown / reboot command is possible via the remote API: https://github.com/foosel/OctoPrint/issues/804 It would be nice to have those functions added to OctoDroid.

Right now the functions `blur` and `gaussianBlur` in `Vision.Image.Filter` impose the constraint `Integral (ImagePixel src)` on the source image. However, this seems like an unnecessary constraint, which prevents one from,...