Class MatlabCameraServer

java.lang.Object
com.ccc.barcode.MatlabCameraServer

public class MatlabCameraServer extends Object
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 Details

    • MatlabCameraServer

      public MatlabCameraServer(String hostname, int port)
      Create a thread safe queue that will stream in scans from all detected cameras. This class should be the easiest to use for Matlab.
  • Method Details

    • hasScan

      public boolean hasScan()
    • getScan

      public CameraScanResult getScan()