tatarize
tatarize
The Option for Random PPI was added to the various guis. No underlying code for this exists however. But, preparations are being made.
I don't really know how to do that. I can do some limited unittests for some parts of wxPython but anything more advanced isn't likely to work. I could do...
We'd likely make good unit tests before applying such things. Usually you can do things like calling drag and drop code and specific menu items if they are needed in...
While it wouldn't be a unittest, but I could actually writing a ui-test that just opens up all the windows and opens up all the panes and closes them all....
Maybe. Meerk40t doesn't install though. I guess it could but dunno.
Seems like this could maybe be a @joerlane thing. Not that he's a windows aficionado but it's compiling a kind of install thing. Unless there's some python call to start...
> Locally connected USB OTG UVC compliant type camera? Examples of known to work? Also, webcam rtsp and http connections work. > I have the following on order and will...
It's under releases. It's not a major real release so it shows up a bit differently: https://github.com/meerk40t/meerk40t/releases/tag/0.6.15-beta4
There actually may be a way to set res. I didn't fiddle much with it but there is a `camera set` command and `camera list` command. ``` [17:55:23] camera list...
https://www.learnpythonwithrune.org/find-all-possible-webcam-resolutions-with-opencv-in-python/ While you get some raw access to these things your odds aren't great unless you know the right resolution anyway. I tried and couldn't change it but I think...