This is a really cool implementation—embeddings still often feel like magic to me. That said, this exact use case is sort of also my biggest point of concern with where AI takes us, much more so than most of the common AI risks you hear lots of chatter about. We live in a world absolutely loaded with cameras now but ultimately retain some semblance of semi-anonymity/privacy in public by virtue of the fact that nobody…
All the major cloud providers offer some form of face detection and numberplate reading, with many supporting object detection (ie package, vehicle, person) out of the camera itself.
Show HN: Gemini can now natively embed video, so I built sub-second video search
61–70 of 118 posts
Re: Show HN: Gemini can now natively embed video, so I built sub-second video search
#62This is a really cool implementation—embeddings still often feel like magic to me. That said, this exact use case is sort of also my biggest point of concern with where AI takes us, much more so than most of the common AI risks you hear lots of chatter about. We live in a world absolutely loaded with cameras now but ultimately retain some semblance of semi-anonymity/privacy in public by virtue of the fact that nobody…
Totally valid concern. Right now the cost ($2.50/hr) and latency make continuous real-time indexing impractical, but that won't always be the case. This is one of the reasons I'd want to see open-weight local models for this, keeps the indexing on your own hardware with no footage leaving your machine. But you're right that the broader trajectory here is worth thinking carefully about.
https://ai.google.dev/gemini-api/docs/pricing#gemini-embeddi...
Re: Show HN: Gemini can now natively embed video, so I built sub-second video search
#63collections.lwarfield.dev
Re: Show HN: Gemini can now natively embed video, so I built sub-second video search
#64I don't quite understand the 5 second overlap. I assume it's so that events that occur over the chunk boundary don't get missed, but is there any examples or benchmarking to examine how useful this is?
Re: Show HN: Gemini can now natively embed video, so I built sub-second video search
#65very cool, anybody have apparent use cases for this?
Re: Show HN: Gemini can now natively embed video, so I built sub-second video search
#66Re: Show HN: Gemini can now natively embed video, so I built sub-second video search
#67Earlier quoted context omitted.
Totally valid concern. Right now the cost ($2.50/hr) and latency make continuous real-time indexing impractical, but that won't always be the case. This is one of the reasons I'd want to see open-weight local models for this, keeps the indexing on your own hardware with no footage leaving your machine. But you're right that the broader trajectory here is worth thinking carefully about.
How are you getting to $2.50/hr ? The price sheet says its 0.00079 per frame. https://ai.google.dev/gemini-api/docs/pricing#gemini-embeddi...
(The code also tries to skip "still" frames, but if your video is dynamic you're looking at the cost above.)
Re: Show HN: Gemini can now natively embed video, so I built sub-second video search
#68This is a really cool implementation—embeddings still often feel like magic to me. That said, this exact use case is sort of also my biggest point of concern with where AI takes us, much more so than most of the common AI risks you hear lots of chatter about. We live in a world absolutely loaded with cameras now but ultimately retain some semblance of semi-anonymity/privacy in public by virtue of the fact that nobody…
Yeah, the panopticon is now technically very feasible it's just expensive to implement (for now).
Re: Show HN: Gemini can now natively embed video, so I built sub-second video search
#69This is a really cool implementation—embeddings still often feel like magic to me. That said, this exact use case is sort of also my biggest point of concern with where AI takes us, much more so than most of the common AI risks you hear lots of chatter about. We live in a world absolutely loaded with cameras now but ultimately retain some semblance of semi-anonymity/privacy in public by virtue of the fact that nobody…
Re: Show HN: Gemini can now natively embed video, so I built sub-second video search
#70This is a really cool implementation—embeddings still often feel like magic to me. That said, this exact use case is sort of also my biggest point of concern with where AI takes us, much more so than most of the common AI risks you hear lots of chatter about. We live in a world absolutely loaded with cameras now but ultimately retain some semblance of semi-anonymity/privacy in public by virtue of the fact that nobody…
I've been hearing warnings that AI would be used for this since well before it seemed feasible.