Package com.ccc.barcode
Class MatlabCameraServer
java.lang.Object
com.ccc.barcode.MatlabCameraServer
This server is a utility for simple camera scripts. It provides a
thread safe queue that can be watched to get scanner messages. It
doesn't provide a way to determine which camera a scan was sent
from.
-
Constructor Summary
ConstructorsConstructorDescriptionMatlabCameraServer(String hostname, int port) Create a thread safe queue that will stream inscansfrom all detected cameras. -
Method Summary
-
Constructor Details
-
MatlabCameraServer
Create a thread safe queue that will stream inscansfrom all detected cameras. This class should be the easiest to use for Matlab.
-
-
Method Details
-
hasScan
public boolean hasScan() -
getScan
-