Zauberberg

Results 5 comments of Zauberberg

I did a little Workaround for this problem: I am using ffmpeg to crate a rtp-stream with an alsa input-device: `ffmpeg -re -f alsa -i hw:2,0 -acodec mp3 -ab 128k...

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. Otherwise...

Backtrace is the same as before (as it should be), output of println: `thread '' panicked at 'Could not compare NaN with 0.6858432', /Users/lukas/Documents/slideo/crates/matching-opencv/src/lib.rs:374:18` If you want I could send...

I should add, that I don't get the error running the slideo release in a windows-VM, so the problem seems to be somehow MacOS/Linux-related

I have found another OS-specific difference: On windows I don't get the problem with missed frames I described in a comment before. (I have put line 370 back to its...