Scott Lamb

Results 246 comments of Scott Lamb

Thanks! I definitely appreciate help improving the documentation. The way it's supposed to work is that all the rows you see are ones that overlap with the selected time range....

Here's an interesting discussion to follow about using machine learning-based object detection with inexpensive NPUs such as the Coral USB Accelerator: https://github.com/ccrisan/motioneyeos/issues/1505

That distinction at least is simple: if the id is < next_recording_id, it was recorded. An audit log would be nice to distinguish explicitly deleted from auto-deleted (especially once #38...

I agree with idea of having three states: hard vs soft vs unpinned. Besides keeping the ranges somehow, I think we should denormalize it into each recording and have an...

A ffmpeg example would be a very welcome contribution, thank you! > should I do it as a separate project? If so, should I put it inside retina or should...

Writing quickly; haven't had a chance yet to look through your example. Personally I use both Linux (various Debian-based setups) and macOS. I think it's inherent to using a C...

I have a draft PR #19 with an example which uses the `ffmpeg-next` crate to decode the images and dump them to files in `.ppm` format. Something's wrong with the...

> Hey @scottlamb , im here again after some time, do you remember me? (from discussions) ;). Welcome back! > Im using retina to get the rtsp stream (without demuxed)...

> the item is `None` Interesting. I was expecting a `Some(Err(_))` first. But iirc Retina will currently go straight to `None` if the server drops the RTSP connection. (Which is...

@sergiomeneses: Sorry, I initially missed your comment with the Wireshark output, and the full dump links no longer work: "File has been removed." > I just assuming this but retina...