I'm using a ZWO ASI178MM and have tested the SDK against two machines with different architectures (armv7 vs x64). With identical software I get clear differences in the received images. Issues are:
1) Comparing short dark exposures (biases) I recover an identical intrinsic pattern, except that the pattern is exactly shifted by one pixel horizontally.
2) In the armv7 images, the very last pixel is always zero, which is much lower than the typical bias level.
3) When stacking 100 short exposures of a dark night sky, obtained in video mode, the image obtained with x64 is much smoother and not at all as noisy as the image obtained with the armv7.
Shouldn't the image data returned by the SDK be independent of architecture?