Phil Ashby

Results 64 comments of Phil Ashby

This is a similar need to the one I had for animated backgrounds, the separated input module I have (https://github.com/phlash/deepbacksub/blob/65c7f4a8f0f5ddd1cfc6305fef825690fc1a1931/capture.cc#L59) allows local files to be used as source material for...

So I've now tried this (remote device: OrangePi Zero LTS using a FUNcube Dongle Pro+, with latest SoapyFCDPP driver, local device my Lenovo E590 laptop using WiFi to introduce some...

@guruofquality I'll give that try tomorrow. I'm only guessing that it's the flow control going wrong somewhere, as that seems to be the major difference between the approach taken here...

@guruofquality Flow control is exonerated, your test build has similar behaviour to unmodified SoapyRemote, as does my own code with a small period specified for the ALSA buffer in SoapyFCDPP....

As we have now identifed here: https://github.com/floe/backscrub/pull/153#discussion_r967831025 this is a result of the _output stride_ inherent in the model, that our existing design takes no account of.

Thanks for the effort so far @jjsarton, it's looking good :+1: . From my understanding of the code, this will _always_ crop both input video and background video to the...

Thanks for your patience @jjsarton, this is looking good. You might have missed a comment I put on the issue: https://github.com/floe/backscrub/issues/149#issuecomment-1242717372, which refers back to @BenBE asking for the cropping...

> `size_t images = cv:imcount(path, cv:IMREAD_ANYCOLOR)` I see a couple of issues with this approach: * `imcount` isn't available in OCV 4.5.1 (current on Debian stable), it appears in 4.5.3+...

@jjsarton Thank you for the effort investigating the behaviour of OpenCV with various input files.. can I ask you to move that work (and related code changes) to a fresh...

Thanks! I tried to squeeze everything into `main.c`, and added a few pointer diversions for `stdio` functions. Probably a better idea would have been to put the WAD I/O code...