Package com.ccc.barcode


package com.ccc.barcode

Prepare to setup your camera for custom computer vision and data retention without any network programming.

Welcome

Most likely, you'll want to subclass the CameraServer server and override the CameraServer.onMessage(com.ccc.barcode.CameraInfo, com.ccc.barcode.CameraScanResult) method.

A short example is below:

 
 public class YourCustomCameraServer extends CameraServer {
   @Override
   protected void onMessage(CameraConnection connection, CameraScanResult result) {
     // Your code goes here!
   }
 }
 
 

See the CameraServer documentation for thorough examples. The CameraConnection and CameraScanResult documentation will help too.

This package defines servers that connect to Cognex devices and provide scan handlers that can be overridden by subclasses.