TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

What's the best way to structure data from a video?

2 pointsby corbinpageover 8 years ago
Is there software to &quot;parse&quot; video content and get information about what happened in the frame and at what time?<p>Imagine there&#x27;s security camera footage and instead of watching the whole video, software could process it to say that a person entered a frame at a given time or a dog walked by.<p>Is there a commercial product or open source option for accomplishing this scenario? Possibly using ML?

1 comment

travmaover 8 years ago
In matlab you can split a video into frames and perform some tasks on the images (neural net, DAISY, etc). There&#x27;s examples of object detection on images if you google it.