Hacker News new | ask | show | jobs
by johnflan 325 days ago
I didn't follow the byte ordering of the image format at the end. Anyone have an explanation?
1 comments

You have four 12 bit values, they are packed into 6 bytes. Camera image formats are different but I am guessing this is probably MIPI RAW12?

EDIT: You have the code in the repo. https://github.com/tlambertz/goodix-fingerprint-reversing/bl...