Hermann Stamm-Wilbrandt
Hermann Stamm-Wilbrandt
## Expected Behavior Providing a "data" scheme would work the same as providing "http" scheme uri. I tried with below script, that opens $browser with "...?uri=data:text/plain;base64,..." for passed input file....
## Expected Behavior On pressing SHIFT+ENTER in editor, ``` processing, please wait ``` appears, and then disappears after rendering completed. ## Actual Behavior Expected behavior is happening for first SHIFT+ENTER...
I see that no real changes were done in 2023 and 2022. So is lazydocs still maintained?
[Actively working](https://twitter.com/HermannSW/status/1033828552582615042) on unlocking newer E52 drone firmware for making pull_video.c capture video regardless of firmware version (firmware version can be determined by inspecting IP returned by gip("wlan0") starts with...
Currently only capturing drone video is implemented. Equivalent of send_joystick.py from the motivation [article](https://hackaday.io/project/19680-controlling-a-jjrc-h37-elfie-quad-from-a-pc) is missing (controls the quadcopter from a USB gamepad).
Streaming video stops either on CTRL-C or after slightly more than 11 seconds. Impact is not that big because Raspberry controlling and flying drone can be developed, 11 seconds are...
"D" is interpreted as "D" and not as CTRL-D in that case. Emitting CTRL-D is needed.
This work is based on "initial HQ camera work" pull request #36. New tools/long_exposure allows to capture with up to 239s exposure with raspiraw (HQ camera 12MP mode only). As...
This is followup on #35. As requested with each commit doing one thing.
This fixes the issue: ``` pi@raspberrypi400:~/pico/RPI-Pico-Cam $ git diff tflmicro/examples/person_detection_screen/main_functions.cpp diff --git a/tflmicro/examples/person_detection_screen/main_functions.cpp b/tflmicro/examples/person_detection_screen/main_functions.cpp index 5040d3e..e5d638c 100755 --- a/tflmicro/examples/person_detection_screen/main_functions.cpp +++ b/tflmicro/examples/person_detection_screen/main_functions.cpp @@ -44,7 +44,7 @@ TfLiteTensor * input = nullptr;...