Situation:
I am trying to view the RAW raw data in the CRW using python and when i read the lines, it outputs a sequence of characters like this:
\xc1\x07\x80\xf0\x1f\x10\xc2\0
what does this mean?
My guess: if crw is supposed to be 10-bit depth, and if i convert the \xc1 to hex, it would mean that its only 8-bit long? Am i wrong?