Phil Ashby

Results 64 comments of Phil Ashby

Got a prototype metadata reader working in my tree: https://github.com/phlash/backscrub/tree/tflite-metadata Not pretty but avoids pulling in a whole new library and 'hipster' build system :wink:

[still OT slightly] Thanks for trying the 'hipster way' :smile:. I'm not sure CMake is going away now (it may have been then), as it's properly documented and marked as...

Google do exactly that for parts of the build already, pre-built headers from `flatc` (resulting in `schema_generated.h`), to avoid the pain of building and running it, but only for the...

Ah-ha! Also in buster-backports so this might be an easy way out. That said flatc builds easily enough with CMake, unfortunately it's a struggle to do that via the main...

OK, it looks neater with the compiled metadata serializer: https://github.com/phlash/backscrub/tree/tflite-metadata This branch is now: * based on `main` * uses `flatbuffers-compiler` package (stock Ubuntu or backport for Debian buster) *...

Just had a look at Twitch broadcasting tools (https://dev.twitch.tv/docs/video-broadcast) that might be able to use our codebase: for now it seems OBS Studio is the most likely option, with Streamlabs...

Another possible reason to support OBS more directly than via V4L2 loopback?

Possibly related to #43 where local file input / video stream backgrounds are discussed, tagging as an experiment to try..

Hi BenBE, in my fork, I simply throw additional cv:imshow() calls in at higher debug levels, this was good enough to see what was going on while I played with...

Apologies to @floe for the slightly OT spam - just wanted to let @BenBE know I have pulled his changes from #36 into my fork.