Peter Uithoven

Results 456 comments of Peter Uithoven
trafficstars

I'll admit I missed the dropdown, but why allow the free text entry? I personally don't get that warning, tried 150 and 123. Might be a language thing? Is there...

Ah, after switching to German (thanks for that tip) I noticed I get the notice after pressing "execute"/"Ausführen", I guess I expected it when you save the laser profile. I...

I guess it did find a marker, because when I remove all markers I get: ``` Taking Snapshot... Finding markers... Found 0/4 markers Applying transformation... ```

Could be... There is a minimal requirement, 2.4.3, as I read on the readme here: https://github.com/t-oster/VisiCam/tree/master/lib/javacv-bin I seem to have 2.4.7. checked using `pkg-config --modversion opencv` I compiled javacv following:...

So it worked on Raspbian, but if someone wants to try it on Arch Linux, maybe check if you can alter the cpu/gpu memory split. This is something I had...

"While you're at it... " is quite a pitfall ;) When it works it's easy to improve upon so I would get it working first. It's also important to check...

Interesting read: http://www.raspberrypi.org/phpBB3/viewtopic.php?t=45758&p=361535 specifying the -t (Time (in ms) before takes picture and shuts down) makes it much faster (default is 5s) Also storing it on RAM memory should make...

First speed test. Using the following settings: - InputWidth: 720 - InputHeight: 576 - OutputWidth: 720 - OutputHeight: 576 - Check "CustomCapture" - CaptureCommand: raspistill -t 500 -n -w %w...

Really nice that you guys are looking into this.

I don't think removeAllListeners on socket.io breaks it. I use the general removeAllListeners to clean up after each (Mocha) unit test (in a general afterEach). This didn't break any socket.io...