puterboy
puterboy
I am using go2rtc to generate streams for both a PiCamera v3 and a USB cam running on my RPi5. Go2rtc seems to be a very powerful yet simple to...
I tried running the following from the command line based off of ` ``` /usr/bin/camera-streamer -camera-path=/base/axi/pcie@120000/rp1/i2c@88000/imx708@1a --camera-type=libcamera --camera-format=YUYV --camera-width=2304 --camera-height=1296 --camera-fps=30 --camera-nbufs=2 --camera-snapshot.height=1080 --camera-video.height=720 --camera-stream.height=480 --camera-options=AfMode=2 --camera-options=AfRange=2 --http-listen=0.0.0.0 --http-port=8080 --rtsp-port...
### Checklist - [X] I have filled out the template to the best of my ability. - [X] This only contains 1 feature request (if you have multiple feature requests,...
### Checklist - [X] I have filled out the template to the best of my ability. - [X] This only contains 1 feature request (if you have multiple feature requests,...
Google Drive allows files (and directories) with identical names to persist in the same parent folder as each one is assigned a unique 'id'. When there are such duplicates, Google...
Unfortunately, I have not been able to upgrade this system and the old version of google-drive-ocamlfuse that I am using is getting a bit flakey... Any chance of compiling latest...
- Changed `jsonQueue` structure and associated routines to use json String rather than json Object - Added Mutex protection to `emptyQueue()` - Moved Mutex protection to within `enqueueJsonObject()` to significantly...
## Description: This can be reverted as shown now that the underlying problem with jsonQueue handling has been fixed. https://github.com/1technophile/OpenMQTTGateway/pull/2035 ## Checklist: - [x] The pull request is done against...
I have a bunch of cheap LaCrosse, AmbientWeather, and Nexus temperature & humidity sensors that I read using a LILYGO LORA 433 esp32 running OpenMQTT Gateway compiled under the lilygo-rtl_433...
## Description: The jsonQueue is already protected during queue additions (via push) via the routine `handleJsonEnqueue`. This adds protection for the complementary queue deletions via `emptyQueue` (via pop) since you...