Uses of Class
com.ccc.barcode.CameraScanResult
Packages that use CameraScanResult
Package
Description
Prepare to setup your camera for custom computer
vision and data retention without any network programming.
-
Uses of CameraScanResult in com.ccc.barcode
Methods in com.ccc.barcode that return CameraScanResultMethods in com.ccc.barcode that return types with arguments of type CameraScanResultModifier and TypeMethodDescriptionstatic AbstractQueue<CameraScanResult> QueueCameraServer.createScanQueue(InetSocketAddress address) Create a thread safe queue that will stream inscansfrom all detected cameras.CameraConnection.getMessage()Methods in com.ccc.barcode with parameters of type CameraScanResultModifier and TypeMethodDescriptionprotected voidCameraServer.onMessage(CameraInfo connection, CameraScanResult result) Called every time a camera receives a message.protected voidQueueCameraServer.onMessage(CameraInfo connection, CameraScanResult result)