EQRCodeDecodedStream::GetRawBitstream

Raw bit stream as a vector of bytes.

Namespace: Euresys::Open_eVision

[C++]

std::vector<OEV_UINT8> GetRawBitstream() const

Remarks

The raw bit stream is the bit stream of the QR code after unmasking and error correction, but before decoding.

EQRCodeDecodedStream.RawBitstream

Raw bit stream as a vector of bytes.

Namespace: Euresys.Open_eVision

[C#]

byte[] RawBitstream

{ get; }

Remarks

The raw bit stream is the bit stream of the QR code after unmasking and error correction, but before decoding.