Henning Dieterichs

Results 602 comments of Henning Dieterichs

But what about other database drivers? I don't have a strategy for being database independent yet.

That is interesting. [This code](https://github.com/hediet/slideo/blob/0b7e6ced58122e26eb1490934abdd3e817145f29/crates/matching-opencv/src/lib.rs#L335-L370) applies the computed transformation to the frame so that the slide and the frame align. It then computes the similarity as f32 and compares them....

> Could you please tell me what exactly I should put where? I am not really that familiar with rust and couldn't get it to work with your instructions, sorry....

> Sometimes it also seems to miss some pages if they look to similar to previous ones If two consecutive frames look too similar (like only 1% of pixels change),...

Urgh... I don't have a Mac system available. I can try on WSL, but I don't have a rust system set up there. I don't understand where NaN is coming...

As you stated, I have no problems on windows. I'm positively surprised that slideo can analyze that video! I guess the last slide causes the problem, as it has a...

Thanks for reporting this! What is the expected value of `core.excludesFile` and what is the actual value? What is your suggestion to fix this?

> with \ as separator which existsSync does not like. This cannot be the issue. When you provide a string literal in JS, you just have to double enquote `\`....

@Bobronium thanks for your analysis, can you do a PR? :)