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.
I have been using your webcam-capture codes and they work great.
I would like to know if there is any way that we can differenciate different incoming frames? Say I have the Clients running as Servers also, and Servers to connect to Clients too. The frames that are incoming from clients that are running as servers are jumbled up.
Can you please clarify which Webcam Capture API functionality you're referring to? I'm asking because what you're describing is not in the core of API. Or this is about WebcamStreamer (aka MJPEG streamer) class?
Hello Mr Bartosz,
I have been using your webcam-capture codes and they work great.
I would like to know if there is any way that we can differenciate different incoming frames? Say I have the Clients running as Servers also, and Servers to connect to Clients too. The frames that are incoming from clients that are running as servers are jumbled up.
Thank you very much!