const ArrayRef<Ref<ResultPoint> > &resultPoints = result->getResultPoints();
points = [[NSMutableArray alloc ] initWithCapacity:resultPoints->size()];
and for 1D and my datamatrix barcodes only 2 point show up, but for all other datamatrix bar codes 4 points appear.
I guess zxing recognize my barcodes as 1D. Is there any way to rezolve this issue ?
Thank you.