Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow 8-bit bslz4 data without decompression from stream #63

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

tguruswamy
Copy link

In Stream mode with Decompress=false , 8bit BSLZ4 compressed data was not supported ("unsupported encoding" in console log). Tested with XPCS Eiger2 4M. With this change, we can acquire at 4500 Hz @ 8bit.

@tguruswamy
Copy link
Author

@MarkRivers I also fixed a bug where 12 bytes of extra data were being left in BSLZ4-compressed frames (after removing the header, the data size should also be shortened).

Tested with the XPCS Eiger2 4M.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant