Luc Busquin

Results 112 comments of Luc Busquin

If you think that makes sense, could you also update the default camera_settings.json as part of this PR? ``` ["SetAutoReboot", "Everyday,noon"], ```

Right, I think if we want to support NTP and non-NTP, and don't want to alter the camera TZ, then option 1 it is: - set camera time (ignored if...

Fair point about not setting time first, but then when we do set time or set tz, should it trigger a new noon computation automatically? > I do not consider...

> I fall back on my philosophy that a command should do what it says it will do, and nothing more, and ideally nothing less. I agree with the philosophy...

Can you try adding these two lines after line 2120 of BufferedCapture? If that fixes it, I'll submit a PR. That main section is just for testing and rarely used,...

Ok, I think it works. It's slightly more accurate (although this a coarse tool so it doesn't matter) and it's slightly faster.

> Would could also just use RANSAC to reduce complexity: https://scikit-image.org/docs/0.25.x/auto_examples/transform/plot_matching.html Apparently there are also USAC and MAGSAC that's included in opencv (>v4.0) which are apparently better, but I never...

Isn't that a paramiko dependency? We didn't touch that here or in prerelease. Are you running into issues with a new install on Buster?