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.27k stars 1.11k forks source link

Client Server Model #203

Closed ghost closed 10 years ago

ghost commented 10 years ago

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!

sarxos commented 10 years ago

Hello Sir,

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?

sarxos commented 10 years ago

I'm closing this issue due to no response in a long time.