Hans Ulrich Niedermann
Hans Ulrich Niedermann
While one of my Raspberry Pis is running Raspberry Pi OS, I have no use case for either Octolapse or Octoprint, but I can still try to install Octolapse and...
You got me there. :-) This is still on my TODO list. Thanks for the reminder.
Please make that optional, though.
I think there is a remaining point of discussion: Do we want to subject our users to the hassle of dealing with `git submodule`? I can see two alternatives: *...
@thorsten-l Which editor are you using? I am wondering if we can add a few magic lines to the source files to tell your editor to use the indentation the...
We **do** have a specific `st2205` camlib in `libgphoto2` which is even part of the `standard` set of camlibs to be built, so I am not sure why `usbdiskdirect` is...
So `make check` fails when built with libexif support: https://github.com/gphoto/gphoto2/runs/6997551110?check_suite_focus=true#step:3:119 ``` libexif-dev is already the newest version (0.6.21-6ubuntu0.4). libexif-dev set to manually installed. ``` https://github.com/gphoto/gphoto2/runs/6997551110?check_suite_focus=true#step:7:331 ``` *** Running "EXIF display"...
As `make check` works for me locally, I have checked my local libexif version: `0.6.24-2.fc36.x86_64` versus the CI system Ubuntu OS's `0.6.21-6ubuntu0.4` where the difference occurs and `make check` fails:...
Hmm. Perhaps unintended LF to CRLF conversion?
Might https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/setmode?view=msvc-170 be interesting here? The `gphoto2` program is written with lines ending in `"\n"`. So to produce a native output strings, translation from `\n` to `\r\n` needs to happen...