Results 738 comments of Andrew King

I have had plans for something like this for quite some time. I will probably use tauri instead since its rust native and I am more familiar with it

Yes I've built a few apps on iOS and android for it although you have to use the beta it works quite well. Mostly it just sets up a webview...

I think I have this fixed now but need to finish testing it. The history buffer was growing infinitely if the camera was not sending correctly timestamped frames

Yeah should already been fixed in master.

I see well I'll have another look when I have the time but I am working on other projects and the day job for awhile.

Yeah I know I keep meaning to fix this but other things keep comming up. You can make a PR if you have the time

Currently that config is watched so any changes in it are used to update the live camera. So you can add and remove cameras using it. It is run though...

> Wouldn't it not be simpler to just not send the config over MQTT? We do send the config over mqtt. That is the issue since the config is sent...

Ah yes I see. That would limit what could be changed over mqtt. Currently you can use mqtt to change all camera options and settings by updating the config there....

The code is setup using a watch channel. Any change in config will be posted. So on first change of a setting (via another mqtt command) it will post the...