Andrew Kohlsmith

Results 53 comments of Andrew Kohlsmith

Please forgive me if I've asked this already - I'm not seeing it. Does object detection work on the (possibly scaled) frames from the motion detection engine, or does it...

I just tried `:dev` as I'm really hoping to get motion detection happening faster than once a second, but after pulling it and trying to run it, it seems that...

Actually I was using it the other way: making the images the motion detector worked on *smaller*. I was doing a /2, but am now going to try a /4...

> The motion detector and object detector are totally separated, so when motion triggers it starts the object detector at interval configured for the object detector. So when the interval...

aha, that is MUCH clearer! `tigger_motion: true` means that "scan for objects" is gated by motion detection (no motion = no checking for objects). When `trigger_motion: false` then object detection...

I also have this question - ESP-01 has two free GPIO, one is target reset by default, the other is "wifi connected" LED; is it possible to have control over...

Not re-opening, just a question about whether it's possible to "layer" video with ffmpeg -- i.e. unedited image as the base layer, with the bounding box/etc. on another layer and...

I too see this problem with redmine 2.3. I remove the line mentioned by @ux and all seems well again. I believe he's identified the problem, it's been six months...

@cforce I will definitely look at it, thank you. I also hear you loud and clear about not wanting to maintain. :-)

@cforce you seem to have cleaned up the javascript as well. Was this causing trouble for you or was it one of those "this is bugging me, I'm going to...