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.
-
ClassesClassDescriptionThis represents a connection to a camera.Info provided to
CameraServercallbacks.This scan result is passed to the camera server scancallback.This server will pull in images and barcodes from all cameras configured in client mode.This server is a utility for simple camera scripts.This server is a utility for simple camera scripts.