Browse our Products

Aspose.BarCode for Cpp 26.8 Release Notes

All Changes

KeySummaryCategory
BARCODENET-39619Add low-allocation API for camera frame processingEnhancement
BARCODENET-39605Improve HanXin recognition performanceEnhancement

Public API changes

Low-allocation API for camera frame processing

The new LuminanceFrame class carries raw luminance bytes together with the frame dimensions, row stride, and rotation angle. This allows camera frames to be passed directly to BarCodeReader without converting them to an intermediate image.

BarCodeReader accepts a LuminanceFrame as an input source, and SetBarCodeImage can be used to replace the current input with a LuminanceFrame. Recognition from a LuminanceFrame can also be limited to one or more rectangular regions.