Fábián Varga
Fábián Varga
I'm using the following code to capture an image and save it to file: ```rust fn capture_webcam() { let index = CameraIndex::Index(0); let requested = RequestedFormat::new::(RequestedFormatType::None); let mut camera =...
I noticed that if I turn off archiving, the script crashes after compilation. I'd like to be able to upload the binaries directly, without them being archived. ```yml - uses:...
My project stores a list of APs and tries to connect to the best one. I'd like to implement a feature that allows setting a static IP for **some** of...