sarxos / webcam-capture

The goal of this project is to allow integrated or USB-connected webcams to be accessed directly from Java. Using provided libraries users are able to read camera images and detect motion. Main project consist of several sub projects - the root one, which contains required classes, build-in webcam driver compatible with Windows, Linux and Mac OS, which can stream images as fast as your camera can serve them (up to 50 FPS). Main project can be used standalone, but user is able to replace build-in driver with different one - such as OpenIMAJ, GStreamer, V4L4j, JMF, LTI-CIVIL, FMJ, etc.
http://webcam-capture.sarxos.pl
MIT License
2.26k stars 1.11k forks source link

ImageTerrier Intergration #365

Open ghost opened 9 years ago

ghost commented 9 years ago

Hi,

OpenImaj's sister project called ImageTerrier would be a great addition to your work.

Cheers, L

sarxos commented 9 years ago

Hi @lucmichalski,

Can you please elaborate a little more on how you would see such integration? Is this about pushing images received from webcam to the ImageTerrier index?

ghost commented 9 years ago

Hi @sarxos,

It is much more about indexing a set of pictures with ImageTerrier and matching patterns several patterns through a webcam (a scene).

Best visual example would be this one: https://github.com/introlab/find-object/wiki/BeersWall

Cheers, Luc Michalski