Knut Kjeilen - 2016-05-25

Found the problem: I had to add support for the format in the delegate method TCaptureDelegate.captureOutput also.

if metadata.&type.isEqualToString( AVMetadataObjectTypeDataMatrixCode ) then begin
....invoke the component-event DoOnScan with the code
end;
...