diff --git a/hgdriver/hgdev/image_process.cpp b/hgdriver/hgdev/image_process.cpp index 8cf0d41..1d809e9 100644 --- a/hgdriver/hgdev/image_process.cpp +++ b/hgdriver/hgdev/image_process.cpp @@ -359,7 +359,10 @@ namespace hg_imgproc case 0x100: rotatetype = CImageApplyRotation::RotationType::Rotate_90_anti_clockwise; break; - case 0x402: + case 0x402 || 0x400: + rotatetype = CImageApplyRotation::RotationType::Rotate_90_clockwise; + break; + case 0x400: rotatetype = CImageApplyRotation::RotationType::Rotate_90_clockwise; break; }