Results 738 comments of Andrew King

Version tags are only made when there is a release, it will be named after it's branch `quantumentangledandy/neolink:master`

No gstreamer is used through a plugin system and doesn't really support statics in that way. It sounds like you are using a frigate container, any changes made to a...

Has to be though the talk. The ONVIF protocol in gatreamer dosent really exposed the back-audio for us to use

Have you tried the actual battery command? The printing of battery status is for the long running commands like rtsp and mqtt not the one off ones like image. The...

For short commands like image your expected to run battery command for status when you want it

I believe it was in #54 (which was quite some time ago) where it was first changed. There are a few commands that print their information as xml into the...

Try looking at `src/cmdline.rs` Specifically an option like ```rust #[arg(short, long, global = true, value_parser = PathBuf::from_str)] pub config: Option, ``` maybe something like ```rust #[arg(short, long, global = true,...

I see. Well the more direct method. Would be to add the option on to the commands flags for example `src/pir/cmdline.rs` for each one that wants it. Which likely gives...

I haven't managed to find a good solution for the memory issue and I've tried a lot of things. From valgrind and other profiling tools I have used it appears...

Hmm that's many more pools then the one I did. the 512 one is probably the audio pool since it is small and usually the same. I think I should...