Browse our Products

Aspose.BarCode for Python via .NET 26.8

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 allows raw luminance data from camera frames to be passed directly to BarCodeReader without converting it to an intermediate image. A frame carries the raw luminance bytes, its width and height, row stride, and rotation in degrees.

BarCodeReader now accepts a LuminanceFrame as an image source, and set_bar_code_image() can also be used to replace the current image with a luminance frame. Recognition from the entire frame or from specified regions is supported.